F34 got branched, but not yet enabled for updates-testing repo

This commit is contained in:
Zdenek Dohnal 2021-02-10 06:23:05 +01:00
parent 59d01ce8ef
commit c473b54960

View File

@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
debug="" debug=""
#debug="echo " #debug="echo "
branches=( "rawhide" "f33" "f32" ) branches=( "rawhide" "f34" "f33" "f32" )
releases=( "fc34" "fc33" "fc32" ) releases=( "fc35" "fc34" "fc33" "fc32" )
regexps=( "fc34" "\|fc33" "\|fc32" ) regexps=( "fc35" "\|fc34" "\|fc33" "\|fc32" )
bodhi_enabled=( "0" "1" "1" ) bodhi_enabled=( "0" "0" "1" "1" )
#releases_regexp=fc28\\\|fc27\\\|fc28 #releases_regexp=fc28\\\|fc27\\\|fc28
branches_index=0 branches_index=0