Fedora 26 EOL

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2018-05-29 15:24:07 +00:00
parent 4b841972b3
commit 0010905fee
3 changed files with 2 additions and 27 deletions

View file

@ -23,7 +23,7 @@ def handle(content):
sys.stdout.flush()
# XXX If you modify this taglist. Please also modify the other copy in
# bodhi2/backend/tasks/main.yml
taglist = 'f29 f28 f27 f26 f29-container f28-container f27-container f26-container f28-docker f27-docker f26-docker f29-modular f28-modular f27-modular epel7 dist-6E-epel module-package-list modular'
taglist = 'f29 f28 f27 f29-container f28-container f27-container f28-docker f27-docker f29-modular f28-modular f27-modular epel7 dist-6E-epel module-package-list modular'
cmd = [
'/usr/local/bin/owner-sync-pagure',
'--package', package,

View file

@ -102,31 +102,6 @@ RELEASES = {'f28': {'topic': 'fedora',
'dest': os.path.join(FEDORAALTDEST, 'testing', '27')}
]}}
},
'f26': {'topic': 'fedora',
'version': '26',
'modules': ['fedora', 'fedora-secondary'],
'repos': {'updates': {
'from': 'f26-updates',
'ostrees': [{'ref': 'fedora/26/x86_64/updates/atomic-host',
'dest': '/mnt/koji/atomic/26/'},
# Hack around for the fact that ostree on f25 doesn't know links
{'ref': 'fedora/26/x86_64/atomic-host',
'dest': '/mnt/koji/atomic/26/'}],
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
'dest': os.path.join(FEDORADEST, '26')},
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le'],
'dest': os.path.join(FEDORAALTDEST, '26')}
]},
'updates-testing': {
'from': 'f26-updates-testing',
'ostrees': [{'ref': 'fedora/26/x86_64/testing/atomic-host',
'dest': '/mnt/koji/atomic/26/'}],
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
'dest': os.path.join(FEDORADEST, 'testing', '26')},
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le'],
'dest': os.path.join(FEDORAALTDEST, 'testing', '26')}
]}}
},
'epel7': {'topic': 'epel',
'version': '7',
'modules': ['epel'],

View file

@ -176,7 +176,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 f29 f28 f27 f26 f29-container f28-container f27-container f26-container f28-docker f27-docker f26-docker f28-modular f27-modular epel7 dist-6E-epel module-package-list modular'"
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f29 f28 f27 f29-container f28-container f27-container f28-docker f27-docker f28-modular f27-modular epel7 dist-6E-epel module-package-list modular'"
cron_file=update-koji-owner
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
tags: