Skip to content

Commit

Permalink
test: add rawhide repositories in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcattamoredhat committed Jul 22, 2024
1 parent 65a231c commit 99a815c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ case "${ID}-${VERSION_ID}" in
"fedora-40")
sudo cp files/fedora-40.json /etc/osbuild-composer/repositories/fedora-40.json
;;
"fedora-41")
sudo cp files/fedora-41.json /etc/osbuild-composer/repositories/fedora-41.json
;;
*)
echo "unsupported distro: ${ID}-${VERSION_ID}"
exit 1;;
Expand Down

0 comments on commit 99a815c

Please sign in to comment.