vim-update.sh: F33 is EOL soon
This commit is contained in:
parent
a65558134a
commit
ff78c17c30
@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
debug=""
|
debug=""
|
||||||
#debug="echo "
|
#debug="echo "
|
||||||
branches=( "rawhide" "f35" "f34" "f33" )
|
branches=( "rawhide" "f35" "f34" )
|
||||||
releases=( "fc36" "fc35" "fc34" "fc33" )
|
releases=( "fc36" "fc35" "fc34" )
|
||||||
regexps=( "fc36" "\|fc35" "\|fc34" "\|fc33" )
|
regexps=( "fc36" "\|fc35" "\|fc34" )
|
||||||
bodhi_enabled=( "0" "1" "1" "1" )
|
bodhi_enabled=( "0" "1" "1" )
|
||||||
#releases_regexp=fc28\\\|fc27\\\|fc28
|
#releases_regexp=fc28\\\|fc27\\\|fc28
|
||||||
|
|
||||||
branches_index=0
|
branches_index=0
|
||||||
|
Loading…
Reference in New Issue
Block a user