index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/delete-packages | 6 |
diff --git a/bin/delete-packages b/bin/delete-packages index f3c141b..9703804 100755 --- a/bin/delete-packages +++ b/bin/delete-packages @@ -86,6 +86,12 @@ if ! ${no_action}; then exit 1 fi + exec 7> "${sanity_check_lock_file}" + if ! flock -s ${block_flag} 7; then + >&2 echo 'come back (shortly) later - sanity-check running.' + exit 1 + fi + fi clean_up_lock_file() { |