X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fgit-clone.sh;h=bdd86f668585d41f226cb12eebd8d6b8f37470af;hb=b40214d4a2e050acaf54a147e322bbf726d983e6;hp=509676462e516634a21333969d62569bf5747c5a;hpb=60ceb320ad496b850514fb566056fa90d066d3a2;p=infrastructure.git diff --git a/scripts/git-clone.sh b/scripts/git-clone.sh index 5096764..bdd86f6 100755 --- a/scripts/git-clone.sh +++ b/scripts/git-clone.sh @@ -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 }