From 5557339df5b36649a5588e32aebce58584aedefc Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 23 Nov 2015 19:05:11 -0800 Subject: [PATCH] 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 --- jjb/include-raw-jjb-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6