diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-28 18:31:26 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-28 18:31:26 +0000 |
commit | 872ed5d9ebe77d2e16c820d286ff9bd2fd27ebf1 (patch) | |
tree | b10f30bea587fd6760a4673bbb2f37d558a4b59e /BitKeeper | |
parent | 9b2eb27d9d81380977566cce6e4219e37ad028ea (diff) |
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages
2004/10/28 13:26:55-05:00 handhelds.org!kergoth
Working on the triggers.
BKrev: 41813afewAXJ1nWWU29fGi8QwADijw
Diffstat (limited to 'BitKeeper')
-rw-r--r-- | BitKeeper/triggers/post-outgoing.ciabot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BitKeeper/triggers/post-outgoing.ciabot b/BitKeeper/triggers/post-outgoing.ciabot index 75f21511d8..83a92e48d0 100644 --- a/BitKeeper/triggers/post-outgoing.ciabot +++ b/BitKeeper/triggers/post-outgoing.ciabot @@ -33,7 +33,8 @@ 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 + if !(echo $BKD_HOST|grep -qE '(bitkeeper.com|bitmover.com|bkbits.net)'); then + echo "BKD_HOST is $BKD_HOST" return 1 fi |