index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-20 06:35:51 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-20 06:35:51 +0100 |
commit | 6726701a1ad103bf3894d77ce062d0b849244388 (patch) | |
tree | 67d96a27a28c925346e371744376c4cc6f57a4cd /bin/build-master-status-from-mysql | |
parent | d0ad91d00c998a86db63edac9de68cefd405dc18 (diff) |
-rwxr-xr-x | bin/build-master-status-from-mysql | 2 |
diff --git a/bin/build-master-status-from-mysql b/bin/build-master-status-from-mysql index 2c33708..6ad9596 100755 --- a/bin/build-master-status-from-mysql +++ b/bin/build-master-status-from-mysql @@ -248,7 +248,7 @@ find "${work_dir}/package-states" -mindepth 1 -maxdepth 1 \ if [ -s "${webserver_directory}/mysql-sanity.html" ] && \ [ ! -s "${work_dir}/build-master-sanity" ]; then - printf 'girls: my database is dirty again ...\n' | \ + printf 'oh girls, my database is dirty again ...\n' | \ sponge "${irc_dir}/#archlinux32/in" echo 'build master is insane' > \ "${work_dir}/build-master-sanity" |