[Xfce4-commits] <xfce-git-hooks:master> Remove debugging output. Rebuilding after each push works!
Jannis Pohlmann
jannis at xfce.org
Wed Sep 16 18:58:01 CEST 2009
Updating branch refs/heads/master
to 3165cfb9fde546f1db930f3ac702d2bdec173185 (commit)
from 989de310aa466211135e7b145f0a9ca6c5b08a68 (commit)
commit 3165cfb9fde546f1db930f3ac702d2bdec173185
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Sep 16 18:55:53 2009 +0200
Remove debugging output. Rebuilding after each push works!
hooks/post-receive-01-buildbot | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/hooks/post-receive-01-buildbot b/hooks/post-receive-01-buildbot
index 79d2942..a63e550 100755
--- a/hooks/post-receive-01-buildbot
+++ b/hooks/post-receive-01-buildbot
@@ -1,10 +1,5 @@
#!/bin/sh
-echo "0 = $0"
-echo "1 = $1"
-echo "2 = $2"
-echo "3 = $3"
-
if echo $0 | grep -q '^/'; then
mydir=`dirname $0`
else
@@ -12,4 +7,4 @@ else
fi
# Do nothing for now until this is tested.
-echo "$1 $2 $3" | $mydir/git_buildbot.py
+echo "$1 $2 $3" | $mydir/git_buildbot.py > /dev/null
More information about the Xfce4-commits
mailing list