Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1] update_repo: add Fedora 32
@ 2020-12-23 16:26 Alexander V. Tikhonov
  2020-12-23 16:25 ` Oleg Koshovetc
  2020-12-24 18:04 ` Kirill Yukhin
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander V. Tikhonov @ 2020-12-23 16:26 UTC (permalink / raw)
  To: Oleg Koshovetc, Kirill Yukhin; +Cc: tarantool-patches

Cc: tarantool-patches@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-24 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 16:26 [Tarantool-patches] [PATCH v1] update_repo: add Fedora 32 Alexander V. Tikhonov
2020-12-23 16:25 ` Oleg Koshovetc
2020-12-24 18:04 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox