The branch, master has been updated via 038242b6272f9fc13a80da7a5935bbe505f3a3c2 (commit) from a19149f73e87efb7751616081446ec227e8cbcf1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 038242b6272f9fc13a80da7a5935bbe505f3a3c2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 3 21:16:59 2013 +0100 fix wait_for_lock ----------------------------------------------------------------------- Summary of changes: bin/build-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/bin/build-deb-package b/bin/build-deb-package index b85afe7..1e9a0bb 100755 --- a/bin/build-deb-package +++ b/bin/build-deb-package @@ -314,7 +314,7 @@ upload_packages() { } wait_for_lock() { - while $LOCK_FILE; do + while [ -f $LOCK_FILE ]; do pid=$(head -n1 $LOCK_FILE) if ! ps $pid 1>/dev/null; then rm -f $LOCK_FILE else echo "PROJECT directory is locked, sleeping for 10 secs..."; fi hooks/post-receive -- buildscripts.git (X2Go packaging scripts) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "buildscripts.git" (X2Go packaging scripts).