Changeset 2319 for trunk/locker


Ignore:
Timestamp:
Sep 8, 2012, 8:55:10 PM (12 years ago)
Author:
geofft
Message:
Merge r2314 (Don't export autoinstalls over git://) to trunk
Location:
trunk/locker
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker

  • trunk/locker/deploy/bin/git

    r2175 r2319  
    5858export GIT_PROJECT_ROOT="$gitbase"
    5959export PATH_TRANSLATED="\$GIT_PROJECT_ROOT\$PATH_INFO"
     60export GIT_HTTP_EXPORT_ALL=1
    6061exec git http-backend
    6162EOF
     
    6768system qw{git init --bare}, "$addrend.git";
    6869chdir "$addrend.git";
    69 
    70 open ENABLE, ">git-daemon-export-ok";
    71 print ENABLE "";
    72 close ENABLE;
    7370
    7471system qw{htpasswd -c}, $htpasswd, $admin_username;
Note: See TracChangeset for help on using the changeset viewer.