retrace: add f29 and remove f26

This commit is contained in:
Miroslav Suchý 2018-09-03 10:35:50 +02:00
parent 305b6c57e2
commit 7a352d34fb
5 changed files with 112 additions and 7 deletions

View file

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

View file

@ -49,9 +49,9 @@
state: present
when: not devel
with_items:
- "26"
- "27"
- "28"
- "29"
- name: remove obsolete pull associates
cron:
@ -64,6 +64,7 @@
with_items:
- "24"
- "25"
- "26"
- name: koops_to_xorg.py
cron:

View file

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

View file

@ -1,8 +1,8 @@
---
# List of fedora versions for reposync
rs_internal_fedora_vers: [26, 27, 28, rawhide]
rs_internal_fedora_vers_removed: [24, 25]
rs_internal_fedora_vers: [27, 28, 29 rawhide]
rs_internal_fedora_vers_removed: [24, 25, 26]
# List of architectures for reposync
# armhfp disabled untill we get more space

View file

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