Skip to content

Commit

Permalink
Merge pull request #502 from bgurney-rh/mockbuild-targets-fc40
Browse files Browse the repository at this point in the history
mockbuild.sh: Update Fedora targets to next:fc40
  • Loading branch information
bgurney-rh authored Feb 19, 2024
2 parents efb7ba1 + f370c80 commit 4af0f01
Showing 1 changed file with 7 additions and 7 deletions.
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="fc40"
DIST="fc41"
MOCKCONFIG="/etc/mock/fedora-rawhide-x86_64.cfg"
;;

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

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

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

*)
Expand Down

0 comments on commit 4af0f01

Please sign in to comment.