vim-update.sh: Disable soon-to-be-EOL F38
This commit is contained in:
parent
d2cd318e43
commit
d46b35c84d
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue