From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Oleg Piskunov <o.piskunov@tarantool.org>, Sergey Bronnikov <sergeyb@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v1] gitlab-ci: add Ubuntu Focal to S3 list Date: Fri, 1 May 2020 08:14:39 +0300 [thread overview] Message-ID: <70e76822e46b4ef61afe6331fd4bc377840d4126.1588309947.git.avtikhon@tarantool.org> (raw) 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
next reply other threads:[~2020-05-01 5:14 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-05-01 5:14 Alexander V. Tikhonov [this message] 2020-05-01 12:34 ` Alexander Turenko
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=70e76822e46b4ef61afe6331fd4bc377840d4126.1588309947.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=o.piskunov@tarantool.org \ --cc=sergeyb@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v1] gitlab-ci: add Ubuntu Focal to S3 list' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox