index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-06-19 13:22:41 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-19 13:22:41 +0200 |
commit | c681b098f53f8fd86cbe720f643c1a528d2f2f60 (patch) | |
tree | 4f46efa582db890f07106c0c66ae8cfe69467ffb /bin | |
parent | 3c1fae0f07b6162f4f2c3669145899fa85e01269 (diff) |
-rwxr-xr-x | bin/sanity-check | 1 |
diff --git a/bin/sanity-check b/bin/sanity-check index f9f4676..7014129 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -587,6 +587,7 @@ while [ $# -gt 0 ]; do printf ' FROM' printf ' `build_slaves`' mysql_join_build_slaves_ssh_keys + printf ' WHERE `build_slaves`.`access_allowed`' } | \ mysql_run_query | \ sort > \ |