diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2016-02-07 18:39:39 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2016-02-07 18:39:39 -0800 |
commit | d8b963db29ec6dc802c9efe32f73ef809b679fe6 (patch) | |
tree | ab6fa48baae43c38f036d6926ed24045a20cf8e8 | |
parent | eafcf0443d4997e3156e8d8014c34610f2401b29 (diff) |
Fix commit hook url
Change-Id: Ia6f15d9cb6b95a764c0ed3c05f22da812c0352fe
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r-- | jjb/include-raw-jjb-update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/include-raw-jjb-update.sh b/jjb/include-raw-jjb-update.sh index 8f4a19397..05707d2b8 100644 --- a/jjb/include-raw-jjb-update.sh +++ b/jjb/include-raw-jjb-update.sh @@ -6,5 +6,5 @@ function submitJJB { git push origin HEAD:refs/for/master } -gitdir=$(git rev-parse --git-dir); scp -p -P 29418 rotterdam-jobbuilder@gerrit.projectrotterdam.info:hooks/commit-msg ${gitdir}/hooks/ +gitdir=$(git rev-parse --git-dir); scp -p -P 29418 rotterdam-jobbuilder@gerrit.fd.io:hooks/commit-msg ${gitdir}/hooks/ git diff --exit-code || submitJJB |