From eb02b9333153d970967b020319bae9cda341a80e Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 11 Aug 2022 11:47:40 +0200 Subject: [PATCH] vim-udpate.sh: Add F37 --- vim-update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vim-update.sh b/vim-update.sh index 13904746..0c63a773 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -1,12 +1,12 @@ #!/bin/bash debug="" #debug="echo " -branches=( "rawhide" "f36" "f35" ) -releases=( "fc37" "fc36" "fc35" ) +branches=( "rawhide" "f37" "f36" "f35" ) +releases=( "fc38" "fc37" "fc36" "fc35" ) # the first bodhi enabled release is the last without \| - all # others need to have \| -regexps=( "fc37" "fc36" "\|fc35" ) -bodhi_enabled=( "0" "1" "1" ) +regexps=( "fc38" "fc37" "fc36" "\|fc35" ) +bodhi_enabled=( "0" "0" "1" "1" ) needs_update=() #releases_regexp=fc28\\\|fc27\\\|fc28