RHCS Release Manager: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{howto_header}} These are notes, primarily for me, used in my RHCS release manager tasks. = Distro Testing = == Fedora == Packages to install; <source lang=..." |
No edit summary |
||
Line 5: | Line 5: | ||
= Distro Testing = | = Distro Testing = | ||
== Fedora == | == Fedora 15 == | ||
Packages to install; | Packages to install; | ||
Line 12: | Line 12: | ||
yum -y groupinstall "Development Libraries" "Development Tools" "Fedora Packager" | yum -y groupinstall "Development Libraries" "Development Tools" "Fedora Packager" | ||
yum -y install vim wget | yum -y install vim wget | ||
</source> | |||
Build cluster. | |||
<source lang="bash"> | |||
git clone git://git.fedorahosted.org/git/cluster.git | |||
cd cluster/ | |||
git branch stable31 --track origin/STABLE31 | |||
git checkout stable31 | |||
</source> | </source> | ||
Revision as of 17:00, 30 November 2011
Alteeve Wiki :: How To :: RHCS Release Manager |
These are notes, primarily for me, used in my RHCS release manager tasks.
Distro Testing
Fedora 15
Packages to install;
yum -y groupinstall "Development Libraries" "Development Tools" "Fedora Packager"
yum -y install vim wget
Build cluster.
git clone git://git.fedorahosted.org/git/cluster.git
cd cluster/
git branch stable31 --track origin/STABLE31
git checkout stable31
Rawhide
Moving target, see here.
Any questions, feedback, advice, complaints or meanderings are welcome. | |||
Alteeve's Niche! | Alteeve Enterprise Support | Community Support | |
© 2025 Alteeve. Intelligent Availability® is a registered trademark of Alteeve's Niche! Inc. 1997-2025 | |||
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions. |