Repository : http://git.fedorahosted.org/git/?p=conga-luci-1stgen.git
On branch : master
commit 6a88a465d4848cd1a64bbe7239f0e6e6ff1d7196 Author: Jan Pokorn�� jpokorny@redhat.com Date: Tue Feb 28 15:25:49 2017 +0100
fedorahosted.org discontinued
Signed-off-by: Jan Pokorn�� jpokorny@redhat.com
README | 67 +-------------------------------------------------------------- 1 files changed, 2 insertions(+), 65 deletions(-)
diff --git a/README b/README index 97f3550..ebaba65 100644 --- a/README +++ b/README @@ -1,66 +1,3 @@ -2012-06-11 +DISCONTINUED ON FEDORAHOSTED.ORG
-This is ressurection of old CVS repository for conga targetting RHEL{4,5} -as found at sourceware.org ([1,2]). - - -How migrated -============ - -As the cluster CVS at sourceware.org is actually only a ghost of previous -activities that moved elsewhere throughout the last years (fedorahosted.org), -it was tricky to get this copy in full: - -- standard anonymous CVS checkout: problems with large files: -$ cvs -z 9 -d :pserver:anoncvs@sourceware.org:/cvs/cluster co conga -[...] -cvs [checkout aborted]: Could not map memory to RCS archive - /cvs/cluster/conga/luci/site/luci/var/Data.fs,v: - Cannot allocate memory - -- import via git-cvsimport: many missing files (maybe related to previous) -$ git cvsimport -v -d :pserver:anoncvs@sourceware.org:/cvs/cluster - - -Fortunately, sourceware.org also offers rsync access [3] so the final -solution became something along the commands: - -$ rsync -v --archive --delete --checksum --compress --stats --bwlimit 50 \ - rsync://sourceware.org/cluster-cvs cluster-cvs -$ mkdir conga-luci-1stgen && cd conga-luci-1stgen -$ # following needs cvs built with "server" support -$ git cvsimport -v -u -m -A ../author-conv-file -p -x \ - -d :local:/home/poki/cluster-cvs conga - -Voil��, the repo is reborn, this time in a GIT jacket (how pleasant!). - - -CVS-GIT mapping details -======================= - -Usernames of committers should be gracefully converted into names -in full + emails as usual with GIT (-A ../author-conv-file). - -Underscores in tags should be converted nicely into dots (-u). - -HEAD branch from CVS is imported to the "origin" branch (default). -The branches are: - - EXPERIMENTAL ... ~2007 - RHEL4 ... ~2007-2009 (after branching) - RHEL5 ... ~2006-2011 - RHEL50.Z.branchpoint ... ~2007 - jparsons ... 2006 - origin ... former HEAD in CVS - -The plan is to use new branch, RHEL5-active, to sync back -the changes so far and to keep it up-to-date if possible -(in other words, this would be maintenance branch). - - -References -========== - -[1] CVSROOT=:pserver:anoncvs@sourceware.org:/cvs/cluster -[2] http://sourceware.org/cgi-bin/cvsweb.cgi/?cvsroot=cluster -[3] http://sources.redhat.com/sourceware/rsync.html +New home: https://pagure.io/linux-cluster/conga-luci-1stgen
conga-luci-1stgen-commits@lists.fedorahosted.org