Enable F43
This commit is contained in:
parent
fee9dd7b56
commit
aa0352e75b
1 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
debug=""
|
||||
#debug="echo "
|
||||
branches=( "rawhide" "f42" "f41" )
|
||||
releases=( "fc43" "fc42" "fc41" )
|
||||
branches=( "rawhide" "f43" "f42" "f41" )
|
||||
releases=( "fc44" "fc43" "fc42" "fc41" )
|
||||
# the first bodhi enabled release is the last without \| - all
|
||||
# others need to have \|
|
||||
regexps=( "fc43" "fc42" "\|fc41" )
|
||||
bodhi_enabled=( "0" "1" "1" )
|
||||
regexps=( "fc44" "fc43" "\|fc42" "\|fc41" )
|
||||
bodhi_enabled=( "0" "1" "1" "1" )
|
||||
needs_update=()
|
||||
#releases_regexp=fc28\\\|fc27\\\|fc28
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue