Uncomment the sanity check that prevented the notifications from going out from non...
authorChris Larson <clarson@kergoth.com>
Fri, 16 Jan 2004 03:28:11 +0000 (03:28 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 16 Jan 2004 03:28:11 +0000 (03:28 +0000)
BKrev: 40075a4bKb5jVIiTypUFlKGVo8BQXg

BitKeeper/triggers/post-outgoing.ciabot

index 0a424ff..3523e93 100644 (file)
@@ -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