easy install: needs a minor fix to accommodate auto-vivification
This commit is contained in:
parent
b78a720cee
commit
6576e82e33
|
@ -398,6 +398,7 @@ setup_pta() {
|
||||||
# Substitute $GL_ADMINDIR and $REPO_BASE appropriately. Note there is no
|
# Substitute $GL_ADMINDIR and $REPO_BASE appropriately. Note there is no
|
||||||
# space around the "=" in the second and third lines.
|
# space around the "=" in the second and third lines.
|
||||||
|
|
||||||
|
git ls-remote gitolite:gitolite-admin
|
||||||
echo "cd $REPO_BASE/gitolite-admin.git
|
echo "cd $REPO_BASE/gitolite-admin.git
|
||||||
GIT_WORK_TREE=$GL_ADMINDIR git add conf/gitolite.conf keydir
|
GIT_WORK_TREE=$GL_ADMINDIR git add conf/gitolite.conf keydir
|
||||||
GIT_WORK_TREE=$GL_ADMINDIR git diff --cached --quiet || GIT_WORK_TREE=$GL_ADMINDIR git commit -am start
|
GIT_WORK_TREE=$GL_ADMINDIR git diff --cached --quiet || GIT_WORK_TREE=$GL_ADMINDIR git commit -am start
|
||||||
|
|
Loading…
Reference in a new issue