minor doc updates re directories etc
This commit is contained in:
parent
401c2f46d7
commit
4fa1ca6652
|
@ -19,7 +19,8 @@ $REPO_BASE="repositories";
|
||||||
# --------------------------------------
|
# --------------------------------------
|
||||||
|
|
||||||
# I see no reason anyone may want to change the gitolite admin directory, but
|
# I see no reason anyone may want to change the gitolite admin directory, but
|
||||||
# feel free to do so
|
# feel free to do so. However, please note that it *must* be an *absolute*
|
||||||
|
# path (i.e., starting with a "/" character)
|
||||||
|
|
||||||
# gitolite admin directory, files, etc
|
# gitolite admin directory, files, etc
|
||||||
$GL_ADMINDIR=$ENV{HOME} . "/.gitolite";
|
$GL_ADMINDIR=$ENV{HOME} . "/.gitolite";
|
||||||
|
|
|
@ -22,6 +22,12 @@ In this document:
|
||||||
* once in a while, if you're feeling particularly BOFH-ish, take a look at
|
* once in a while, if you're feeling particularly BOFH-ish, take a look at
|
||||||
`$GL_ADMINDIR/log` :-)
|
`$GL_ADMINDIR/log` :-)
|
||||||
|
|
||||||
|
* if you specify a repo that is not at the top level `$REPO_BASE`, be sure
|
||||||
|
to manually create the intermediate directories first. For instance if
|
||||||
|
you specify a new repo called "a/b/c" to the config file and "compile",
|
||||||
|
the "compile" script will just `mkdir a/b/c.git`, assuming "a/b" has
|
||||||
|
already been created
|
||||||
|
|
||||||
### differences from gitosis
|
### differences from gitosis
|
||||||
|
|
||||||
Apart from the big ones listed in the top level README, and subjective ones
|
Apart from the big ones listed in the top level README, and subjective ones
|
||||||
|
|
Loading…
Reference in a new issue