Hi all,

dang, a bit too slow;

I have a small patch for util/spacewalk-common-channels.ini
basically adding centos6 and fedora15 repos;

Best
-Jonathan

On 07/18/2011 06:02 PM, Jan Pazdziora wrote:
Hello,

I plan to branch Spacewalk 1.5 later this week.

Please send in any patches that you wish to see in Spacewalk 1.5 so
that we can review and commit them before the branching event.

Thank you,



--
Jonathan Hoser, M.Sc.
Institute of Bioinformatics and System Biology
Phone: +49-89-3187-4556
Fax: +49-89-3187-3585
Email: jonathan.ho...@helmholtz-muenchen.de
WWW: http://mips.helmholtz-muenchen.de



Helmholtz Zentrum München
Deutsches Forschungszentrum für Gesundheit und Umwelt (GmbH)
Ingolstädter Landstr. 1
85764 Neuherberg
www.helmholtz-muenchen.de
Aufsichtsratsvorsitzende: MinDir´in Bärbel Brumme-Bothe
Geschäftsführer: Prof. Dr. Günther Wess und Dr. Nikolaus Blum
Registergericht: Amtsgericht München HRB 6466
USt-IdNr: DE 129521671
diff --git a/utils/spacewalk-common-channels.ini b/utils/spacewalk-common-channels.ini
index 0d9a010..043fc18 100644
--- a/utils/spacewalk-common-channels.ini
+++ b/utils/spacewalk-common-channels.ini
@@ -113,6 +113,82 @@ checksum = sha256
 base_channels = fedora14-%(arch)s
 yumrepo_url = https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-14&arch=%(arch)s
 
+[fedora15]
+checksum = sha256
+archs    = %(_x86_archs)s
+checksum = sha256
+name     = Fedora 15 (%(arch)s)
+gpgkey_url = http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/RPM-GPG-KEY-fedora
+gpgkey_id = 069C8460
+gpgkey_fingerprint = 25DB B54B DED7 0987 F4C1  0042 B4EB F579 069C 8460
+yumrepo_url = https://mirrors.fedoraproject.org/metalink?repo=fedora-15&arch=%(arch)s
+
+[fedora15-updates]
+label    = %(base_channel)s-updates
+name     = Fedora 15 Updates (%(arch)s)
+archs    = %(_x86_archs)s
+checksum = sha256
+base_channels = fedora15-%(arch)s
+yumrepo_url = https://mirrors.fedoraproject.org/metalink?repo=updates-released-f15&arch=%(arch)s
+
+[fedora15-debug]
+label    = %(base_channel)s-debug
+name    = Fedora 15 Debug (%(arch)s)
+archs    = %(_x86_archs)s
+checksum = sha256
+base_channels = fedora15-%(arch)s
+yumrepo_url = https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-15&arch=%(arch)s
+
+[centos6]
+archs    = %(_x86_archs)s
+name     = CentOS 6 (%(arch)s)
+gpgkey_url = http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
+gpgkey_id = C105B9DE
+gpgkey_fingerprint = C1DA C52D 1664 E8A4 386D  BA43 0946 FCA2 C105 B9DE
+yumrepo_url = http://mirrorlist.centos.org/?release=6&arch=%(arch)s&repo=os
+
+[centos6-addons]
+label    = %(base_channel)s-addons
+archs    = %(_x86_archs)s
+name     = CentOS 6 Addons (%(arch)s)
+base_channels = centos6-%(arch)s
+yumrepo_url = http://mirrorlist.centos.org/?release=6&arch=%(arch)s&repo=addons
+
+[centos6-centosplus]
+label    = %(base_channel)s-centosplus
+archs    = %(_x86_archs)s
+name     = CentOS 6 Plus (%(arch)s)
+base_channels = centos6-%(arch)s
+yumrepo_url = http://mirrorlist.centos.org/?release=6&arch=%(arch)s&repo=centosplus
+
+[centos6-contrib]
+label    = %(base_channel)s-contrib
+archs    = %(_x86_archs)s
+name     = CentOS 6 Contrib (%(arch)s)
+base_channels = centos6-%(arch)s
+yumrepo_url = http://mirrorlist.centos.org/?release=6&arch=%(arch)s&repo=contrib
+
+[centos6-extras]
+label    = %(base_channel)s-extras
+archs    = %(_x86_archs)s
+name     = CentOS 6 Extras (%(arch)s)
+base_channels = centos6-%(arch)s
+yumrepo_url = http://mirrorlist.centos.org/?release=6&arch=%(arch)s&repo=extras
+
+[centos6-fasttrack]
+label    = %(base_channel)s-fasttrack
+archs    = %(_x86_archs)s
+name     = CentOS 6 FastTrack (%(arch)s)
+base_channels = centos6-%(arch)s
+yumrepo_url = http://mirrorlist.centos.org/?release=6&arch=%(arch)s&repo=fasttrack
+
+[centos6-updates]
+label    = %(base_channel)s-updates
+archs    = %(_x86_archs)s
+name     = CentOS 6 Updates (%(arch)s)
+base_channels = centos6-%(arch)s
+yumrepo_url = http://mirrorlist.centos.org/?release=6&arch=%(arch)s&repo=updates
+
 [centos5]
 archs    = %(_x86_archs)s
 name     = CentOS 5 (%(arch)s)
_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel

Reply via email to