From f179e9f17001bb67c1a53599da5c963944b0ed4c Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 20 May 2021 06:15:50 +0200 Subject: [PATCH] vim-update.sh: F32 is EOL in 5 days --- vim-update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vim-update.sh b/vim-update.sh index e19a8cdd..b86818f4 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -1,10 +1,10 @@ #!/bin/bash debug="" #debug="echo " -branches=( "rawhide" "f34" "f33" "f32" ) -releases=( "fc35" "fc34" "fc33" "fc32" ) -regexps=( "fc35" "\|fc34" "\|fc33" "\|fc32" ) -bodhi_enabled=( "0" "1" "1" "1" ) +branches=( "rawhide" "f34" "f33" ) +releases=( "fc35" "fc34" "fc33" ) +regexps=( "fc35" "\|fc34" "\|fc33" ) +bodhi_enabled=( "0" "1" "1" ) #releases_regexp=fc28\\\|fc27\\\|fc28 branches_index=0