Fix commit hook url 47/247/1
authorAndrew Grimberg <[email protected]>
Mon, 8 Feb 2016 02:39:39 +0000 (18:39 -0800)
committerAndrew Grimberg <[email protected]>
Mon, 8 Feb 2016 02:39:39 +0000 (18:39 -0800)
Change-Id: Ia6f15d9cb6b95a764c0ed3c05f22da812c0352fe
Signed-off-by: Andrew Grimberg <[email protected]>
jjb/include-raw-jjb-update.sh

index 8f4a193..05707d2 100644 (file)
@@ -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