Fix the jjb update script to point at gerrit 04/4/1
authorAndrew Grimberg <[email protected]>
Tue, 24 Nov 2015 03:05:11 +0000 (19:05 -0800)
committerAndrew Grimberg <[email protected]>
Tue, 24 Nov 2015 03:05:11 +0000 (19:05 -0800)
The jjb update script was copied from OpenDaylight and while I had
updated the user portion of the git URL I didn't update the host
portion.

Change-Id: I707403125826150e17ffd168587d735d0525d53c
Signed-off-by: Andrew Grimberg <[email protected]>
jjb/include-raw-jjb-update.sh

index f1aaaa8..7855f7b 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@git.opendaylight.org:hooks/commit-msg ${gitdir}/hooks/
+gitdir=$(git rev-parse --git-dir); scp -p -P 29418 rotterdam-jobbuilder@gerrit.projectrotterdam.info:hooks/commit-msg ${gitdir}/hooks/
 git diff --exit-code || submitJJB