[Xfce4-commits] <xfce-git-hooks:master> Delete the buildbot notification queue file after processing it.

Jannis Pohlmann noreply at xfce.org
Tue Sep 29 15:08:01 CEST 2009


Updating branch refs/heads/master
         to 1bdc9bc50c2eaf7e46eff20e315a3fbf95a45358 (commit)
       from 8e17f7716b69e8b4bd9d72b79026183be2b27d82 (commit)

commit 1bdc9bc50c2eaf7e46eff20e315a3fbf95a45358
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Tue Sep 29 15:06:24 2009 +0200

    Delete the buildbot notification queue file after processing it.

 hooks/post-update-02-buildbot |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/hooks/post-update-02-buildbot b/hooks/post-update-02-buildbot
index 0a6d85e..013dd16 100755
--- a/hooks/post-update-02-buildbot
+++ b/hooks/post-update-02-buildbot
@@ -19,6 +19,9 @@ fi
     echo "$P1 $P2 $P3" | $mydir/git_buildbot.py
   done
 
+  # Delete the queue file
+  rm -f $QUEUE_FILE
+
   # Make sure to unlock the file when the command is aborted
   trap 'flock --unlock 200' INT TERM EXIT
 ) 200>$LOCK_FILE



More information about the Xfce4-commits mailing list