index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/ping-from-slave | 1 |
diff --git a/bin/ping-from-slave b/bin/ping-from-slave index 55a3300..c70c1d7 100755 --- a/bin/ping-from-slave +++ b/bin/ping-from-slave @@ -21,6 +21,7 @@ if [ "$( mysql_run_query 'unimportant' || \ echo '1' )" -ne 1 ]; then + # TODO: say the same in irc (if not yet said) >&2 echo 'You do not build anything currently - abort whatever you are doing.' exit 2 fi |