From b1f42587e0d8cc64e3970f09da97362779439991 Mon Sep 17 00:00:00 2001 From: Yaroslav Kolomiiets Date: Aug 26 2024 10:06:35 +0000 Subject: update current version for rawhide --- diff --git a/README.md b/README.md index e20cdb6..ed86f05 100644 --- a/README.md +++ b/README.md @@ -64,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`, `f38`, `f39` and `f40` 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`, `f39`, `f40` and `f41` 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 29d30e5..be4c3e0 100755 --- a/build.sh +++ b/build.sh @@ -7,7 +7,7 @@ set -o pipefail BASE_PATH="$HOME/fedora" REL=$1 -if [ "${REL}" == "f41" ]; +if [ "${REL}" == "f42" ]; then BRANCH="rawhide" else diff --git a/guide b/guide new file mode 100644 index 0000000..ece846f --- /dev/null +++ b/guide @@ -0,0 +1,12 @@ +follow README.md + +./bump.sh 3.8.2 +./build.sh epel9 # do also: epel8 f42 f41 f40 f39 +{ + bodhi updates new --autokarma --autotime --type enhancement \ + --severity low --stable-karma 1 \ + --from-tag f39-build-side-94716 --notes 'Updating oscillatord to 3.8.2' +} +https://bodhi.fedoraproject.org + +git status