Merge branch 'master' of ssh://git.onelab.eu/git/infrastructure
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 22 May 2010 20:53:49 +0000 (22:53 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 22 May 2010 20:53:49 +0000 (22:53 +0200)
scripts/git-clone.sh

index 5096764..bdd86f6 100755 (executable)
@@ -28,14 +28,6 @@ function clone () {
         mv ${GIT_WORKDIR}/.git ${GIT_REPO}
         rm -rf ${GIT_WORKDIR}
 
-        pushd $GIT_REPO
-        # enable clone with git:// protocol
-        # git-config daemon.uploadpack true
-
-        # enable archive with git:// procotol
-        git-config daemon.uploadarchive true
-        popd
-
     done
 }