gitolite/example.gitolite.rc
2009-08-26 06:54:43 +05:30

21 lines
576 B
Plaintext

# this is meant to be pulled into a perl program using "do"
# base directory for all the repos
$REPO_BASE="repositories";
# gitolite admin directory, files, etc
$GL_ADMINDIR=$ENV{HOME} . "/.gitolite";
# --------------------------------------
# the ones below can be left as they are, unless for some reason you want them
# elsewhere
$GL_CONF="$GL_ADMINDIR/gitolite.conf";
$GL_KEYDIR="$GL_ADMINDIR/keydir";
$GL_CONF_COMPILED="$GL_ADMINDIR/gitolite.conf-compiled.pm";
# --------------------------------------
# this should be the last line in this file, per perl rules
1;