From 8389d212e6e345369b4b4970dbc1876f87fde6cb Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 22 Jul 2024 18:50:34 +0200 Subject: build-all-with-docker: do not lock --- build-all-with-docker | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'build-all-with-docker') diff --git a/build-all-with-docker b/build-all-with-docker index f3a9dee7c..01206c04e 100755 --- a/build-all-with-docker +++ b/build-all-with-docker @@ -2,12 +2,6 @@ cd "$(dirname "$(readlink -e "$0")")" -exec 9> build-all-with-docker.lock -if ! flock -n 9; then - >&2 echo 'another build-all-with-docker still holds the lock' - exit 1 -fi - if [ "x$1" = 'x--pull' ]; then shift if ! git pull --ff-only; then @@ -52,7 +46,7 @@ check_and_commit_package_updates() { ) ); do if ! [ -d "$pkg" ]; then - >&2 echo "$pwd is not a directory" + >&2 echo "$pkg is not a directory" continue fi cd "$pkg" -- cgit v1.2.3-70-g09d2