[sysadmin-bin] Add a wildcard for the wip/ directory as well.



commit 9054b4c026b2c8edcfcdd4be094c2732ccc39c67
Author: Andrea Veri <av gnome org>
Date:   Thu Aug 15 13:50:03 2013 +0200

    Add a wildcard for the wip/ directory as well.

 git/post-receive-notify-kgb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/git/post-receive-notify-kgb b/git/post-receive-notify-kgb
index 8cc4857..d7411d8 100755
--- a/git/post-receive-notify-kgb
+++ b/git/post-receive-notify-kgb
@@ -5,4 +5,4 @@
 REPOSITORY_ID=$(basename "$PWD")
 REPOSITORY_ID=${REPOSITORY_ID%.git}
 
-grep -r --exclude-dir=refs/heads/wip refs/heads/* | kgb-client --conf 
/home/admin/KGB/kgb-client-$REPOSITORY_ID.conf --repository git --git-reflog - > /dev/null 2>&1
+grep -r --exclude-dir=refs/heads/wip/* refs/heads/* | kgb-client --conf 
/home/admin/KGB/kgb-client-$REPOSITORY_ID.conf --repository git --git-reflog - > /dev/null 2>&1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]