From 27e1b6f27eaf193e1c5e37d1a1e843d38fa8803d Mon Sep 17 00:00:00 2001 From: Diego Herrera Date: Mon, 10 Mar 2025 14:21:08 -0300 Subject: [PATCH] Drop more stuff that isn't required for EPEL Signed-off-by: Diego Herrera --- .../pages/sop_epel_minor_mass_branching.adoc | 38 ------------------- 1 file changed, 38 deletions(-) diff --git a/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc b/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc index b5ade28..9f285b5 100644 --- a/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc +++ b/modules/release_guide/pages/sop_epel_minor_mass_branching.adoc @@ -54,7 +54,6 @@ $ koji cancel Now we need to update dist-git in two steps: * Create the new branch in git -* Update the gitolite.conf to allow user to push to this new branch For both of these actions you will need the file generated by pdc above. @@ -105,15 +104,6 @@ Please check these files from the https://pagure.io/fedora-infra/ansible/c/549e5 Make sure that the SLAs are added, check https://pagure.io/fedora-infra/ansible/pull-request/2190#request_diff[this PR] for reference. -=== Fedora Branched - -WARNING: TODO: Confirm if we should skip this part for EPEL - -. Set https://pagure.io/fedora-infra/ansible/blob/main/f/vars/all/FedoraBranched.yaml[FedoraBranched] to True. -. Set https://pagure.io/fedora-infra/ansible/blob/main/f/vars/all/FedoraBranchedBodhi.yaml[FedoraBranchedBodhi] to preenable. - -Please check the file `FedoraBranched.yaml` and `FedoraBranchedBodhi.yaml` from the https://pagure.io/fedora-infra/ansible/c/549e5d3ace41c04fdbef9d81f359f16c2fe0c2fa?branch=main[commit] for your reference. - === Koji hub Update the koji hub config to allow side tags for new koji rawhide (currently f{rawhide}) tag. @@ -177,19 +167,6 @@ from https://pagure.io/releng[pagure releng] repo. This should be run on $ sudo -u ftpsync sh scripts/branching-epel/create_empty_repos.sh 10.1 ---- -[NOTE] -==== -Update the link in /mnt/koji/repos/epel10/latest use https://pagure.io/releng/issue/12255 as reference. -==== - -[NOTE] -==== -Please verify the repo permissions that are created under -/pub/epel/. They should -be owned by _ftpsync:ftpsync_ -Check directory permissions (should be "0755") to ensure new composes synchronize correctly. -==== - === Creating EPEL10.1 release To create a new minor release in bodhi, you need to run: @@ -228,21 +205,6 @@ $ sudo rbac-playbook openshift-apps/bodhi.yml $ sudo systemctl restart fm-consumer@config.service bodhi-celery.service ``` -=== Update rawhide koji repo - -We need to point the _epel10_ buildroot repo to the newly created -epel buildroot. This way kojira doesn't make a newrepo for _epel10_ -target as often as epel10.xx-build (new epel10 buildroot). - -Run the following commands from any of the compose boxes: - -[source,bash,subs="attributes"] ----- -$ cd /mnt/koji/repos/epel10 -$ rm -f latest -$ ln -s ../epel10.1-build/latest ./latest ----- - === Update block_retired.py script https://pagure.io/releng/blob/main/f/scripts/block_retired.py[block_retired.py]