vim-update.sh: fix the regexp strings

This commit is contained in:
Zdenek Dohnal 2022-01-05 14:16:28 +01:00
parent 2306ab48d9
commit bde766b5c9

View File

@ -3,7 +3,9 @@ debug=""
#debug="echo "
branches=( "rawhide" "f35" "f34" )
releases=( "fc36" "fc35" "fc34" )
regexps=( "fc36" "\|fc35" "\|fc34" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
regexps=( "fc36" "fc35" "\|fc34" )
bodhi_enabled=( "0" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28