do the configuration in git-check.sh
[infrastructure.git] / 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
 }