[Xfce4-commits] <xfce-git-hooks:master> Use /var/spool/git-buildbot/{updates, lockfile} for buildbot updates.
Jannis Pohlmann
noreply at xfce.org
Tue Sep 29 14:38:01 CEST 2009
Updating branch refs/heads/master
to 8e17f7716b69e8b4bd9d72b79026183be2b27d82 (commit)
from c99304a2905cebfda3da74774b7e55b0d650102e (commit)
commit 8e17f7716b69e8b4bd9d72b79026183be2b27d82
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Tue Sep 29 14:35:54 2009 +0200
Use /var/spool/git-buildbot/{updates,lockfile} for buildbot updates.
Otherwise: permission denied.
hooks/post-receive-01-buildbot | 4 ++--
hooks/post-update-02-buildbot | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/hooks/post-receive-01-buildbot b/hooks/post-receive-01-buildbot
index 9babcda..884a490 100755
--- a/hooks/post-receive-01-buildbot
+++ b/hooks/post-receive-01-buildbot
@@ -1,7 +1,7 @@
#!/bin/sh
-QUEUE_FILE=/var/spool/git-buildbot-updates
-LOCK_FILE=/var/spool/.git-buildbot-updates-lock
+QUEUE_FILE=/var/spool/git-buildbot/updates
+LOCK_FILE=/var/spool/git-buildbot/lockfile
if echo $0 | grep -q '^/'; then
mydir=`dirname $0`
diff --git a/hooks/post-update-02-buildbot b/hooks/post-update-02-buildbot
index 2cba543..0a6d85e 100755
--- a/hooks/post-update-02-buildbot
+++ b/hooks/post-update-02-buildbot
@@ -1,7 +1,7 @@
#!/bin/sh
-QUEUE_FILE=/var/spool/git-buildbot-updates
-LOCK_FILE=/var/spool/.git-buildbot-updates-lock
+QUEUE_FILE=/var/spool/git-buildbot/updates
+LOCK_FILE=/var/spool/git-buildbot/lockfile
if echo $0 | grep -q '^/'; then
mydir=`dirname $0`
More information about the Xfce4-commits
mailing list