index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-03-08 08:47:57 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-03-08 08:47:57 +0100 |
commit | f1bf6de03ad68e75dd2602a1744cc30a4a23b6f5 (patch) | |
tree | ff81acb14267d91b695a237424b926f1d0c9fd2b /lib | |
parent | f92358c7654a251016f251519ddf863d9637fef3 (diff) |
-rwxr-xr-x | lib/mysql-functions | 2 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index 26d3db8..97fc2f4 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -26,6 +26,8 @@ base64_encode_each() { # wrapper function to query mysql mysql_run_query() { if [ -s "${work_dir}/build-master-sanity" ]; then + # If the build master is insane, the calling command should only check + # if the build master is still insane - we do not want to log that. ${mysql_command} -N --raw --batch "$@" else { |