index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/sanity-check | 4 |
diff --git a/bin/sanity-check b/bin/sanity-check index d329869..ebd8fdf 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -18,6 +18,10 @@ usage() { } i_am_insane() { + if [ ! -s "${work_dir}/build-master-sanity" ]; then + printf '\001ACTION went insane.\001\n' > \ + "${irc_dir}/#archlinux-ports/in" + fi echo 'build master is insane' > \ "${work_dir}/build-master-sanity" echo 'SANITY CHECK FAILED' >> \ |