[Xfce4-commits] <xfce-git-hooks:master> Add some debugging output as it is still not working.
Jannis Pohlmann
jannis at xfce.org
Wed Sep 16 18:40:02 CEST 2009
Updating branch refs/heads/master
to ade395ed8e11b58eeb4c9b79664b87dd3cc5b00e (commit)
from 1c94ff6879adad3cec2f2359c081aacdf468292a (commit)
commit ade395ed8e11b58eeb4c9b79664b87dd3cc5b00e
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Sep 16 18:39:07 2009 +0200
Add some debugging output as it is still not working.
hooks/post-receive-01-buildbot | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/hooks/post-receive-01-buildbot b/hooks/post-receive-01-buildbot
index 5b343b1..79d2942 100755
--- a/hooks/post-receive-01-buildbot
+++ b/hooks/post-receive-01-buildbot
@@ -1,5 +1,10 @@
#!/bin/sh
+echo "0 = $0"
+echo "1 = $1"
+echo "2 = $2"
+echo "3 = $3"
+
if echo $0 | grep -q '^/'; then
mydir=`dirname $0`
else
More information about the Xfce4-commits
mailing list