From 3094c97ae127e3a5503b732c0ec718acb2312b2a Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 9 Aug 2023 14:34:56 +0200 Subject: [PATCH] vim-update.sh: include branched f39 --- vim-update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vim-update.sh b/vim-update.sh index b92873c6..48a8cb1d 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -1,12 +1,12 @@ #!/bin/bash debug="" #debug="echo " -branches=( "rawhide" "f38" "f37" ) -releases=( "fc39" "fc38" "fc37" ) +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=( "fc39" "fc38" "\|fc37" ) -bodhi_enabled=( "0" "1" "1" ) +regexps=( "fc40" "fc39" "fc38" "\|fc37" ) +bodhi_enabled=( "0" "0" "1" "1" ) needs_update=() #releases_regexp=fc28\\\|fc27\\\|fc28