X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=local%2Fgitolite-configure;h=bd25ec37c64c346c287d07206e1bfcd5471c37b4;hp=0be27e6ed746ef494012ddf06441191392cb2687;hb=0d705d8e2a919ee40866307aa3e18b1a5c4e7583;hpb=3ad6118386977e346d81042e924e5db9c5f15b7d diff --git a/local/gitolite-configure b/local/gitolite-configure index 0be27e6..bd25ec3 100755 --- a/local/gitolite-configure +++ b/local/gitolite-configure @@ -66,7 +66,7 @@ sudo install -m 770 -o git -g git /dev/stdin \ \$GL_CONF_COMPILED = "\$GL_ADMINDIR/conf/gitolite.conf.pm"; #\$GL_GET_MEMBERSHIPS_PGM = "/usr/local/bin/expand-ldap-user-to-groups" \$GL_GITCONFIG_KEYS = "gitweb\\..* hooks\\..*"; - #\$GL_HOSTNAME = "git.$vm_domainname"; + #\$GL_HOSTNAME = "git.$local_domainname"; # NOTE: read doc/mirroring.mkd COMPLETELY before setting this. #\$GL_HTTP_ANON_USER = "mob"; \$GL_KEYDIR = "\$GL_ADMINDIR/keydir"; @@ -79,7 +79,7 @@ sudo install -m 770 -o git -g git /dev/stdin \ \$GL_PACKAGE_HOOKS = "/usr/share/gitolite/hooks"; #\$GL_PERFLOGT = \$ENV{HOME} . "/log/gitolite/perf/%y-%m-%d.log"; #\$GL_REF_OR_FILENAME_PATT = qr(^[0-9a-zA-Z][0-9a-zA-Z._\\@/+ :,-]*\$); - \$GL_SITE_INFO = "git.$vm_domainname"; + \$GL_SITE_INFO = "git.$local_domainname"; #\$GL_SLAVE_MODE = 0; \$GL_WILDREPOS = 0; #\$GL_WILDREPOS_DEFPERMS = 'R @all';