packages/pld-gitolite branch updated. ab1c12043441b6654fb9663dbef8ac662a8d114e
draenog
draenog at pld-linux.org
Tue Jul 3 14:07:55 CEST 2012
The branch, master has been updated
via ab1c12043441b6654fb9663dbef8ac662a8d114e (commit)
from 123a721e82382bd98e91c936cbdd4fd3517c1ce4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ab1c12043441b6654fb9663dbef8ac662a8d114e
Author: Kacper Kornet <draenog at pld-linux.org>
Date: Tue Jul 3 11:35:32 2012 +0000
Variables to set watchdir and Attic directories
Changed files:
gitolite.rc -> 1.5
diff --git a/gitolite.rc b/gitolite.rc
index 8645978..67707f3 100644
--- a/gitolite.rc
+++ b/gitolite.rc
@@ -83,6 +83,10 @@ $GL_LOGT="$GL_ADMINDIR/logs/gitolite-%y-%m.log";
# ------------------------------------------------------------------------------
$REPO_BASE="repositories";
+# variables for PLD scripts
+$ENV{WATCHDIR}="watchdir";
+$ENV{ATTIC}="$REPO_BASE/../Attic";
+
# ------------------------------------------------------------------------------
# DO NOT TOUCH ANY THING AFTER THIS LINE
# ------------------------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
gitolite.rc | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
packages/pld-gitolite
More information about the test
mailing list