vim-update.sh: Disable soon-to-be-EOL F38

This commit is contained in:
Zdenek Dohnal 2024-05-15 09:46:29 +02:00
commit d46b35c84d

View file

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