summaryrefslogtreecommitdiffstats
path: root/jjb/include-raw-jjb-update.sh
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2015-11-23 19:05:11 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2015-11-23 19:05:11 -0800
commit5557339df5b36649a5588e32aebce58584aedefc (patch)
tree6253da4350c92a45fc73402a1b3749b205843911 /jjb/include-raw-jjb-update.sh
parent21e6159d981bc45301b3727423336d08a49fe53f (diff)
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 <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/include-raw-jjb-update.sh')
-rw-r--r--jjb/include-raw-jjb-update.sh2
1 files changed, 1 insertions, 1 deletions
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