vim-update.sh: F36 was branched
This commit is contained in:
parent
9198d0dd87
commit
51d1691c60
@ -1,12 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
debug=""
|
debug=""
|
||||||
#debug="echo "
|
#debug="echo "
|
||||||
branches=( "rawhide" "f35" "f34" )
|
branches=( "rawhide" "f36" "f35" "f34" )
|
||||||
releases=( "fc36" "fc35" "fc34" )
|
releases=( "fc37" "fc36" "fc35" "fc34" )
|
||||||
# the first bodhi enabled release is the last without \| - all
|
# the first bodhi enabled release is the last without \| - all
|
||||||
# others need to have \|
|
# others need to have \|
|
||||||
regexps=( "fc36" "fc35" "\|fc34" )
|
regexps=( "fc37" "fc36" "fc35" "\|fc34" )
|
||||||
bodhi_enabled=( "0" "1" "1" )
|
bodhi_enabled=( "0" "0" "1" "1" )
|
||||||
needs_update=()
|
needs_update=()
|
||||||
#releases_regexp=fc28\\\|fc27\\\|fc28
|
#releases_regexp=fc28\\\|fc27\\\|fc28
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user