]> git.donarmstrong.com Git - bin.git/blobdiff - buildd_sign
add reset usb bus command
[bin.git] / buildd_sign
index 42d68023ebf1be19da9c7c7b4f39df5f35313369..70e106937acb1ef948b8edf7651a9dbd8f339145 100755 (executable)
@@ -42,6 +42,11 @@ for a in "$@"; do
             mutt -e 'set content_type="text/plain; charset=utf-8"' -s "Re: $SUBJECT" "$RETURN_PATH";
            mark_read "${a}";
            echo "Handled '${SUBJECT}'";
+    elif egrep -q '^Subject: Should I build' "$a"; then
+        echo 'ok'| \
+            mutt -e 'set content_type="text/plain; charset=utf-8"' -s "Re: $SUBJECT" "$RETURN_PATH";
+           mark_read "${a}";
+           echo "Handled '${SUBJECT}'";
     elif egrep -q '^Subject: Log.+attempted' "$a" &&
         egrep -q "ERROR: dependency .* is not available for package .*" "$a"; then
         (echo -n 'fail '; egrep "ERROR: dependency .* is not available for package .*" "$a")| \