retrace: add f30

This commit is contained in:
Miroslav Suchý 2019-03-01 10:23:52 +01:00
parent a3b174ccf7
commit c094d85c61
4 changed files with 110 additions and 3 deletions

View file

@ -3,7 +3,7 @@ faf_server_name: retrace.fedoraproject.org/faf
rs_use_faf_packages: true rs_use_faf_packages: true
# we do not have enough storage on stg # we do not have enough storage on stg
rs_internal_fedora_vers: [28, 29, rawhide] rs_internal_fedora_vers: [28, 29, 30, rawhide]
rs_internal_fedora_vers_removed: [24, 25, 26, 27] rs_internal_fedora_vers_removed: [24, 25, 26, 27]
rs_internal_arch_list: [source, x86_64, i386] rs_internal_arch_list: [source, x86_64, i386]
@ -231,3 +231,108 @@ faf_repos:
arch: 'x86_64', arch: 'x86_64',
opsys: 'Fedora 29', opsys: 'Fedora 29',
} }
- { name: 'fedora-30-updates-testing-source',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/testing/30/Everything/SRPMS/'],
arch: 'src',
opsys: 'Fedora 30'
}
- { name: 'fedora-30-updates-source',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/30/Everything/SRPMS/'],
arch: 'src',
opsys: 'Fedora 30'
}
- { name: 'fedora-30-armhfp-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/30/Everything/armhfp/debug/tree/', 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/development/30/Everything/armhfp/debug/tree/'],
arch: 'armv7hl',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-armhfp-testing-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/testing/30/Everything/armhfp/debug/'],
arch: 'armv7hl',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-armhfp-testing',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/testing/30/Everything/armhfp/'],
arch: 'armv7hl',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-armhfp-updates-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/30/Everything/armhfp/debug/'],
arch: 'armv7hl',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-armhfp-updates',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/30/Everything/armhfp/'],
arch: 'armv7hl',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-armhfp',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/30/Everything/armhfp/os/', 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/development/30/Everything/armhfp/os/'],
arch: 'armv7hl',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-i386-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora-secondary/releases/30/Everything/i386/debug/tree/', 'http://download01.phx2.fedoraproject.org/pub/fedora-secondary/development/30/Everything/i386/debug/tree/'],
arch: 'i386',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-i386-testing-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora-secondary/updates/testing/30/Everything/i386/debug/'],
arch: 'i386',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-i386-testing',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora-secondary/updates/testing/30/Everything/i386/'],
arch: 'i386',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-i386-updates-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora-secondary/updates/30/Everything/i386/debug/'],
arch: 'i386',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-i386-updates',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora-secondary/updates/30/Everything/i386/'],
arch: 'i386',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-i386',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora-secondary/releases/30/Everything/i386/os/', 'http://download01.phx2.fedoraproject.org/pub/fedora-secondary/development/30/Everything/i386/os/'],
arch: 'i386',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-source',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/30/Everything/source/tree/', 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/development/30/Everything/source/tree/'],
arch: 'src',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-x86_64',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/30/Everything/x86_64/os/', 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/development/30/Everything/x86_64/os/'],
arch: 'x86_64',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-x86_64-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/releases/30/Everything/x86_64/debug/tree/', 'http://download01.phx2.fedoraproject.org/pub/fedora/linux/development/30/Everything/x86_64/debug/tree/'],
arch: 'x86_64',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-x86_64-testing-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/testing/30/Everything/x86_64/debug/'],
arch: 'x86_64',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-x86_64-testing',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/testing/30/Everything/x86_64/'],
arch: 'x86_64',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-x86_64-updates-debug',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/30/Everything/x86_64/debug/'],
arch: 'x86_64',
opsys: 'Fedora 30',
}
- { name: 'fedora-30-x86_64-updates',
url: ['http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/30/Everything/x86_64/'],
arch: 'x86_64',
opsys: 'Fedora 30',
}

View file

@ -51,6 +51,7 @@
with_items: with_items:
- "28" - "28"
- "29" - "29"
- "30"
- name: remove obsolete pull associates - name: remove obsolete pull associates
cron: cron:
@ -86,6 +87,7 @@
with_items: with_items:
- "28" - "28"
- "29" - "29"
- "30"
- name: remove obsolete probable fixes - name: remove obsolete probable fixes
cron: cron:

View file

@ -11,9 +11,9 @@ galaxy_info:
- 6 - 6
- name: Fedora - name: Fedora
versions: versions:
- 27
- 28 - 28
- 29 - 29
- 30
categories: categories:
- web - web
dependencies: [] dependencies: []

View file

@ -10,9 +10,9 @@ galaxy_info:
- 7 - 7
- name: Fedora - name: Fedora
versions: versions:
- 27
- 28 - 28
- 29 - 29
- 30
categories: categories:
- system - system
#dependencies: #dependencies: