* [Tarantool-patches] [PATCH v1] gitlab-ci: remove Ubuntu 19.10 from packing
@ 2020-12-10 9:57 Alexander V. Tikhonov
2020-12-10 14:38 ` Kirill Yukhin
0 siblings, 1 reply; 2+ messages in thread
From: Alexander V. Tikhonov @ 2020-12-10 9:57 UTC (permalink / raw)
To: Alexander Turenko, Kirill Yukhin; +Cc: tarantool-patches
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-10 14:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 9:57 [Tarantool-patches] [PATCH v1] gitlab-ci: remove Ubuntu 19.10 from packing Alexander V. Tikhonov
2020-12-10 14:38 ` Kirill Yukhin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox