diff --git a/tools/update_repo.sh b/tools/update_repo.sh index 4458c3a4421fbfd02908422139c1d846163145fd..250890f179c4d7d816e0ed95cdbb8116909d73b7 100755 --- a/tools/update_repo.sh +++ b/tools/update_repo.sh @@ -30,7 +30,7 @@ function get_os_dists { elif [ "$os" == "el" ]; then alldists='6 7 8' elif [ "$os" == "fedora" ]; then - alldists='27 28 29 30 31 32 33' + alldists='27 28 29 30 31 32 33 34' elif [ "$os" == "opensuse-leap" ]; then alldists='15.0 15.1 15.2' fi