diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mirror/files/x86_64/hdlists | 10 | ||||
-rw-r--r-- | modules/mirror/files/x86_64/media.cfg | 59 |
2 files changed, 69 insertions, 0 deletions
diff --git a/modules/mirror/files/x86_64/hdlists b/modules/mirror/files/x86_64/hdlists index b4b1aa04..75d56bd3 100644 --- a/modules/mirror/files/x86_64/hdlists +++ b/modules/mirror/files/x86_64/hdlists @@ -43,3 +43,13 @@ noauto:hdlist_tainted_backports.src.cz media/../../SRPMS/tainted/backports Taint noauto:hdlist_tainted_backports_testing.cz media/tainted/backports_testing Tainted Backports Testing noauto:hdlist_debug_tainted_backports_testing.cz media/debug/tainted/backports_testing Tainted Backports Testing Debug noauto:hdlist_tainted_backports_testing.src.cz media/../../SRPMS/tainted/backports_testing Tainted Backports Testing Sources +hdlist_core32_release.cz media/../../i586/media/core/release Core 32bit Release +noauto:hdlist_debug_core32_release.cz media/../../i586/media/debug/core/release Core 32bit Release Debug +hdlist_core32_updates.cz media/../../i586/media/core/updates Core 32bit Updates +noauto:hdlist_debug_core32_updates.cz media/../../i586/media/debug/core/updates Core 32bit Updates Debug +noauto:hdlist_core32_updates_testing.cz media/../../i586/media/core/updates_testing Core 32bit Updates Testing +noauto:hdlist_debug_core32_updates_testing.cz media/../../i586/media/debug/core/updates_testing Core 32bit Updates Testing Debug +noauto:hdlist_core32_backports.cz media/../../i586/media/core/backports Core 32bit Backports +noauto:hdlist_debug_core32_backports.cz media/../../i586/media/debug/core/backports Core 32bit Backports Debug +noauto:hdlist_core32_backports_testing.cz media/../../i586/media/core/backports_testing Core 32bit Backports Testing +noauto:hdlist_debug_core32_backports_testing.cz media/../../i586/media/debug/core/backports_testing Core 32bit Backports Testing Debug diff --git a/modules/mirror/files/x86_64/media.cfg b/modules/mirror/files/x86_64/media.cfg index 525d3528..1f94c6cd 100644 --- a/modules/mirror/files/x86_64/media.cfg +++ b/modules/mirror/files/x86_64/media.cfg @@ -318,3 +318,62 @@ name=Tainted Backports Testing Sources rpms=tainted/backports_testing media_type=official:backports:testing:source noauto=1 + +[../../i586/media/core/release] +hdlist=hdlist_core32_release.cz +name=Core 32bit Release +media_type=official:free:release + +[../../i586/media/debug/core/release] +hdlist=hdlist_debug_core32_release.cz +name=Core 32bit Release Debug +media_type=official:free:release:debug +noauto=1 + +[../../i586/media/core/updates] +hdlist=hdlist_core32_updates.cz +name=Core 32bit Updates +media_type=official:free:updates +update_for=../../i586/media/core/release + +[../../i586/media/debug/core/updates] +hdlist=hdlist_debug_core32_updates.cz +name=Core 32bit Updates Debug +media_type=official:free:updates:debug +noauto=1 + +[../../i586/media/core/updates_testing] +hdlist=hdlist_core32_updates_testing.cz +name=Core 32bit Updates Testing +media_type=official:free:testing +noauto=1 + +[../../i586/media/debug/core/updates_testing] +hdlist=hdlist_debug_core32_updates_testing.cz +name=Core 32bit Updates Testing Debug +media_type=official:free:testing:debug +noauto=1 + +[../../i586/media/core/backports] +hdlist=hdlist_core32_backports.cz +name=Core 32bit Backports +media_type=official:free:backports +noauto=1 + +[../../i586/media/debug/core/backports] +hdlist=hdlist_debug_core32_backports.cz +name=Core 32bit Backports Debug +media_type=official:free:backports:debug +noauto=1 + +[../../i586/media/core/backports_testing] +hdlist=hdlist_core32_backports_testing.cz +name=Core 32bit Backports Testing +media_type=official:free:backports:testing +noauto=1 + +[../../i586/media/debug/core/backports_testing] +hdlist=hdlist_debug_core32_backports_testing.cz +name=Core 32bit Backports Testing Debug +media_type=official:free:backports:testing:debug +noauto=1 |