From 5a5116fa12edbe1c63c2e1a093074642dedb977d Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 22 Aug 2012 22:10:53 -0600 Subject: use anonymous CVS access instead of SSH --- cvstogit | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cvstogit b/cvstogit index df2a187..c058e4f 100755 --- a/cvstogit +++ b/cvstogit @@ -16,9 +16,6 @@ # Lastly the script automatically merges any branches that are identical to # master. This allows git's fast-forward merges to work between branches. -# RPM Fusion Settings -USERNAME=ktdreyer - # This setting is used for the conversion commit. #AUTHOR="RPM Fusion Sysadmins " AUTHOR="Ken Dreyer " @@ -73,7 +70,7 @@ git_cvsimport() { # names to Git author emails. git cvsimport -a \ - -d :ext:$USERNAME@cvs.rpmfusion.org:/cvs/$repo \ + -d :pserver:anonymous@cvs.rpmfusion.org:/cvs/$repo \ $package \ -C "$package.cvsimport" || exit 1 } @@ -237,7 +234,7 @@ do_repotree() { # Grab the owners.list for this repo if [[ ! -d 'owners' ]]; then - cvs -d ":ext:$USERNAME@cvs.rpmfusion.org:/cvs/$repo" co owners + cvs -d ":pserver:anonymous@cvs.rpmfusion.org:/cvs/$repo" co owners fi # Cycle through each package. -- cgit