Updating branch refs/heads/master
         to 185ddd997b241cb01f85f139696c7eb729a70420 (commit)
       from 511f8ff5408f9e8c35cabffd7eb8fc290452cba7 (commit)

commit 185ddd997b241cb01f85f139696c7eb729a70420
Author: Jannis Pohlmann <[email protected]>
Date:   Sat Feb 20 14:38:54 2010 +0100

    Really disable buildbot notifications after pushes.

 post-receive |    1 -
 post-update  |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/post-receive b/post-receive
index 06041a3..fb5c428 100755
--- a/post-receive
+++ b/post-receive
@@ -13,5 +13,4 @@ export REPO="`basename $parent`/`basename $path`"
 unset parent path
 
 while read oldrev newrev refname; do
-  $XFCE_GIT_HOOK_DIR/hooks/post-receive-01-buildbot "$oldrev" "$newrev" 
"$refname"
 done
diff --git a/post-update b/post-update
index eb703ff..335c14e 100755
--- a/post-update
+++ b/post-update
@@ -13,5 +13,4 @@ export REPO="`basename $parent`/`basename $path`"
 unset parent path
 
 $XFCE_GIT_HOOK_DIR/hooks/post-update-01-server-info
-#$XFCE_GIT_HOOK_DIR/hooks/post-update-02-buildbot
 $XFCE_GIT_HOOK_DIR/hooks/post-update-03-www-pull
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to