vim-udpate.sh: Add F37

This commit is contained in:
Zdenek Dohnal 2022-08-11 11:47:40 +02:00
parent cbdce42a3d
commit eb02b93331

View File

@ -1,12 +1,12 @@
#!/bin/bash
debug=""
#debug="echo "
branches=( "rawhide" "f36" "f35" )
releases=( "fc37" "fc36" "fc35" )
branches=( "rawhide" "f37" "f36" "f35" )
releases=( "fc38" "fc37" "fc36" "fc35" )
# the first bodhi enabled release is the last without \| - all
# others need to have \|
regexps=( "fc37" "fc36" "\|fc35" )
bodhi_enabled=( "0" "1" "1" )
regexps=( "fc38" "fc37" "fc36" "\|fc35" )
bodhi_enabled=( "0" "0" "1" "1" )
needs_update=()
#releases_regexp=fc28\\\|fc27\\\|fc28