vim-update.sh: add F35

This commit is contained in:
Zdenek Dohnal 2021-08-16 14:52:29 +02:00
parent 6c0d1be6dc
commit 24742bff3c

View File

@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
debug="" debug=""
#debug="echo " #debug="echo "
branches=( "rawhide" "f34" "f33" ) branches=( "rawhide" "f35" "f34" "f33" )
releases=( "fc35" "fc34" "fc33" ) releases=( "fc36" "fc35" "fc34" "fc33" )
regexps=( "fc35" "\|fc34" "\|fc33" ) regexps=( "fc36" "\|fc35" "\|fc34" "\|fc33" )
bodhi_enabled=( "0" "1" "1" ) bodhi_enabled=( "0" "0" "1" "1" )
#releases_regexp=fc28\\\|fc27\\\|fc28 #releases_regexp=fc28\\\|fc27\\\|fc28
branches_index=0 branches_index=0