index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/load-configuration | 5 |
diff --git a/lib/load-configuration b/lib/load-configuration index 5513584..91a6db0 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -202,8 +202,9 @@ fi if ${i_am_the_master}; then command="${0##*/}" # these commands are useless to log - if [ "${command}" != 'slave-build-connect' ] && \ - [ "${command}" != 'ping-from-slave' ]; then + if [ "${command}" != 'ii-answer' ] && \ + [ "${command}" != 'ping-from-slave' ] && \ + [ "${command}" != 'slave-build-connect' ]; then # shellcheck disable=SC2016 { printf 'INSERT INTO `command_log`(`command`,`parameters`,`shell`)' |