From 7501f3235df7f16df1f878466b1f501bdbd8956b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 9 Jan 2018 10:47:07 +0100 Subject: bin/sanity-check: report to irc channel, too --- bin/sanity-check | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/sanity-check') 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' >> \ -- cgit v1.2.3-54-g00ecf