index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/build-master-status | 2 |
diff --git a/bin/build-master-status b/bin/build-master-status index c0d9cb1..d1382c7 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -12,7 +12,7 @@ trap 'rm -rf --one-file-system "${tmp_dir}"' EXIT # do not block if locked exec 9> "${sanity_check_lock_file}" -if ! flock -n 9; then +if ! verbose_flock -n 9; then >&2 echo 'Mysql-Sanity check skipped, cannot acquire lock.' exit fi |