From 51d1691c602f4c50569914cf3b467629c46012b2 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Feb 09 2022 06:00:29 +0000 Subject: vim-update.sh: F36 was branched --- diff --git a/vim-update.sh b/vim-update.sh index 8f858f4..69f169c 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -1,12 +1,12 @@ #!/bin/bash debug="" #debug="echo " -branches=( "rawhide" "f35" "f34" ) -releases=( "fc36" "fc35" "fc34" ) +branches=( "rawhide" "f36" "f35" "f34" ) +releases=( "fc37" "fc36" "fc35" "fc34" ) # the first bodhi enabled release is the last without \| - all # others need to have \| -regexps=( "fc36" "fc35" "\|fc34" ) -bodhi_enabled=( "0" "1" "1" ) +regexps=( "fc37" "fc36" "fc35" "\|fc34" ) +bodhi_enabled=( "0" "0" "1" "1" ) needs_update=() #releases_regexp=fc28\\\|fc27\\\|fc28