[f36-eol] Make changes to cron, bodhi, koji, mbs, pkgdb-proxy
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
parent
4f13144d5c
commit
e77afa63ef
8 changed files with 7 additions and 90 deletions
|
@ -132,56 +132,6 @@ RELEASES = {'f38': {'topic': 'fedora',
|
||||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '37', 'Modular')}
|
'dest': os.path.join(FEDORAALTDEST, 'testing', '37', 'Modular')}
|
||||||
]}}
|
]}}
|
||||||
},
|
},
|
||||||
'f36': {'topic': 'fedora',
|
|
||||||
'version': '36',
|
|
||||||
'modules': ['fedora', 'fedora-secondary'],
|
|
||||||
'repos': {'updates': {
|
|
||||||
'from': 'f36-updates',
|
|
||||||
'ostrees': [{'ref': 'fedora/36/%(arch)s/updates/silverblue',
|
|
||||||
'dest': OSTREEDEST,
|
|
||||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
|
||||||
{'ref': 'fedora/36/%(arch)s/updates/kinoite',
|
|
||||||
'dest': OSTREEDEST,
|
|
||||||
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
|
|
||||||
'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'],
|
|
||||||
'dest': os.path.join(FEDORADEST, '36', 'Everything')},
|
|
||||||
{'arches': ['ppc64le', 's390x'],
|
|
||||||
'dest': os.path.join(FEDORAALTDEST, '36', 'Everything')}
|
|
||||||
]},
|
|
||||||
'updates-testing': {
|
|
||||||
'from': 'f36-updates-testing',
|
|
||||||
'ostrees': [{'ref': 'fedora/36/%(arch)s/testing/silverblue',
|
|
||||||
'dest': OSTREEDEST,
|
|
||||||
'arches': ['x86_64', 'ppc64le', 'aarch64']},
|
|
||||||
{'ref': 'fedora/36/%(arch)s/testing/kinoite',
|
|
||||||
'dest': OSTREEDEST,
|
|
||||||
'arches': ['x86_64', 'ppc64le', 'aarch64']}],
|
|
||||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
|
||||||
'dest': os.path.join(FEDORADEST, 'testing', '36', 'Everything')},
|
|
||||||
{'arches': ['ppc64le', 's390x'],
|
|
||||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '36', 'Everything')}
|
|
||||||
]}}
|
|
||||||
},
|
|
||||||
'f36m': {'topic': 'fedora',
|
|
||||||
'version': '36m',
|
|
||||||
'modules': ['fedora', 'fedora-secondary'],
|
|
||||||
'repos': {'updates': {
|
|
||||||
'from': 'f36-modular-updates',
|
|
||||||
'ostrees': [],
|
|
||||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
|
||||||
'dest': os.path.join(FEDORADEST, '36', 'Modular')},
|
|
||||||
{'arches': ['ppc64le', 's390x'],
|
|
||||||
'dest': os.path.join(FEDORAALTDEST, '36', 'Modular')}
|
|
||||||
]},
|
|
||||||
'updates-testing': {
|
|
||||||
'from': 'f36-modular-updates-testing',
|
|
||||||
'ostrees': [],
|
|
||||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
|
||||||
'dest': os.path.join(FEDORADEST, 'testing', '36', 'Modular')},
|
|
||||||
{'arches': ['ppc64le', 's390x'],
|
|
||||||
'dest': os.path.join(FEDORAALTDEST, 'testing', '36', 'Modular')}
|
|
||||||
]}}
|
|
||||||
},
|
|
||||||
'epel9': {'topic': 'epel',
|
'epel9': {'topic': 'epel',
|
||||||
'version': '9',
|
'version': '9',
|
||||||
'modules': ['epel'],
|
'modules': ['epel'],
|
||||||
|
|
|
@ -104,7 +104,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 f39 f39-container f39-modular f38 f38-container f38-modular f37 f37-container f37-modular f36 f36-container f36-modular 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 f39 f39-container f39-modular f38 f38-container f38-modular f37 f37-container f37-modular epel9 epel9-next epel8 epel8-next epel7 module-package-list modular'"
|
||||||
cron_file=update-koji-owner
|
cron_file=update-koji-owner
|
||||||
user=apache
|
user=apache
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
|
|
|
@ -48,10 +48,6 @@ taglist = [
|
||||||
"f37-container",
|
"f37-container",
|
||||||
"f37-modular",
|
"f37-modular",
|
||||||
"f37-flatpak",
|
"f37-flatpak",
|
||||||
"f36",
|
|
||||||
"f36-container",
|
|
||||||
"f36-modular",
|
|
||||||
"f36-flatpak",
|
|
||||||
"epel9",
|
"epel9",
|
||||||
"epel9-next",
|
"epel9-next",
|
||||||
"epel8",
|
"epel8",
|
||||||
|
|
|
@ -194,7 +194,6 @@ sidetag =
|
||||||
tag f39-build :: allow
|
tag f39-build :: allow
|
||||||
tag f38-build :: allow
|
tag f38-build :: allow
|
||||||
tag f37-build :: allow
|
tag f37-build :: allow
|
||||||
tag f36-build :: allow
|
|
||||||
tag eln-build :: allow
|
tag eln-build :: allow
|
||||||
tag epel9-next-build :: allow
|
tag epel9-next-build :: allow
|
||||||
tag epel9-build :: allow
|
tag epel9-build :: allow
|
||||||
|
|
|
@ -1,28 +0,0 @@
|
||||||
data:
|
|
||||||
description: Fedora 36 traditional base
|
|
||||||
license:
|
|
||||||
module: [MIT]
|
|
||||||
name: platform
|
|
||||||
profiles:
|
|
||||||
buildroot:
|
|
||||||
rpms: [bash, bzip2, coreutils, cpio, diffutils, fedora-release, findutils, gawk,
|
|
||||||
glibc-minimal-langpack, grep, gzip, info, make, patch, redhat-rpm-config,
|
|
||||||
rpm-build, sed, shadow-utils, tar, unzip, util-linux, which, xz]
|
|
||||||
srpm-buildroot:
|
|
||||||
rpms: [bash, fedora-release, fedpkg-minimal, glibc-minimal-langpack, gnupg2,
|
|
||||||
redhat-rpm-config, rpm-build, shadow-utils]
|
|
||||||
stream: f36
|
|
||||||
summary: Fedora 36 traditional base
|
|
||||||
context: 00000000
|
|
||||||
version: 1
|
|
||||||
xmd:
|
|
||||||
mbs:
|
|
||||||
buildrequires: {}
|
|
||||||
commit: f36
|
|
||||||
requires: {}
|
|
||||||
koji_tag: module-f36-build
|
|
||||||
mse: TRUE
|
|
||||||
virtual_streams: [fedora]
|
|
||||||
document: modulemd
|
|
||||||
version: 1
|
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
"dist_tag": ".fc36",
|
"dist_tag": ".fc36",
|
||||||
"koji_name": "f36",
|
"koji_name": "f36",
|
||||||
"name": "Fedora Linux",
|
"name": "Fedora Linux",
|
||||||
"status": "Active",
|
"status": "EOL",
|
||||||
"version": "36"
|
"version": "36"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
"dist_tag": ".fc36",
|
"dist_tag": ".fc36",
|
||||||
"koji_name": "f36",
|
"koji_name": "f36",
|
||||||
"name": "Fedora",
|
"name": "Fedora",
|
||||||
"status": "Active",
|
"status": "EOL",
|
||||||
"version": "36"
|
"version": "36"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,5 +7,5 @@ MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
15 8 * * * root TMPDIR=`mktemp -d /tmp/CloudF37.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f37 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
15 8 * * * root TMPDIR=`mktemp -d /tmp/CloudF37.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f37 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
||||||
|
|
||||||
# Fedora 36 Cloud nightly compose
|
# Fedora 36 Cloud nightly compose
|
||||||
MAILTO=releng-cron@lists.fedoraproject.org
|
# MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
15 6 * * * root TMPDIR=`mktemp -d /tmp/CloudF36.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f36 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
# 15 6 * * * root TMPDIR=`mktemp -d /tmp/CloudF36.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f36 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
||||||
|
|
|
@ -7,5 +7,5 @@ MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
45 5 * * * root TMPDIR=`mktemp -d /tmp/containerF37.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f37 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
45 5 * * * root TMPDIR=`mktemp -d /tmp/containerF37.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f37 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
||||||
|
|
||||||
# Fedora 36 Container Updates nightly compose
|
# Fedora 36 Container Updates nightly compose
|
||||||
MAILTO=releng-cron@lists.fedoraproject.org
|
# MAILTO=releng-cron@lists.fedoraproject.org
|
||||||
45 7 * * * root TMPDIR=`mktemp -d /tmp/containerF36.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f36 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
# 45 7 * * * root TMPDIR=`mktemp -d /tmp/containerF36.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f36 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue