EPEL6 EOL
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
fc2beddd3d
commit
73e5393e4e
5 changed files with 2 additions and 32 deletions
|
@ -155,21 +155,6 @@ RELEASES = {'f33': {'topic': 'fedora',
|
||||||
'dest': os.path.join(EPELDEST, '7')}
|
'dest': os.path.join(EPELDEST, '7')}
|
||||||
]}}
|
]}}
|
||||||
},
|
},
|
||||||
'epel6': {'topic': 'epel',
|
|
||||||
'version': '6',
|
|
||||||
'modules': ['epel'],
|
|
||||||
'repos': {'epel': {
|
|
||||||
'from': 'dist-6E-epel',
|
|
||||||
'to': [{'arches': ['x86_64', 'i386', 'source'],
|
|
||||||
'dest': os.path.join(EPELDEST, '6')}
|
|
||||||
]},
|
|
||||||
'epel-testing': {
|
|
||||||
'from': 'dist-6E-epel-testing',
|
|
||||||
'to': [{'arches': ['x86_64', 'i386', 'source'],
|
|
||||||
'dest': os.path.join(EPELDEST, 'testing', '6')}
|
|
||||||
]},
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -76,7 +76,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 f34 f34-container f34-modular f33 f33-container f33-modular f33-flatpak f32 f32-container f32-modular f32-flatpak epel8 epel8-playground epel8-modular epel7 dist-6E-epel module-package-list modular'"
|
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f34 f34-container f34-modular f33 f33-container f33-modular f33-flatpak f32 f32-container f32-modular f32-flatpak epel8 epel8-playground epel8-modular epel7 module-package-list modular'"
|
||||||
cron_file=update-koji-owner
|
cron_file=update-koji-owner
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -52,7 +52,6 @@ taglist = [
|
||||||
"epel8-playground",
|
"epel8-playground",
|
||||||
"epel8-modular",
|
"epel8-modular",
|
||||||
"epel7",
|
"epel7",
|
||||||
"dist-6E-epel",
|
|
||||||
"module-package-list",
|
"module-package-list",
|
||||||
"modular",
|
"modular",
|
||||||
]
|
]
|
||||||
|
|
|
@ -415,7 +415,7 @@
|
||||||
"dist_tag": ".el6",
|
"dist_tag": ".el6",
|
||||||
"koji_name": "dist-6E-epel",
|
"koji_name": "dist-6E-epel",
|
||||||
"name": "Fedora EPEL",
|
"name": "Fedora EPEL",
|
||||||
"status": "Active",
|
"status": "EOL",
|
||||||
"version": "6"
|
"version": "6"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -94,12 +94,6 @@ handlers = ["console"]
|
||||||
|
|
||||||
# Infra tags
|
# Infra tags
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
|
||||||
from = "epel6-infra-candidate"
|
|
||||||
to = "epel6-infra-stg"
|
|
||||||
key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}"
|
|
||||||
keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}"
|
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "epel7-infra-candidate"
|
from = "epel7-infra-candidate"
|
||||||
to = "epel7-infra-stg"
|
to = "epel7-infra-stg"
|
||||||
|
@ -303,14 +297,6 @@ handlers = ["console"]
|
||||||
key = "{{ (env == 'production')|ternary('epel-7', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('epel-7', 'testkey') }}"
|
||||||
keyid = "{{ (env == 'production')|ternary('352c64e5', 'd300e724') }}"
|
keyid = "{{ (env == 'production')|ternary('352c64e5', 'd300e724') }}"
|
||||||
|
|
||||||
# Non-gated bodhi triggered
|
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
|
||||||
from = "dist-6E-epel-testing-candidate"
|
|
||||||
to = "dist-6E-epel-testing-candidate"
|
|
||||||
key = "{{ (env == 'production')|ternary('epel-6', 'testkey') }}"
|
|
||||||
keyid = "{{ (env == 'production')|ternary('0608b895', 'd300e724') }}"
|
|
||||||
|
|
||||||
# ELN signing
|
# ELN signing
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue