diff options
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/sanity-check | |
parent | 3c1fae0f07b6162f4f2c3669145899fa85e01269 (diff) | |
download | builder-c681b098f53f8fd86cbe720f643c1a528d2f2f60.tar.xz |
bin/sanity-check: blocked slaves do not have keys in ~/.ssh/authorized_keys
Diffstat (limited to 'bin/sanity-check')
-rwxr-xr-x | bin/sanity-check | 1 |
1 files changed, 1 insertions, 0 deletions
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 > \ |