diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-21 20:28:01 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-04-21 20:28:01 +0200 |
commit | d46c3d9a178a7ac61cb786491bd4957ff1bf3f19 (patch) | |
tree | 622890e7b287eadc1dbd39ed507ceb10a60d64d2 | |
parent | 500c6e068df8103df49a57abeda019dbde5f53ff (diff) | |
download | vyos-build-d46c3d9a178a7ac61cb786491bd4957ff1bf3f19.tar.gz vyos-build-d46c3d9a178a7ac61cb786491bd4957ff1bf3f19.zip |
Jenkins: T6249: remove debian-mirror configure option
Debian Backports does not support LTS, therefore buster-backports is unsupported
since August 1st 2022. Despite of the documentation buster-backport was still
available on the mirrors, that changed recently with the archival of
buster-backports.
https://backports.debian.org/news/Removal_of_buster-backports_from_the_debian_archive/
-rw-r--r-- | Jenkinsfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 0d91ffdb..9394f5af 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -98,7 +98,6 @@ pipeline { sh """ ./configure \ --build-by "${params.BUILD_BY}" \ - --debian-mirror http://deb.debian.org/debian/ \ --build-type release \ --version "${VYOS_VERSION}" ${CUSTOM_PACKAGES} sudo make iso |