[Xfce4-commits] <xfce-git-hooks:master> Really disable buildbot notifications after pushes.

Jannis Pohlmann noreply at xfce.org
Sat Feb 20 14:40:01 CET 2010


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

commit 185ddd997b241cb01f85f139696c7eb729a70420
Author: Jannis Pohlmann <jannis at xfce.org>
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



More information about the Xfce4-commits mailing list