[Tarantool-patches] [PATCH v1] gitlab-ci: add Ubuntu Focal to S3 list

Alexander V. Tikhonov avtikhon at tarantool.org
Fri May 1 08:14:39 MSK 2020


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



More information about the Tarantool-patches mailing list