From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Alexander Turenko <alexander.turenko@tarantool.org>, Kirill Yukhin <kyukhin@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v1] gitlab-ci: remove Ubuntu 19.10 from packing Date: Thu, 10 Dec 2020 12:57:31 +0300 [thread overview] Message-ID: <8cb5ada3311d9239e69496b0debe8df3c0aeba7e.1607594174.git.avtikhon@tarantool.org> (raw) 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
next reply other threads:[~2020-12-10 9:57 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-10 9:57 Alexander V. Tikhonov [this message] 2020-12-10 14:38 ` Kirill Yukhin
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=8cb5ada3311d9239e69496b0debe8df3c0aeba7e.1607594174.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v1] gitlab-ci: remove Ubuntu 19.10 from packing' \ /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