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