From 24742bff3c9ce54d2809f0eff3d75d3af9bbf302 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 16 Aug 2021 14:52:29 +0200 Subject: [PATCH] vim-update.sh: add F35 --- vim-update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vim-update.sh b/vim-update.sh index b86818f4..d67b31c2 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -1,10 +1,10 @@ #!/bin/bash debug="" #debug="echo " -branches=( "rawhide" "f34" "f33" ) -releases=( "fc35" "fc34" "fc33" ) -regexps=( "fc35" "\|fc34" "\|fc33" ) -bodhi_enabled=( "0" "1" "1" ) +branches=( "rawhide" "f35" "f34" "f33" ) +releases=( "fc36" "fc35" "fc34" "fc33" ) +regexps=( "fc36" "\|fc35" "\|fc34" "\|fc33" ) +bodhi_enabled=( "0" "0" "1" "1" ) #releases_regexp=fc28\\\|fc27\\\|fc28 branches_index=0