[sysadmin-bin] We need the full path here.



commit cf4045235d7c27cec755f95203c1ed3e401ae663
Author: Andrea Veri <av gnome org>
Date:   Tue Aug 13 23:10:45 2013 +0200

    We need the full path here.

 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 697eddd..b5618b9 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=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]