From 60596bb2d9ff39be43cedc3edfdae14875ef9c60 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 30 Aug 2023 09:50:08 +0200 Subject: [PATCH] F39 is enabled in bodhi --- vim-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim-update.sh b/vim-update.sh index 48a8cb1d..4e69889e 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -5,8 +5,8 @@ branches=( "rawhide" "f39" "f38" "f37" ) releases=( "fc40" "fc39" "fc38" "fc37" ) # the first bodhi enabled release is the last without \| - all # others need to have \| -regexps=( "fc40" "fc39" "fc38" "\|fc37" ) -bodhi_enabled=( "0" "0" "1" "1" ) +regexps=( "fc40" "fc39" "\|fc38" "\|fc37" ) +bodhi_enabled=( "0" "1" "1" "1" ) needs_update=() #releases_regexp=fc28\\\|fc27\\\|fc28