Modification : $vm_ -> $local_ .
[lhc/ateliers.git] / local / gitolite-configure
index 0be27e6..bd25ec3 100755 (executable)
@@ -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';