From d46c3d9a178a7ac61cb786491bd4957ff1bf3f19 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 21 Apr 2024 20:28:01 +0200 Subject: 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/ --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3