The move of the various anaconda-related components has begun from
elvis.redhat.com (also known as rhlinux.redhat.com and i18n.redhat.com)
to be hosted under git.fedoraproject.org has begun.
The following is a basic summary of checkout and commit information.
Note that if you think you should have commit access and _don't_, let me
know. The instructions use "$module" to refer to whatever the module
is. Moved modules are anaconda, pykickstart, system-config-kickstart,
rhpl, booty, pyblock, firstboot, anaconda-images (not really relevant
anymore), anaconda-help (likewise)
To get a copy (anonymous)
git clone git://git.fedoraproject.org/hosted/$module
To get a copy as a committer
git clone git+ssh://git.fedoraproject.org/git/hosted/$module.git
Once you've committed changes locally, you can push them with
git push
Branches should be mirrored there as well. To get a local tracking copy
of a branch you'll likely want something like
git branch --track $branchname ; git checkout $branchname