[X2Go-Commits] buildscripts.git - master (branch) updated: 5a425eddb3b5fa7e37510ba65719e2e620a3984e

X2Go dev team git-admin at x2go.org
Tue Dec 3 21:38:32 CET 2013


The branch, master has been updated
       via  5a425eddb3b5fa7e37510ba65719e2e620a3984e (commit)
      from  4fed76205fa6215052ff6d83d5ddb6fbdcfaf5dc (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 5a425eddb3b5fa7e37510ba65719e2e620a3984e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Dec 3 21:37:55 2013 +0100

    rather sleep for 300 seconds if our build is blocked

-----------------------------------------------------------------------

Summary of changes:
 bin/build-deb-package |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/bin/build-deb-package b/bin/build-deb-package
index 2c435c4..42803dd 100755
--- a/bin/build-deb-package
+++ b/bin/build-deb-package
@@ -318,8 +318,8 @@ wait_for_lock() {
 		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..."
-			sleep 10
+			echo "PROJECT directory is locked, sleeping for 5 minutes..."
+			sleep 300
 		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).




More information about the x2go-commits mailing list