From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (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 4CDD8469719 for ; Thu, 20 Feb 2020 12:49:50 +0300 (MSK) Date: Thu, 20 Feb 2020 12:50:09 +0300 From: Alexander Turenko Message-ID: <20200220095009.hb2uw323dfor7vzx@tkn_work_nb> References: <82230fc45a767ef7db1aed9b0b49572e15750aab.1582107381.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <82230fc45a767ef7db1aed9b0b49572e15750aab.1582107381.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] test ci: remove Ubuntu 18.10 Cosmic from testing 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 > test ci: remove Ubuntu 18.10 Cosmic from testing Replaced 'test ci' prefix with 'travis-ci/gitlab-ci' as in c6cd2e627afb423f7ed5a30dd4f597db3a840dfe ('travis-ci/gitlab-ci: add ubuntu 19.10'). Removed 'from testing' to fit 50 symbols and because it is removing from deploy too. Pushed to master, 2.3, 2.2 and 1.10. CCed Kirill. WBR, Alexander Turenko. On Wed, Feb 19, 2020 at 01:28:56PM +0300, Alexander V. Tikhonov wrote: > Found that on 19.02.2020 APT repositories with packages > for Ubuntu 18.10 Cosmic were removed from Ubuntu archive: > > E: The repository 'http://security.ubuntu.com/ubuntu cosmic-security Release' does not have a Release file. > E: The repository 'http://archive.ubuntu.com/ubuntu cosmic Release' does not have a Release file. > E: The repository 'http://archive.ubuntu.com/ubuntu cosmic-updates Release' does not have a Release file. > E: The repository 'http://archive.ubuntu.com/ubuntu cosmic-backports Release' does not have a Release file. > > Also found the half a year old message about Ubuntu 18.10 > Cosmic EOL: > https://fridge.ubuntu.com/2019/07/19/ubuntu-18-10-cosmic-cuttlefish-end-of-life-reached-on-july-18-2019/ > > Removed the Ubuntu 18.10 Cosmic from gitlab-ci and > travis-ci testings. > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/eol-ubuntu-cosmic-full-ci > > .gitlab-ci.yml | 12 ------------ > .travis.yml | 3 --- > tools/update_repo.sh | 2 +- > 3 files changed, 1 insertion(+), 16 deletions(-)