EPEL 8 Modular Work
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
97e1cfddb0
commit
fc28e0648d
6 changed files with 51 additions and 5 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 = 'f32 f32-container f32-modular f31 f31-container f31-flatpak f31-modular f30 f30-container f30-flatpak f30-modular epel8 epel8-playground epel7 dist-6E-epel module-package-list modular'
|
taglist = 'f32 f32-container f32-modular f31 f31-container f31-flatpak f31-modular f30 f30-container f30-flatpak f30-modular epel8 epel8-playground epel8-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,
|
||||||
|
|
|
@ -112,14 +112,28 @@ RELEASES = {'f31': {'topic': 'fedora',
|
||||||
'repos': {'epel-testing': {
|
'repos': {'epel-testing': {
|
||||||
'from': 'epel8-testing',
|
'from': 'epel8-testing',
|
||||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
||||||
'dest': os.path.join(EPELDEST, 'testing', '8/Everything')}
|
'dest': os.path.join(EPELDEST, 'testing', '8', 'Everything')}
|
||||||
]},
|
]},
|
||||||
'epel': {
|
'epel': {
|
||||||
'from': 'epel8',
|
'from': 'epel8',
|
||||||
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
||||||
'dest': os.path.join(EPELDEST, '8/Everything')}
|
'dest': os.path.join(EPELDEST, '8', 'Everything')}
|
||||||
]}}
|
]}}
|
||||||
},
|
},
|
||||||
|
'epel8m': {'topic': 'epel',
|
||||||
|
'version': '8m',
|
||||||
|
'modules': ['epel'],
|
||||||
|
'repos': {'epel': {
|
||||||
|
'from': 'epel8-modular-updates',
|
||||||
|
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
||||||
|
'dest': os.path.join(EPELDEST, '8', 'Modular')},
|
||||||
|
]},
|
||||||
|
'epel-testing': {
|
||||||
|
'from': 'epel8-modular-updates-testing',
|
||||||
|
'to': [{'arches': ['x86_64', 'aarch64', 'ppc64le', 's390x', 'source'],
|
||||||
|
'dest': os.path.join(EPELDEST, 'testing', '8', 'Modular')},
|
||||||
|
]}}
|
||||||
|
},
|
||||||
'epel7': {'topic': 'epel',
|
'epel7': {'topic': 'epel',
|
||||||
'version': '7',
|
'version': '7',
|
||||||
'modules': ['epel'],
|
'modules': ['epel'],
|
||||||
|
|
|
@ -73,7 +73,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 f32 f32-container f32-modular f31 f31-container f31-flatpak f31-modular f30 f30-container f30-flatpak f30-modular epel8 epel8-playground epel7 dist-6E-epel module-package-list modular'"
|
job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f32 f32-container f32-modular f31 f31-container f31-flatpak f31-modular f30 f30-container f30-flatpak f30-modular epel8 epel8-playground epel8-modular epel7 dist-6E-epel module-package-list modular'"
|
||||||
cron_file=update-koji-owner
|
cron_file=update-koji-owner
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -16,6 +16,8 @@ sigkeys = [
|
||||||
'cfc659b9',
|
'cfc659b9',
|
||||||
[% elif release.version_int == 31 %]
|
[% elif release.version_int == 31 %]
|
||||||
'3c3359c4',
|
'3c3359c4',
|
||||||
|
[% elif release.version_int == 8 %]
|
||||||
|
'2f86d6a1',
|
||||||
[% endif %]
|
[% endif %]
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
[% if release.version_int == 8 %]
|
[% if release.version_int == 8 %]
|
||||||
|
@ -35,7 +37,11 @@ module_defaults_dir = {
|
||||||
[% endif %]
|
[% endif %]
|
||||||
{% else %}
|
{% else %}
|
||||||
'repo': 'https://pagure.io/releng/fedora-module-defaults.git',
|
'repo': 'https://pagure.io/releng/fedora-module-defaults.git',
|
||||||
'branch': 'f[[ release.version_int ]]',
|
[% if release.version_int == 8 %]
|
||||||
|
'branch': 'el[[ release.version_int ]]',
|
||||||
|
[% else %]
|
||||||
|
'branch': 'f[[ release.version_int ]]',
|
||||||
|
[% endif %]
|
||||||
{% endif %}
|
{% endif %}
|
||||||
'dir': '.'
|
'dir': '.'
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
document: modulemd
|
||||||
|
version: 1
|
||||||
|
data:
|
||||||
|
name: platform
|
||||||
|
stream: el8
|
||||||
|
version: 1
|
||||||
|
context: 00000000
|
||||||
|
summary: EPEL 8 base
|
||||||
|
description: EPEL 8 base
|
||||||
|
license:
|
||||||
|
module: [MIT]
|
||||||
|
profiles:
|
||||||
|
buildroot:
|
||||||
|
rpms: [bash, bzip2, coreutils, cpio, diffutils, epel-release, epel-rpm-macros, fedpkg-minimal, findutils, gawk, gcc, gcc-c++, grep, gzip, info, make, patch, redhat-release, redhat-release-everything, redhat-release-server, redhat-rpm-config, rpm-build, sed, shadow-utils, tar, unzip, util-linux, util-linux-ng, which, xz]
|
||||||
|
srpm-buildroot:
|
||||||
|
rpms: [bash, epel-release, epel-rpm-macros, fedpkg-minimal, git, gnupg, make, redhat-release, redhat-release-everything, redhat-release-server, redhat-rpm-config, rpm-build, shadow-utils]
|
||||||
|
xmd:
|
||||||
|
mbs:
|
||||||
|
buildrequires: {}
|
||||||
|
commit: el8
|
||||||
|
requires: {}
|
||||||
|
koji_tag: module-el8-build
|
||||||
|
mse: TRUE
|
||||||
|
default_modules_scm_url: https://pagure.io/releng/fedora-module-defaults.git
|
||||||
|
use_default_modules: TRUE
|
|
@ -155,6 +155,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
# Fedora 28 includes 'ppc64'. F29 and later drops it.
|
# Fedora 28 includes 'ppc64'. F29 and later drops it.
|
||||||
# https://fedoraproject.org/wiki/Changes/DiscontinuePPC64
|
# https://fedoraproject.org/wiki/Changes/DiscontinuePPC64
|
||||||
'platform:f28': ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64', 's390x'],
|
'platform:f28': ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64', 's390x'],
|
||||||
|
'platform:el8' : ['aarch64', 'ppc64le', 'x86_64', 's390x']
|
||||||
}
|
}
|
||||||
KOJI_REPOSITORY_URL = 'https://kojipkgs.fedoraproject.org/repos'
|
KOJI_REPOSITORY_URL = 'https://kojipkgs.fedoraproject.org/repos'
|
||||||
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod']
|
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue