From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (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 CC89C45C304 for ; Thu, 10 Dec 2020 12:57:33 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Thu, 10 Dec 2020 12:57:31 +0300 Message-Id: <8cb5ada3311d9239e69496b0debe8df3c0aeba7e.1607594174.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1] gitlab-ci: remove Ubuntu 19.10 from packing List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko , Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org Found issue on Tarantool package build for Ubuntu 19.10 [1]: E: The repository 'http://archive.ubuntu.com/ubuntu eoan Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu eoan-updates Release' does not have a Release file. E: The repository 'http://archive.ubuntu.com/ubuntu eoan-backports Release' does not have a Release file. E: The repository 'http://security.ubuntu.com/ubuntu eoan-security Release' does not have a Release file. Also found that time life of Ubuntu 19.04 ended with support [2] on 17 of July 2020. So packaging jobs for this OS removed from Gitlab-CI. [1] - https://gitlab.com/tarantool/tarantool/-/jobs/902339975#L172 [2] - https://fridge.ubuntu.com/2020/07/17/ubuntu-19-10-eoan-ermine-end-of-life-reached-on-july-17-2020/#:~:text=Ubuntu%20announced%20its%2019.10%20(Eoan,updated%20packages%20for%20Ubuntu%2019.10. --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/remove-ubuntu1910 .gitlab-ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 668fc830d..208ab2426 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -496,12 +496,6 @@ ubuntu_18_04: OS: 'ubuntu' DIST: 'bionic' -ubuntu_19_10: - <<: *pack_definition - variables: - OS: 'ubuntu' - DIST: 'eoan' - ubuntu_20_04: <<: *pack_definition variables: @@ -605,12 +599,6 @@ ubuntu_18_04_deploy: OS: 'ubuntu' DIST: 'bionic' -ubuntu_19_10_deploy: - <<: *deploy_definition - variables: - OS: 'ubuntu' - DIST: 'eoan' - ubuntu_20_04_deploy: <<: *deploy_definition variables: -- 2.25.1