From: Chris Larson Date: Thu, 28 Oct 2004 18:31:26 +0000 (+0000) Subject: Merge openembedded@openembedded.bkbits.net:packages-devel X-Git-Tag: Release-2010-05/1~16448 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=872ed5d9ebe77d2e16c820d286ff9bd2fd27ebf1;p=openembedded.git 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 --- 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