From 334850a86bbfcee182ff4830dd1b436e3d64c7ae Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mar 06 2018 07:20:55 +0000 Subject: f28 got enabled in bodhi --- diff --git a/vim-update.sh b/vim-update.sh index b1170fd..2bf69f4 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -4,7 +4,7 @@ debug="" branches=( "master" "f28" "f27" "f26" ) releases=( "fc29" "fc28" "fc27" "fc26" ) regexps=( "fc29" "\|fc28" "\|fc27" "\|fc26" ) -bodhi_enabled=( "0" "0" "1" "1") +bodhi_enabled=( "0" "1" "1" "1") branches_count=4 #releases_regexp=fc28\\\|fc27\\\|fc28