vim-update.sh: F38 got branched
This commit is contained in:
parent
9144ae430e
commit
a9aac6a822
@ -1,12 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
debug=""
|
debug=""
|
||||||
#debug="echo "
|
#debug="echo "
|
||||||
branches=( "rawhide" "f37" "f36" )
|
branches=( "rawhide" "f38" "f37" "f36" )
|
||||||
releases=( "fc38" "fc37" "fc36" )
|
releases=( "fc39" "fc38" "fc37" "fc36" )
|
||||||
# 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=( "fc38" "fc37" "\|fc36" )
|
regexps=( "fc39" "fc38" "fc37" "\|fc36" )
|
||||||
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