index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-01-19 15:27:22 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-19 15:27:22 +0100 |
commit | 775d5a5211e6a325a000e4491836625159167ee0 (patch) | |
tree | 467e36738e96ec77d0c9f979299a2727c2c2ec53 /bin | |
parent | cb5d76d1fca8d951b77002edfae7993b5c375015 (diff) |
-rwxr-xr-x | bin/slave-build-connect | 2 |
diff --git a/bin/slave-build-connect b/bin/slave-build-connect index 704a9da..86ab14b 100755 --- a/bin/slave-build-connect +++ b/bin/slave-build-connect @@ -22,7 +22,7 @@ if [ "${SSH_ORIGINAL_COMMAND%% *}" = "get-assignment" ] || \ # shellcheck disable=SC2016 printf 'UPDATE `build_slaves`' # shellcheck disable=SC2016 - printf ' SET `build_slaves`.`last_connection`=NOW' + printf ' SET `build_slaves`.`last_connection`=NOW()' # shellcheck disable=SC2016 printf ' WHERE `build_slaves`.`name`=from_base64("%s")\n' \ "$( |