summaryrefslogtreecommitdiffstats
path: root/cvstogit
diff options
context:
space:
mode:
authorNicolas Chauvet <kwizart@gmail.com>2015-02-17 18:09:53 +0100
committerKen Dreyer <ktdreyer@ktdreyer.com>2015-03-13 09:56:47 -0600
commita1e21b3be2488f58c6172e8d11c7a05c5772cf36 (patch)
treeb2ccc445239febcc4e4f65a525d87e764b83626f /cvstogit
parent5a41eaff128746b93e11e62c5507fe7c3e6c9e04 (diff)
downloadrpmfusion-tools-a1e21b3be2488f58c6172e8d11c7a05c5772cf36.tar.gz
rpmfusion-tools-a1e21b3be2488f58c6172e8d11c7a05c5772cf36.tar.xz
rpmfusion-tools-a1e21b3be2488f58c6172e8d11c7a05c5772cf36.zip
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.
Diffstat (limited to 'cvstogit')
-rwxr-xr-xcvstogit9
1 files changed, 0 insertions, 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
}