From 872ed5d9ebe77d2e16c820d286ff9bd2fd27ebf1 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 28 Oct 2004 18:31:26 +0000 Subject: 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 --- BitKeeper/triggers/post-outgoing.ciabot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BitKeeper') 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 -- cgit 1.2.3-korg