From: Chris Larson Date: Fri, 16 Jan 2004 03:28:11 +0000 (+0000) Subject: Uncomment the sanity check that prevented the notifications from going out from non... X-Git-Tag: Release-2010-05/1~20353 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fccadcdc23cc814e14c852ef02982fafeb1fec14;p=openembedded.git Uncomment the sanity check that prevented the notifications from going out from non-bkbits pushes. BKrev: 40075a4bKb5jVIiTypUFlKGVo8BQXg --- diff --git a/BitKeeper/triggers/post-outgoing.ciabot b/BitKeeper/triggers/post-outgoing.ciabot index 0a424ffb18..3523e937fa 100644 --- 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