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/
This commit is contained in:
Christian Breunig 2024-04-21 20:28:01 +02:00
parent 500c6e068d
commit d46c3d9a17

1
Jenkinsfile vendored
View File

@ -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