Update Fedora versions to currently available ones

Tested with the configured mirror.
This commit is contained in:
Björn Busse 2019-09-07 01:22:30 +00:00
parent 72fa512fed
commit 8748c0e1ea

View File

@ -141,10 +141,8 @@ func ubuntuRecipe(parent *cobra.Command) {
func fedoraRecipe(parent *cobra.Command) { func fedoraRecipe(parent *cobra.Command) {
versions := []string{ versions := []string{
"22", "29",
"23", "30",
"24",
"25",
} }
fedoraCmd := &cobra.Command{ fedoraCmd := &cobra.Command{