retrace03: Add f41 repos
Signed-off-by: Michal Srb <michal@redhat.com>
This commit is contained in:
parent
d70719c5ab
commit
a876382717
1 changed files with 40 additions and 1 deletions
|
@ -21,6 +21,45 @@ faf_opsys_list:
|
|||
- fedora
|
||||
- centos
|
||||
faf_repos:
|
||||
# Fedora 41 repositories ------------------------------------------------
|
||||
- arch: src
|
||||
name: fedora-41-source
|
||||
opsys: Fedora 41
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/releases/41/Everything/source/tree/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/development/41/Everything/source/tree/
|
||||
- arch: x86_64
|
||||
name: fedora-41-x86_64
|
||||
opsys: Fedora 41
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/releases/41/Everything/x86_64/os/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/development/41/Everything/x86_64/os/
|
||||
- arch: x86_64
|
||||
name: fedora-41-x86_64-debug
|
||||
opsys: Fedora 41
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/releases/41/Everything/x86_64/debug/tree/
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/development/41/Everything/x86_64/debug/tree/
|
||||
- arch: x86_64
|
||||
name: fedora-41-x86_64-updates
|
||||
opsys: Fedora 41
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/41/Everything/x86_64/
|
||||
- arch: x86_64
|
||||
name: fedora-41-x86_64-updates-debug
|
||||
opsys: Fedora 41
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/41/Everything/x86_64/debug/
|
||||
- arch: x86_64
|
||||
name: fedora-41-x86_64-testing
|
||||
opsys: Fedora 41
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/41/Everything/x86_64/
|
||||
- arch: x86_64
|
||||
name: fedora-41-x86_64-testing-debug
|
||||
opsys: Fedora 41
|
||||
url:
|
||||
- http://dl01.fedoraproject.org/pub/fedora/linux/updates/testing/41/Everything/x86_64/debug/
|
||||
# Fedora 40 repositories ------------------------------------------------
|
||||
- arch: src
|
||||
name: fedora-40-source
|
||||
|
@ -158,7 +197,7 @@ rs_internal_arch_list:
|
|||
- source
|
||||
- x86_64
|
||||
rs_internal_centos_vers: [7, 8]
|
||||
rs_internal_fedora_vers: [39, 40, rawhide]
|
||||
rs_internal_fedora_vers: [39, 40, 41, rawhide]
|
||||
rs_internal_fedora_vers_removed: [30, 31, 32, 33, 34, 35, 36, 37, 38]
|
||||
rs_use_faf_packages: true
|
||||
sar_output_file: faf.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue