aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-04-25 12:37:44 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-05-06 17:58:21 -0300
commit7b8ce3acf40629e7c391522881a3806b90e4bff7 (patch)
tree982f20e968343372b535dd3ccab281505ab7d35a /.gitlab-ci.yml
parentemail-common: fix bogofilter/bsfilter support (#5810) (diff)
downloadfirejail-7b8ce3acf40629e7c391522881a3806b90e4bff7.tar.gz
firejail-7b8ce3acf40629e7c391522881a3806b90e4bff7.tar.zst
firejail-7b8ce3acf40629e7c391522881a3806b90e4bff7.zip
ci: upgrade debian:stretch to debian:buster
Instead of Debian 9, use Debian 10 in build_debian_package. It currently fails to update the package index[1]: $ apt-get update -qq W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file. W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file. W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file. E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-amd64/Packages 404 Not Found [IP: 146.75.38.132 80] E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages 404 Not Found [IP: 146.75.38.132 80] E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.130.132 80] E: Some index files failed to download. They have been ignored, or old ones used instead. Also, note that LTS support for Debian 9 ended on 2022-06-30, while Debian 10 has LTS support until 2024-06-30[2]. Relates to #5818. [1] https://gitlab.com/Firejail/firejail_ci/-/jobs/4195782936 [2] https://wiki.debian.org/LTS
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8229c6575..38d121c49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ build_ubuntu_package:
22 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc 22 # - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
23 23
24build_debian_package: 24build_debian_package:
25 image: debian:stretch 25 image: debian:buster
26 script: 26 script:
27 - apt-get update -qq 27 - apt-get update -qq
28 - > 28 - >