vim-update.sh: include branched f39

This commit is contained in:
Zdenek Dohnal 2023-08-09 14:34:56 +02:00
parent b226b0ae50
commit 3094c97ae1

View File

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