index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-06-28 10:21:04 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-28 10:21:04 +0200 |
commit | 84e4cbd938163430f38b205273ac9fd48c16d918 (patch) | |
tree | 71d834c95a4b9f6b1930ddba5b9a95eef968a55a | |
parent | e0477548fa04547f2ba206574eff15bd960d0ce2 (diff) |
-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`)' |