[Tarantool-patches] [PATCH v1] gitlab-ci: remove Ubuntu 19.10 from packing
Alexander V. Tikhonov
avtikhon at tarantool.org
Thu Dec 10 12:57:31 MSK 2020
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
More information about the Tarantool-patches
mailing list