From a1e21b3be2488f58c6172e8d11c7a05c5772cf36 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 17 Feb 2015 18:09:53 +0100 Subject: Revert "convert git repos into bare ones" dist-git repositories are created by others means There will be created non-bare repositories with appropriate acls post-commit hooks and etc. There is not expectation to deal with acl while translating the cvs content to git, we are not creating the final repositories here. --- cvstogit | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cvstogit b/cvstogit index bc2e264..d3fcb0e 100755 --- a/cvstogit +++ b/cvstogit @@ -302,15 +302,6 @@ do_repotree() { # Do the rest of the conversion steps. convert_branches $package merge_branches $package - # turn into a bare repository - rm $package/* - mv $package/.git/* $package/ - echo " sharedrepository = 1 -[receive] - denyNonFastforwards = true" >> $package/config - packagedescription=$(grep "|$package|" owners/owners.list | cut -d \| -f 3) - echo $packagedescription > $package/description - mv $package $package.git done popd } -- cgit