From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id F021E4696C3 for ; Wed, 29 Apr 2020 16:10:09 +0300 (MSK) Date: Wed, 29 Apr 2020 16:10:00 +0300 From: Alexander Turenko Message-ID: <20200429131000.xi7g3aghcf7lehzk@tkn_work_nb> References: <1c95097d462467058b5c7250ebc63967a90ba00a.1588084952.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1c95097d462467058b5c7250ebc63967a90ba00a.1588084952.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] Add Ubuntu Focal 20.04 packages List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: Oleg Piskunov , tarantool-patches@dev.tarantool.org > diff --git a/.travis.yml b/.travis.yml > index 3b9415def..dfe12fc09 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -67,6 +67,9 @@ jobs: > - name: "Ubuntu Eoan (19.10) build + deploy DEB" > env: OS=ubuntu DIST=eoan > if: branch = "master" > + - name: "Ubuntu Focal (20.04) build + deploy DEB" > + env: OS=ubuntu DIST=focal > + if: branch = "master" > - name: "Debian Jessie (8) build + deploy DEB" > env: OS=debian DIST=jessie > if: branch = "master" Please, rebase after https://lists.tarantool.org/pipermail/tarantool-patches/2020-April/016410.html I suggest to use prefix 'gitlab-ci', since the change will be gitlab ci only after the rebase. WBR, Alexander Turenko.