diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index bba39d9bbf..7c48ceefa5 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -126,50 +126,6 @@ RELEASES = {'f36': {'topic': 'fedora', 'dest': os.path.join(FEDORAALTDEST, 'testing', '35', 'Modular')} ]}} }, - 'f34': {'topic': 'fedora', - 'version': '34', - 'modules': ['fedora', 'fedora-secondary'], - 'repos': {'updates': { - 'from': 'f34-updates', - 'ostrees': [{'ref': 'fedora/34/%(arch)s/updates/silverblue', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}], - 'to': [{'arches': ['x86_64', 'armhfp', 'aarch64', 'source'], - 'dest': os.path.join(FEDORADEST, '34', 'Everything')}, - {'arches': ['ppc64le', 's390x'], - 'dest': os.path.join(FEDORAALTDEST, '34', 'Everything')} - ]}, - 'updates-testing': { - 'from': 'f34-updates-testing', - 'ostrees': [{'ref': 'fedora/34/%(arch)s/testing/silverblue', - 'dest': OSTREEDEST, - 'arches': ['x86_64', 'ppc64le', 'aarch64']}], - 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], - 'dest': os.path.join(FEDORADEST, 'testing', '34', 'Everything')}, - {'arches': ['ppc64le', 's390x'], - 'dest': os.path.join(FEDORAALTDEST, 'testing', '34', 'Everything')} - ]}} - }, - 'f34m': {'topic': 'fedora', - 'version': '34m', - 'modules': ['fedora', 'fedora-secondary'], - 'repos': {'updates': { - 'from': 'f34-modular-updates', - 'ostrees': [], - 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], - 'dest': os.path.join(FEDORADEST, '34', 'Modular')}, - {'arches': ['ppc64le', 's390x'], - 'dest': os.path.join(FEDORAALTDEST, '34', 'Modular')} - ]}, - 'updates-testing': { - 'from': 'f34-modular-updates-testing', - 'ostrees': [], - 'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'], - 'dest': os.path.join(FEDORADEST, 'testing', '34', 'Modular')}, - {'arches': ['ppc64le', 's390x'], - 'dest': os.path.join(FEDORAALTDEST, 'testing', '34', 'Modular')} - ]}} - }, 'epel9': {'topic': 'epel', 'version': '9', 'modules': ['epel'], diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 9f1cef8d58..115288b2cd 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -87,7 +87,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 f37 f37-container f37-modular f36 f36-container f36-modular f35 f35-container f35-modular f34 f34-container f34-modular epel9 epel9-next epel8 epel8-next epel8-modular epel7 module-package-list modular'" + job="/usr/local/bin/lock-wrapper owner-sync '/usr/local/bin/owner-sync-pagure f37 f37-container f37-modular f36 f36-container f36-modular f35 f35-container f35-modular epel9 epel9-next epel8 epel8-next epel8-modular epel7 module-package-list modular'" cron_file=update-koji-owner when: env == "production" tags: @@ -96,9 +96,9 @@ - name: put the koji sync listener script in place copy: - src: koji_sync_listener.py - dest: /usr/lib/python3.9/site-packages/koji_sync_listener.py - mode: 0644 + src: koji_sync_listener.py + dest: /usr/lib/python3.9/site-packages/koji_sync_listener.py + mode: 0644 when: env == "production" tags: - bodhi @@ -106,8 +106,8 @@ - name: put the koji sync listener config file in place template: - src: koji_sync_listener.toml - dest: /etc/fedora-messaging/koji_sync_listener.toml + src: koji_sync_listener.toml + dest: /etc/fedora-messaging/koji_sync_listener.toml when: env == "production" notify: - reload systemd @@ -400,4 +400,3 @@ template: src=kojiprofile.conf dest=/etc/koji.conf.d/bodhi.conf tags: - bodhi - diff --git a/roles/bodhi2/backend/templates/koji_sync_listener.toml b/roles/bodhi2/backend/templates/koji_sync_listener.toml index 13d6244947..4e0033fcd2 100644 --- a/roles/bodhi2/backend/templates/koji_sync_listener.toml +++ b/roles/bodhi2/backend/templates/koji_sync_listener.toml @@ -48,11 +48,6 @@ taglist = [ "f35-container", "f35-modular", "f35-flatpak", - "f34", - "f34-container", - "f34-modular", - "f34-flatpak", - "f33", "epel9", "epel9-next", "epel8", diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index ec10026b7e..394fc54053 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -184,7 +184,6 @@ sidetag = tag f37-build :: allow tag f36-build :: allow tag f35-build :: allow - tag f34-build :: allow tag eln-build :: allow tag epel9-next-build :: allow tag epel9-build :: allow diff --git a/roles/mbs/common/files/default-modules.production/platform-f34.yaml b/roles/mbs/common/files/default-modules.production/platform-f34.yaml deleted file mode 100644 index 67e1cf9bf5..0000000000 --- a/roles/mbs/common/files/default-modules.production/platform-f34.yaml +++ /dev/null @@ -1,28 +0,0 @@ -data: - description: Fedora 34 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: f34 - summary: Fedora 34 traditional base - context: 00000000 - version: 1 - xmd: - mbs: - buildrequires: {} - commit: f34 - requires: {} - koji_tag: module-f34-build - mse: TRUE - virtual_streams: [fedora] -document: modulemd -version: 1 - \ No newline at end of file diff --git a/roles/pkgdb-proxy/files/pkgdb-gnome-software-collections.json b/roles/pkgdb-proxy/files/pkgdb-gnome-software-collections.json index 4f16955eaa..483b115d51 100644 --- a/roles/pkgdb-proxy/files/pkgdb-gnome-software-collections.json +++ b/roles/pkgdb-proxy/files/pkgdb-gnome-software-collections.json @@ -63,7 +63,7 @@ "dist_tag": ".fc34", "koji_name": "f34", "name": "Fedora", - "status": "Active", + "status": "EOL", "version": "34" }, { diff --git a/roles/releng/files/cloud-updates b/roles/releng/files/cloud-updates index 2c939db0fb..e999e368b1 100644 --- a/roles/releng/files/cloud-updates +++ b/roles/releng/files/cloud-updates @@ -7,5 +7,5 @@ MAILTO=releng-cron@lists.fedoraproject.org 15 7 * * * root TMPDIR=`mktemp -d /tmp/CloudF35.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f35 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR # Fedora 34 Cloud nightly compose -MAILTO=releng-cron@lists.fedoraproject.org -15 8 * * * root TMPDIR=`mktemp -d /tmp/CloudF34.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f34 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR +#MAILTO=releng-cron@lists.fedoraproject.org +#15 8 * * * root TMPDIR=`mktemp -d /tmp/CloudF34.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f34 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR diff --git a/roles/releng/files/container-updates b/roles/releng/files/container-updates index bb856d63aa..f353430ceb 100644 --- a/roles/releng/files/container-updates +++ b/roles/releng/files/container-updates @@ -1,6 +1,6 @@ #Fedora 34 Container Updates nightly compose -MAILTO=releng-cron@lists.fedoraproject.org -45 5 * * * root TMPDIR=`mktemp -d /tmp/containerF34.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f34 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR +#MAILTO=releng-cron@lists.fedoraproject.org +#45 5 * * * root TMPDIR=`mktemp -d /tmp/containerF34.XXXXXX` && chmod 755 $TMPDIR && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f34 && LANG=en_US.UTF-8 ./container-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR # Fedora 35 Container Updates nightly compose MAILTO=releng-cron@lists.fedoraproject.org diff --git a/roles/robosignatory/templates/robosignatory.toml.j2 b/roles/robosignatory/templates/robosignatory.toml.j2 index 002043763b..9c0cb1c990 100644 --- a/roles/robosignatory/templates/robosignatory.toml.j2 +++ b/roles/robosignatory/templates/robosignatory.toml.j2 @@ -107,12 +107,6 @@ handlers = ["console"] key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}" keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}" - [[consumer_config.koji_instances.primary.tags]] - from = "f34-infra-candidate" - to = "f34-infra-stg" - key = "{{ (env == 'production')|ternary('fedora-infra', 'testkey') }}" - keyid = "{{ (env == 'production')|ternary('47dd8ef9', 'd300e724') }}" - [[consumer_config.koji_instances.primary.tags]] from = "f35-infra-candidate" to = "f35-infra-stg" @@ -133,12 +127,6 @@ handlers = ["console"] # Gated coreos-pool tag - [[consumer_config.koji_instances.primary.tags]] - from = "f34-coreos-signing-pending" - to = "coreos-pool" - key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}" - keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}" - [[consumer_config.koji_instances.primary.tags]] from = "f35-coreos-signing-pending" to = "coreos-pool" @@ -267,38 +255,6 @@ handlers = ["console"] keyid = "{{ (env == 'production')|ternary('9867c58f', 'd300e724') }}" type = "modular" - [[consumer_config.koji_instances.primary.tags]] - from = "f34-signing-pending" - to = "f34-updates-testing-pending" - key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}" - keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}" - - [consumer_config.koji_instances.primary.tags.sidetags] - pattern = 'f34-build-side-' - from = '-signing-pending' - to = '-testing-pending' - trusted_taggers = ['bodhi'] - - [[consumer_config.koji_instances.primary.tags]] - from = "f34-pending" - to = "f34" - key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}" - keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}" - - [[consumer_config.koji_instances.primary.tags]] - from = "f34-modular-pending" - to = "f34-modular" - key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}" - keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}" - type = "modular" - - [[consumer_config.koji_instances.primary.tags]] - from = "f34-modular-signing-pending" - to = "f34-modular-updates-testing-pending" - key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}" - keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}" - type = "modular" - #epel8 modular tags [[consumer_config.koji_instances.primary.tags]] from = "epel8-modular-signing-pending" @@ -409,12 +365,6 @@ handlers = ["console"] key = "{{ (env == 'production')|ternary('fedora-35', 'testkey') }}" keyid = "{{ (env == 'production')|ternary('9867c58f', 'd300e724') }}" - [[consumer_config.koji_instances.primary.tags]] - from = "f34-openh264" - to = "f34-openh264" - key = "{{ (env == 'production')|ternary('fedora-34', 'testkey') }}" - keyid = "{{ (env == 'production')|ternary('45719a39', 'd300e724') }}" - # Side tags created by releng # f35-python