From 018d70c91610ab0ec78e024cdadba0624b7965a4 Mon Sep 17 00:00:00 2001 From: Patrik Polakovič Date: Dec 04 2025 11:37:55 +0000 Subject: Update pungi-fedora SOP URLs as part of migration Related issue: forge.fedoraproject.org/releng/tickets/issues/13090 Signed-off-by: Patrik Polakovič --- diff --git a/modules/release_guide/pages/sop_beta_RC_compose.adoc b/modules/release_guide/pages/sop_beta_RC_compose.adoc index 729f0e6..a649549 100644 --- a/modules/release_guide/pages/sop_beta_RC_compose.adoc +++ b/modules/release_guide/pages/sop_beta_RC_compose.adoc @@ -15,7 +15,7 @@ candidate composes are not currently automated. === Create the fedora-beta.conf configuration file using the script -The script can be found https://pagure.io/pungi-fedora/blob/main/f/create-candidate-configs.py[here]. +The script can be found https://forge.fedoraproject.org/releng/pungi-fedora/src/branch/main/create-candidate-configs.py[here]. There is a mandatory argument to specify the milestone to generate (beta or final) and optional arguments for the major and minor versions for the label. @@ -99,7 +99,7 @@ repository must be cloned. The compose candidate script that invokes pungi should be run from `compose-x86-01.rdu3.fedoraproject.org`. + .... -$ git clone ssh://git@pagure.io/pungi-fedora.git +$ git clone https://forge.fedoraproject.org/releng/pungi-fedora.git .... + Enter the pungi-fedora directory. diff --git a/modules/release_guide/pages/sop_create_release_signing_key.adoc b/modules/release_guide/pages/sop_create_release_signing_key.adoc index 4e0c850..6258898 100644 --- a/modules/release_guide/pages/sop_create_release_signing_key.adoc +++ b/modules/release_guide/pages/sop_create_release_signing_key.adoc @@ -193,11 +193,11 @@ $EDITOR data/content/{keys,verify}.html # see git diff 1840f96~ 1840f96 === pungi-fedora -The nightly compose configs come from the pungi-fedora project on https://pagure.io. We need to create a pull request to pull in the new key: +The nightly compose configs come from the pungi-fedora project on https://forge.fedoraproject.org. We need to create a pull request to pull in the new key: [source, bash] ---- -$ git clone ssh://git@pagure.io//pungi-fedora.git +$ git clone https://forge.fedoraproject.org//pungi-fedora.git $ cd pungi-fedora $ vim *conf diff --git a/modules/release_guide/pages/sop_final_RC_compose.adoc b/modules/release_guide/pages/sop_final_RC_compose.adoc index fcb9c9d..d6dd5a8 100644 --- a/modules/release_guide/pages/sop_final_RC_compose.adoc +++ b/modules/release_guide/pages/sop_final_RC_compose.adoc @@ -15,7 +15,7 @@ candidate composes are not currently automated. === Create the fedora-final.conf configuration file using the script -The script can be found https://pagure.io/pungi-fedora/blob/main/f/create-candidate-configs.py[here]. +The script can be found https://forge.fedoraproject.org/releng/pungi-fedora/src/branch/main/create-candidate-configs.py[here]. There is a mandatory argument to specify the milestone to generate (beta or final) and optional arguments for the major and minor versions for the label. @@ -99,7 +99,7 @@ repository must be cloned. The compose candidate script that invokes pungi should be run from `compose-x86-01.rdu3.fedoraproject.org`. + .... -$ git clone ssh://git@pagure.io/pungi-fedora.git +$ git clone https://forge.fedoraproject.org/releng/pungi-fedora.git .... + Enter the pungi-fedora directory. diff --git a/modules/release_guide/pages/sop_mass_branching.adoc b/modules/release_guide/pages/sop_mass_branching.adoc index 9d02c7f..464fd48 100644 --- a/modules/release_guide/pages/sop_mass_branching.adoc +++ b/modules/release_guide/pages/sop_mass_branching.adoc @@ -125,7 +125,7 @@ All the following listed repos needs updating, including adding a new branch for branched release and updating rawhide branch with new release values. -* https://pagure.io/pungi-fedora +* https://forge.fedoraproject.org/releng/pungi-fedora * https://pagure.io/fedora-kickstarts * https://pagure.io/fedora-kiwi-descriptions [NOTE] diff --git a/modules/release_guide/pages/sop_mass_branching_checklist.adoc b/modules/release_guide/pages/sop_mass_branching_checklist.adoc index 090f069..dee8c99 100644 --- a/modules/release_guide/pages/sop_mass_branching_checklist.adoc +++ b/modules/release_guide/pages/sop_mass_branching_checklist.adoc @@ -148,7 +148,7 @@ security_fixes = 'YYYY-MM-DD' ==== Merge all the preparatory PRs: -* [ ] Pungi-Fedora (https://pagure.io/pungi-fedora) +* [ ] Pungi-Fedora (https://forge.fedoraproject.org/releng/pungi-fedora) * [ ] Fedora Kickstarts (https://pagure.io/fedora-kickstarts) * [ ] Fedora Comps (https://pagure.io/fedora-comps) * [ ] Workstation Ostree Config (https://pagure.io/workstation-ostree-config/)