F39 is EOL in less than 14 days
This commit is contained in:
parent
890a4758cd
commit
b71d9f022c
1 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
debug=""
|
||||
#debug="echo "
|
||||
branches=( "rawhide" "f41" "f40" "f39" )
|
||||
releases=( "fc42" "fc41" "fc40" "fc39" )
|
||||
branches=( "rawhide" "f41" "f40" )
|
||||
releases=( "fc42" "fc41" "fc40" )
|
||||
# the first bodhi enabled release is the last without \| - all
|
||||
# others need to have \|
|
||||
regexps=( "fc42" "fc41" "\|fc40" "\|fc39" )
|
||||
bodhi_enabled=( "0" "1" "1" "1" )
|
||||
regexps=( "fc42" "fc41" "\|fc40" )
|
||||
bodhi_enabled=( "0" "1" "1" )
|
||||
needs_update=()
|
||||
#releases_regexp=fc28\\\|fc27\\\|fc28
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue