index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/build-master-status-from-mysql | 2 |
diff --git a/bin/build-master-status-from-mysql b/bin/build-master-status-from-mysql index 6ad9596..a444010 100755 --- a/bin/build-master-status-from-mysql +++ b/bin/build-master-status-from-mysql @@ -10,7 +10,7 @@ tmp_dir=$(mktemp -d 'tmp.build-master-status-from-mysql.XXXXXXXXXX' --tmpdir) trap 'rm -rf --one-file-system "${tmp_dir}"' EXIT -# always block if locked +# do not block if locked exec 9> "${sanity_check_lock_file}" if ! flock -n 9; then >&2 echo 'Mysql-Sanity check skipped, cannot acquire lock.' |