vim-update.sh: F37 bodhi enablement point
This commit is contained in:
parent
74b6b5a918
commit
b8d3c07d36
@ -5,8 +5,8 @@ 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=( "fc38" "fc37" "fc36" "\|fc35" )
|
||||
bodhi_enabled=( "0" "0" "1" "1" )
|
||||
regexps=( "fc38" "fc37" "\|fc36" "\|fc35" )
|
||||
bodhi_enabled=( "0" "1" "1" "1" )
|
||||
needs_update=()
|
||||
#releases_regexp=fc28\\\|fc27\\\|fc28
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user