vim-update.sh: enable F34 in bodhi

This commit is contained in:
Zdenek Dohnal 2021-03-01 12:07:30 +01:00
parent 03c93d9b05
commit 6125fc96fc

View File

@ -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