Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
eafcf04
)
Fix commit hook url
47/247/1
author
Andrew Grimberg
<
[email protected]
>
Mon, 8 Feb 2016 02:39:39 +0000
(18:39 -0800)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/jjb/include-raw-jjb-update.sh
b/jjb/include-raw-jjb-update.sh
index
8f4a193
..
05707d2
100644
(file)
--- 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@gerrit.
projectrotterdam.inf
o:hooks/commit-msg ${gitdir}/hooks/
+gitdir=$(git rev-parse --git-dir); scp -p -P 29418 rotterdam-jobbuilder@gerrit.
fd.i
o:hooks/commit-msg ${gitdir}/hooks/
git diff --exit-code || submitJJB