X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildd_sign;h=70e106937acb1ef948b8edf7651a9dbd8f339145;hb=dcce90e77c92202b5fadca48de6fd1cefc41ff79;hp=42d68023ebf1be19da9c7c7b4f39df5f35313369;hpb=feefa951517b118d6455f52e20ae1001116c2c60;p=bin.git diff --git a/buildd_sign b/buildd_sign index 42d6802..70e1069 100755 --- a/buildd_sign +++ b/buildd_sign @@ -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")| \