[Tarantool-patches] [PATCH v1] update_repo: add Fedora 32

Alexander V. Tikhonov avtikhon at tarantool.org
Wed Dec 23 19:26:49 MSK 2020


Cc: tarantool-patches at dev.tarantool.org

It was added Fedora 32 gitlab-ci packaging job in commit:
  507c47f7a829581cc53ba3c4bd6a5191d088cdf ("gitlab-ci: add packaging for Fedora 32")

but also it had to be enabled in update_repo tool to make able to save
packages in S3 buckets.

Follows up #4966
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/add-fed32-repo-update
Issue: https://github.com/tarantool/tarantool/issues/4966

 tools/update_repo.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/update_repo.sh b/tools/update_repo.sh
index 55d76c8de..edd13b4bc 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'
+        alldists='27 28 29 30 31 32'
     elif [ "$os" == "opensuse-leap" ]; then
         alldists='15.0 15.1 15.2'
     fi
-- 
2.25.1



More information about the Tarantool-patches mailing list