Updating branch refs/heads/master
         to 3165cfb9fde546f1db930f3ac702d2bdec173185 (commit)
       from 989de310aa466211135e7b145f0a9ca6c5b08a68 (commit)

commit 3165cfb9fde546f1db930f3ac702d2bdec173185
Author: Jannis Pohlmann <jan...@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
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to