diff options
Diffstat (limited to 'BitKeeper/triggers')
-rw-r--r-- | BitKeeper/triggers/post-outgoing.ciabot | 6 |
1 files changed, 3 insertions, 3 deletions
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 |