The branch, master has been updated via 4fed76205fa6215052ff6d83d5ddb6fbdcfaf5dc (commit) from 038242b6272f9fc13a80da7a5935bbe505f3a3c2 (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 4fed76205fa6215052ff6d83d5ddb6fbdcfaf5dc Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 3 21:21:40 2013 +0100 only sleep for 10secs if we really need to sleep more ----------------------------------------------------------------------- Summary of changes: bin/build-deb-package | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/bin/build-deb-package b/bin/build-deb-package index 1e9a0bb..2c435c4 100755 --- a/bin/build-deb-package +++ b/bin/build-deb-package @@ -317,8 +317,10 @@ wait_for_lock() { 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 - sleep 10 + else + echo "PROJECT directory is locked, sleeping for 10 secs..." + sleep 10 + fi done } 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).