RHCS Release Manager: Difference between revisions

From Alteeve Wiki
Jump to navigation Jump to search
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 gnupg
yum -y install vim wget gnupg
</source>
Add cluster GPG key (saved on disk as 'cluster.gpg');
<source lang="bash">
rsync -av ~/path/to/cluster.gpg root@test-vm:/root/
</source>
Log into the build VM and run;
<source lang="bash">
gpg2 --import /root/cluster.gpg
</source>
</source>



Revision as of 17:28, 1 December 2011

 AN!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

Add cluster GPG key (saved on disk as 'cluster.gpg');

rsync -av ~/path/to/cluster.gpg root@test-vm:/root/

Log into the build VM and run;

gpg2 --import /root/cluster.gpg

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! Enterprise Support:
Alteeve Support
Community Support
© Alteeve's Niche! Inc. 1997-2024   Anvil! "Intelligent Availability®" Platform
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.