git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd2e595
)
Uncomment the sanity check that prevented the notifications from going out from non...
author
Chris Larson
<clarson@kergoth.com>
Fri, 16 Jan 2004 03:28:11 +0000
(
03:28
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Fri, 16 Jan 2004 03:28:11 +0000
(
03:28
+0000)
BKrev: 40075a4bKb5jVIiTypUFlKGVo8BQXg
BitKeeper/triggers/post-outgoing.ciabot
patch
|
blob
|
history
diff --git
a/BitKeeper/triggers/post-outgoing.ciabot
b/BitKeeper/triggers/post-outgoing.ciabot
index
0a424ff
..
3523e93
100644
(file)
--- a/
BitKeeper/triggers/post-outgoing.ciabot
+++ b/
BitKeeper/triggers/post-outgoing.ciabot
@@
-10,9
+10,9
@@
check_sanity () {
# is on bkbits.net and b) we are the client.
# Is parent a public BitKeeper repository at bkbits.net?
-
#
if !(echo $BKD_HOST|grep -q bitkeeper.com); then
-
#
return 1
-
#
fi
+ if !(echo $BKD_HOST|grep -q bitkeeper.com); then
+ return 1
+ fi
if [ $BK_SIDE != client ]; then
return 1