spacewalk
spacewalk bump channels
04/07/12 00:39
After some fooling around with spacecmd I wrote a small script to help me make versioned snapshots of channels. The idea is that you take a snapshot of your channel once in a while and then decide their state. This allows you to simply maintain a DTAP setup where the source channel is always the bleeding edge.
https://github.com/jvzantvoort/common/blob/master/Scripts/BumpChannels.py
https://github.com/jvzantvoort/common/blob/master/Scripts/BumpChannels.py
svn rpm autobuild
30/06/12 00:04
To aid in the demonstration of integrating development environment with software repositories like yum, spacewalk, etc. I've create a set of scripts to generate rpms from subversion commits. Read More...
spacewalk create channel
28/06/11 10:29
A cool spacewalk tool now available on the redhat satellite is “spacewalk-create-channel” hidden in the “spacewalk-remote-utils” package. This allows you to create distribution specific channels like this:
then to create a redhat 4 update 9 64 bits channel you execute:
yum -y install spacewalk-remote-utilsthen to create a redhat 4 update 9 64 bits channel you execute:
spacewalk-create-channel --user USERNAME -v 4 -r AS -a x86_64 -u U9 --destChannel foo-rh-x86_64-4u9 -c rhel-x86_64-as-4 -s $(uname -n)