Skip to content

Commit

Permalink
Merge pull request #447 from bgurney-rh/mockbuild-targets-fc39
Browse files Browse the repository at this point in the history
mockbuild.sh: Update Fedora targets to next:fc39
  • Loading branch information
mulkieran authored Aug 14, 2023
2 parents 34edb76 + 1f0467d commit b17ac8f
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 @@ -25,23 +25,23 @@ case $DIST_RELEASE in
;;

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

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

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

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

*)
Expand Down

0 comments on commit b17ac8f

Please sign in to comment.