From fccadcdc23cc814e14c852ef02982fafeb1fec14 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 16 Jan 2004 03:28:11 +0000 Subject: Uncomment the sanity check that prevented the notifications from going out from non-bkbits pushes. BKrev: 40075a4bKb5jVIiTypUFlKGVo8BQXg --- BitKeeper/triggers/post-outgoing.ciabot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'BitKeeper') 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 -- cgit v1.2.3