Enable F43

This commit is contained in:
Zdenek Dohnal 2025-08-29 09:12:07 +02:00
commit aa0352e75b

View file

@ -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