[sysadmin-bin] Each repository on its own configuration file.



commit 899650da473c9b8f51162639ca938ebbd4ad4230
Author: Andrea Veri <av gnome org>
Date:   Thu May 23 20:08:18 2013 +0200

    Each repository on its own configuration file.

 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 66e86f4..fbb05c9 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}
 
-tee hooks/reflog | kgb-client --repo-id $REPOSITORY_ID --conf /home/admin/KGB/kgb-client.conf --repository 
git --git-reflog - > /dev/null 2>&1
+tee hooks/reflog | 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]