From df3b1bb05cdc893716ea447b10e29838581ecd3b Mon Sep 17 00:00:00 2001 From: Oleg Obleukhov Date: Jan 26 2024 18:10:36 +0000 Subject: Add release upgrade instructions and bump the release --- diff --git a/README.md b/README.md index 66b6992..e20cdb6 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ name=local_repo """ ``` +# Release upgrade +Once new fedora is branching out one needs to: + +* Patch https://pagure.io/oscillatord-rebuild/blob/main/f/build.sh#_10 to "bump" the rawhide +* Update this README to include new release in build.sh section + # Main scripts They allow for semi-automated trivial rebuild of oscillatord and it's deps. @@ -58,7 +64,7 @@ spec will be updated to this version, and commits created with the change. **Pull Requests resulted from `bump.sh` run should be merged to main package repos at this point.** -You would need to do this for at least EPEL and rawhide + current stable versions of Fedora (so `epel8`, `epel9`, `f36` and `f37` and `f38` at the moment of writing). +You would need to do this for at least EPEL and rawhide + current stable versions of Fedora (so `epel8`, `epel9`, `f38`, `f39` and `f40` at the moment of writing). request side-tag and chain-build packages for EPEL8, will print the BODHI command to create the update ``` diff --git a/build.sh b/build.sh index cc10e16..4e6e4ba 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ set -o pipefail BASE_PATH="$HOME/fedora" REL=$1 -if [ "${REL}" == "f38" ]; +if [ "${REL}" == "f40" ]; then BRANCH="rawhide" else