(projects.list changes) collect gitweb-specific stuff in one place
also - new "WEB_INTERFACE" variable (defaults to 'gitweb') - setup_web_access (write a plain list of repos out) - add_del_web_access (add/delete a single repo from projects.list)
This commit is contained in:
parent
550982f69e
commit
22bd3c8e72
5 changed files with 38 additions and 9 deletions
|
@ -27,6 +27,7 @@ $GL_CONF_COMPILED="$GL_ADMINDIR/conf/gitolite.conf-compiled.pm";
|
|||
# ------------------------------------------------------------------------------
|
||||
$GL_WILDREPOS = 0;
|
||||
$PROJECTS_LIST = $ENV{HOME} . "/projects.list";
|
||||
# $WEB_INTERFACE = "gitweb";
|
||||
$REPO_UMASK = 0077;
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue