From 30f63dfe25741fc8f0bb398bd2b7db6da1d70e76 Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Mon, 6 Mar 2023 20:01:41 +0530 Subject: [PATCH] s/rawhide_1/rawhide_next/g --- .../release_guide/pages/_partials/attributes.adoc | 2 +- modules/release_guide/pages/sop_mass_branching.adoc | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/release_guide/pages/_partials/attributes.adoc b/modules/release_guide/pages/_partials/attributes.adoc index 389a412..b138961 100644 --- a/modules/release_guide/pages/_partials/attributes.adoc +++ b/modules/release_guide/pages/_partials/attributes.adoc @@ -1,5 +1,5 @@ :year: 2023 -:rawhide_1: 40 +:rawhide_next: 40 :rawhide: 39 :rawhide_name: Thirty Nine :branched: 38 diff --git a/modules/release_guide/pages/sop_mass_branching.adoc b/modules/release_guide/pages/sop_mass_branching.adoc index 050cabd..962a1c0 100644 --- a/modules/release_guide/pages/sop_mass_branching.adoc +++ b/modules/release_guide/pages/sop_mass_branching.adoc @@ -256,11 +256,11 @@ Changes to the *rawhide* branch (mostly in `fedora-repos.spec`): (can also check this https://src.fedoraproject.org/rpms/fedora-repos/c/043010400f007c9f7167c9411d4463f4c2f08b9e?branch=rawhide[commit] for reference) [arabic] -. Generate and add a _Rawhide+1_ which is {rawhide_1} GPG key file, then add it to the spec +. Generate and add a _Rawhide+1_ which is {rawhide_next} GPG key file, then add it to the spec file: + `` -Source57: RPM-GPG-KEY-fedora-{rawhide_1}-primary +Source57: RPM-GPG-KEY-fedora-{rawhide_next}-primary `` . Update the `archmap` file and define architectures for _Rawhide+1_: + @@ -292,11 +292,11 @@ Changes to the *branched* branch (mostly in `fedora-repos.spec`): (can also check this https://src.fedoraproject.org/rpms/fedora-repos/c/cd678e7b4aa59e234f32c9697198f58d9c89d862?branch=f38[commit] for reference) [arabic] -. Copy the _Rawhide+1_ which is {rawhide_1} GPG key file from the _rawhide_ branch, then add +. Copy the _Rawhide+1_ which is {rawhide_next} GPG key file from the _rawhide_ branch, then add it to the spec file: + `` -Source57: RPM-GPG-KEY-fedora-{rawhide_1}-primary +Source57: RPM-GPG-KEY-fedora-{rawhide_next}-primary `` . Copy the `archmap` file from the _rawhide_ branch. . Update `%global rawhide_release`: @@ -335,12 +335,12 @@ Build `fedora-release` and `fedora-repos` packages for Branched release Changes to the *stable* branches (mostly in `fedora-repos.spec`): [arabic] -. Copy the _Rawhide+1_ GPG key which is {rawhide_1} file from the _rawhide_ branch, then add +. Copy the _Rawhide+1_ GPG key which is {rawhide_next} file from the _rawhide_ branch, then add it to the spec file: + [attributes] `` -Source57: RPM-GPG-KEY-fedora-{rawhide_1}-primary +Source57: RPM-GPG-KEY-fedora-{rawhide_next}-primary `` + . Copy the `archmap` file from the _rawhide_ branch.