Could you have your own local repo those are loaded into, and then use reposync script to push your local repo into those 2 channels? So from spacewalk side you'd have two channels, but they would come fro one code base ?
Dan # Create the local repo cd /var/www/html/pub/centos/custom-64 createrepo /var/www/html/pub/centos/custom-64 # Now push to two diff channels /usr/bin/spacewalk-repo-sync --channel rhel-64 --url file:///var/www/html/pub/centos/custom-64/ --type yum /usr/bin/spacewalk-repo-sync --channel centos-64 --url file:///var/www/html/pub/centos/custom-64/ --type yum On Jun 3, 2010, at 8:13 AM, Tom Brown wrote: > Hi > > I have a situation where we have some channels that contain internal > rpm's - These channels need to be available to both our RHEL and > CentOS kickstart profiles. > > The question is how can i have a channel that is available to more > than 1 kickstart profile as if i create them as childs of the base > then they are not available to others? > > thanks > > _______________________________________________ > Spacewalk-list mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/spacewalk-list _______________________________________________ Spacewalk-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/spacewalk-list
