Fedora 26 EOL
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
4b841972b3
commit
0010905fee
3 changed files with 2 additions and 27 deletions
|
@ -23,7 +23,7 @@ def handle(content):
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
# XXX If you modify this taglist. Please also modify the other copy in
|
# XXX If you modify this taglist. Please also modify the other copy in
|
||||||
# bodhi2/backend/tasks/main.yml
|
# 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 = [
|
cmd = [
|
||||||
'/usr/local/bin/owner-sync-pagure',
|
'/usr/local/bin/owner-sync-pagure',
|
||||||
'--package', package,
|
'--package', package,
|
||||||
|
|
|
@ -102,31 +102,6 @@ RELEASES = {'f28': {'topic': 'fedora',
|
||||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '27')}
|
'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',
|
'epel7': {'topic': 'epel',
|
||||||
'version': '7',
|
'version': '7',
|
||||||
'modules': ['epel'],
|
'modules': ['epel'],
|
||||||
|
|
|
@ -176,7 +176,7 @@
|
||||||
# bodhi2/backend/files/koji-sync-listener.py
|
# bodhi2/backend/files/koji-sync-listener.py
|
||||||
# This cronjob runs only once a day. The listener script runs reactively.
|
# This cronjob runs only once a day. The listener script runs reactively.
|
||||||
cron: name="owner-sync" minute="15" hour="4" user="root"
|
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
|
cron_file=update-koji-owner
|
||||||
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
when: inventory_hostname.startswith('bodhi-backend01') and env == "production"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue