diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-16 03:23:01 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-16 03:23:01 +0000 |
commit | bd2e59526e035373d4e44084e1b19cdfd2622d6d (patch) | |
tree | c08d71d8ef66dd46a7914eefccf92dcd227c6d8f /BitKeeper/triggers/post-outgoing.ciabot | |
parent | a53f750766b3c6e0700a191007cd8befda21bce7 (diff) |
Updates to the CIA notification stuff for tag and files handling.
BKrev: 40075915pmp-Cs4DIljPkLf9gy-XJA
Diffstat (limited to 'BitKeeper/triggers/post-outgoing.ciabot')
-rw-r--r-- | BitKeeper/triggers/post-outgoing.ciabot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/BitKeeper/triggers/post-outgoing.ciabot b/BitKeeper/triggers/post-outgoing.ciabot index 37dbeda5e6..0a424ffb18 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 @@ -22,13 +22,13 @@ check_sanity () { # Check sanity - do we need to send anything? check_sanity || exit 0 -# convert numbers from the cset list into something useful +# Convert numbers from the cset list into something useful nums= for s in `cat $BK_CSETLIST`; do nums="`bk prs -h -d\"\\\$if(:DS: -eq $s){:REV:}\" ChangeSet` $nums" done -# send logs to CIA +# Send logs to CIA echo "Sending notification to CIA irc bot (cia.navi.cx)." ( for n in $nums; do |