Merge openembedded@openembedded.bkbits.net:packages-devel
authorChris Larson <clarson@kergoth.com>
Thu, 28 Oct 2004 18:31:26 +0000 (18:31 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 28 Oct 2004 18:31:26 +0000 (18:31 +0000)
into handhelds.org:/home/kergoth/code/packages

2004/10/28 13:26:55-05:00 handhelds.org!kergoth
Working on the triggers.

BKrev: 41813afewAXJ1nWWU29fGi8QwADijw

BitKeeper/triggers/post-outgoing.ciabot

index 75f2151..83a92e4 100644 (file)
@@ -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