summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-19 13:22:41 +0200
committerErich Eckner <git@eckner.net>2019-06-19 13:22:41 +0200
commitc681b098f53f8fd86cbe720f643c1a528d2f2f60 (patch)
tree4f46efa582db890f07106c0c66ae8cfe69467ffb
parent3c1fae0f07b6162f4f2c3669145899fa85e01269 (diff)
downloadbuilder-c681b098f53f8fd86cbe720f643c1a528d2f2f60.tar.xz
bin/sanity-check: blocked slaves do not have keys in ~/.ssh/authorized_keys
-rwxr-xr-xbin/sanity-check1
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 > \