Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1] gitlab-ci: add Ubuntu Focal to S3 list
@ 2020-05-01  5:14 Alexander V. Tikhonov
  2020-05-01 12:34 ` Alexander Turenko
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander V. Tikhonov @ 2020-05-01  5:14 UTC (permalink / raw)
  To: Oleg Piskunov, Sergey Bronnikov; +Cc: tarantool-patches

Found that in commit 'travis-ci/gitlab-ci: add Ubuntu Focal 20.04'
forgot to add Ubuntu Focal to the list of the available Ubuntu
distributions in the script for saving built packages at S3.

Follow up #4863
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/add-focal-to-list
Issue: https://github.com/tarantool/tarantool/issues/4863

 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 f7ac0eb6d..239f74a73 100755
--- a/tools/update_repo.sh
+++ b/tools/update_repo.sh
@@ -24,7 +24,7 @@ function get_os_dists {
     alldists=
 
     if [ "$os" == "ubuntu" ]; then
-        alldists='trusty xenial bionic disco eoan'
+        alldists='trusty xenial bionic disco eoan focal'
     elif [ "$os" == "debian" ]; then
         alldists='jessie stretch buster'
     elif [ "$os" == "el" ]; then
-- 
2.17.1

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

* Re: [Tarantool-patches] [PATCH v1] gitlab-ci: add Ubuntu Focal to S3 list
  2020-05-01  5:14 [Tarantool-patches] [PATCH v1] gitlab-ci: add Ubuntu Focal to S3 list Alexander V. Tikhonov
@ 2020-05-01 12:34 ` Alexander Turenko
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Turenko @ 2020-05-01 12:34 UTC (permalink / raw)
  To: Alexander V. Tikhonov; +Cc: Oleg Piskunov, tarantool-patches

On Fri, May 01, 2020 at 08:14:39AM +0300, Alexander V. Tikhonov wrote:
> Found that in commit 'travis-ci/gitlab-ci: add Ubuntu Focal 20.04'
> forgot to add Ubuntu Focal to the list of the available Ubuntu
> distributions in the script for saving built packages at S3.
> 
> Follow up #4863
> ---

Pushed to master, 2.4, 2.3 and 1.10.

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

end of thread, other threads:[~2020-05-01 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-01  5:14 [Tarantool-patches] [PATCH v1] gitlab-ci: add Ubuntu Focal to S3 list Alexander V. Tikhonov
2020-05-01 12:34 ` Alexander Turenko

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