epel7 retirement
Drop epel7 all the places in ansible where it is and makes sense. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0000a57684
commit
d11f9c5ced
14 changed files with 6 additions and 105 deletions
|
@ -166,20 +166,6 @@ RELEASES = {'f40': {'topic': 'fedora',
|
|||
'dest': os.path.join(EPELDEST, 'next', '8', 'Everything')}
|
||||
]}}
|
||||
},
|
||||
'epel7': {'topic': 'epel',
|
||||
'version': '7',
|
||||
'modules': ['epel'],
|
||||
'repos': {'epel-testing': {
|
||||
'from': 'epel7-testing',
|
||||
'to': [{'arches': ['x86_64', 'ppc64le', 'source'],
|
||||
'dest': os.path.join(EPELDEST, 'testing', '7')}
|
||||
]},
|
||||
'epel': {
|
||||
'from': 'epel7',
|
||||
'to': [{'arches': ['x86_64', 'ppc64le', 'source'],
|
||||
'dest': os.path.join(EPELDEST, '7')}
|
||||
]}}
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
# bodhi2/backend/files/koji_sync_listener.py
|
||||
# This cronjob runs only once a day. The listener script runs reactively.
|
||||
cron: name="owner-sync" minute="15" hour="4" user="root"
|
||||
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f41 f40 f39 f39-flatpak epel9 epel9-next epel8 epel8-next epel7 module-package-list modular'"
|
||||
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f41 f40 f39 f39-flatpak epel9 epel9-next epel8'"
|
||||
cron_file=update-koji-owner
|
||||
user=apache
|
||||
when: env == "production"
|
||||
|
|
|
@ -48,10 +48,6 @@ taglist = [
|
|||
"epel9",
|
||||
"epel9-next",
|
||||
"epel8",
|
||||
"epel8-next",
|
||||
"epel7",
|
||||
"module-package-list",
|
||||
"modular",
|
||||
]
|
||||
|
||||
[qos]
|
||||
|
|
|
@ -12,7 +12,6 @@ This is heavily based on "owner-sync-pkgdb.j2" which was introduced in commit
|
|||
# /usr/local/bin/owner-sync-pkgdb f19
|
||||
# /usr/local/bin/owner-sync-pkgdb dist-5E-epel
|
||||
# /usr/local/bin/owner-sync-pkgdb dist-6E-epel
|
||||
# /usr/local/bin/owner-sync-pkgdb epel7
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue