From 6125fc96fc365a4a500cafb930966603295f5c5f Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 1 Mar 2021 12:07:30 +0100 Subject: [PATCH] vim-update.sh: enable F34 in bodhi --- vim-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim-update.sh b/vim-update.sh index 34184df8..e19a8cdd 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -4,7 +4,7 @@ debug="" branches=( "rawhide" "f34" "f33" "f32" ) releases=( "fc35" "fc34" "fc33" "fc32" ) regexps=( "fc35" "\|fc34" "\|fc33" "\|fc32" ) -bodhi_enabled=( "0" "0" "1" "1" ) +bodhi_enabled=( "0" "1" "1" "1" ) #releases_regexp=fc28\\\|fc27\\\|fc28 branches_index=0