Skip to content

Commit

Permalink
mockbuild_test: Update Fedora targets to next:fc41
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Aug 15, 2024
1 parent a1dbb7e commit 5d7daec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions mockbuild_test/generate_sourcerpms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ case $DIST_RELEASE in
;;

"fedora-next")
MOCKCONFIG="/etc/mock/fedora-40-x86_64.cfg"
MOCKCONFIG="/etc/mock/fedora-41-x86_64.cfg"
;;

"fedora-latest")
MOCKCONFIG="/etc/mock/fedora-39-x86_64.cfg"
MOCKCONFIG="/etc/mock/fedora-40-x86_64.cfg"
;;

"fedora-previous")
MOCKCONFIG="/etc/mock/fedora-38-x86_64.cfg"
MOCKCONFIG="/etc/mock/fedora-39-x86_64.cfg"
;;

*)
Expand Down
14 changes: 7 additions & 7 deletions mockbuild_test/mockbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ case $DIST_RELEASE in
;;

"fedora-rawhide")
DIST="fc41"
DIST="fc42"
MOCKCONFIG="/etc/mock/fedora-rawhide-x86_64.cfg"
;;

"fedora-next")
DIST="fc40"
MOCKCONFIG="/etc/mock/fedora-40-x86_64.cfg"
DIST="fc41"
MOCKCONFIG="/etc/mock/fedora-41-x86_64.cfg"
;;

"fedora-latest")
DIST="fc39"
MOCKCONFIG="/etc/mock/fedora-39-x86_64.cfg"
DIST="fc40"
MOCKCONFIG="/etc/mock/fedora-40-x86_64.cfg"
;;

"fedora-previous")
DIST="fc38"
MOCKCONFIG="/etc/mock/fedora-38-x86_64.cfg"
DIST="fc39"
MOCKCONFIG="/etc/mock/fedora-39-x86_64.cfg"
;;

*)
Expand Down

0 comments on commit 5d7daec

Please sign in to comment.