From: Andrew Grimberg Date: Tue, 24 Nov 2015 03:05:11 +0000 (-0800) Subject: Fix the jjb update script to point at gerrit X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=5557339df5b36649a5588e32aebce58584aedefc;p=ci-management.git Fix the jjb update script to point at gerrit 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 --- diff --git a/jjb/include-raw-jjb-update.sh b/jjb/include-raw-jjb-update.sh index f1aaaa8ae..7855f7bc4 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@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