index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/interpret-mail | 2 |
diff --git a/bin/interpret-mail b/bin/interpret-mail index 5ddf69a..ffbb6cf 100755 --- a/bin/interpret-mail +++ b/bin/interpret-mail @@ -3,6 +3,8 @@ # shellcheck source=conf/default.conf . "${0%/*}/../conf/default.conf" +# TODO: enable email interface to reschedule builds + if [ $# -ne 0 ]; then >&2 echo '' >&2 echo 'usage: interpret-mail' |