From a9aac6a822b1783933598966cffd8e21b23e671a Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Feb 09 2023 06:09:11 +0000 Subject: vim-update.sh: F38 got branched --- diff --git a/vim-update.sh b/vim-update.sh index 7a48282..dee4f84 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -1,12 +1,12 @@ #!/bin/bash debug="" #debug="echo " -branches=( "rawhide" "f37" "f36" ) -releases=( "fc38" "fc37" "fc36" ) +branches=( "rawhide" "f38" "f37" "f36" ) +releases=( "fc39" "fc38" "fc37" "fc36" ) # the first bodhi enabled release is the last without \| - all # others need to have \| -regexps=( "fc38" "fc37" "\|fc36" ) -bodhi_enabled=( "0" "1" "1" ) +regexps=( "fc39" "fc38" "fc37" "\|fc36" ) +bodhi_enabled=( "0" "0" "1" "1" ) needs_update=() #releases_regexp=fc28\\\|fc27\\\|fc28