RHCS Release Manager: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
<source lang="bash"> | <source lang="bash"> | ||
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 gnupg | ||
</source> | </source> | ||
Line 21: | Line 21: | ||
git branch stable31 --track origin/STABLE31 | git branch stable31 --track origin/STABLE31 | ||
git checkout stable31 | git checkout stable31 | ||
</source> | |||
Change this to reflect the appropriate versions. | |||
<source lang="bash"> | |||
make -f make/release.mk version=3.1.8 oldversion=3.1.7 | |||
</source> | </source> | ||
Revision as of 17:31, 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 gnupg
Build cluster.
git clone git://git.fedorahosted.org/git/cluster.git
cd cluster/
git branch stable31 --track origin/STABLE31
git checkout stable31
Change this to reflect the appropriate versions.
make -f make/release.mk version=3.1.8 oldversion=3.1.7
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. |