Make the CIA post-outgoing trigger obey a BK_SILENT variable, to supress notification...
authorChris Larson <clarson@kergoth.com>
Tue, 2 Nov 2004 23:25:26 +0000 (23:25 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 2 Nov 2004 23:25:26 +0000 (23:25 +0000)
BKrev: 41881766xDUVK1E5ZuNrgAa3_Gnt7A

BitKeeper/triggers/post-outgoing.ciabot

index 223c56d..60c2bb4 100644 (file)
 # Boston, MA 02111-1307, USA.
 
 check_sanity () {
+    if [ X$BK_SILENT != X ]; then
+        return 1
+    fi
+
     if [ X$BK_STATUS = XDRYRUN -o X$BK_STATUS = XNOTHING ]; then
         return 1
     fi