Message ID | 20250725100429.2501268-1-barnabas.pocze@ideasonboard.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
Hi Barnabás, Thank you for the patch. On Fri, Jul 25, 2025 at 12:04:29PM +0200, Barnabás Pőcze wrote: > bullseye-backports has reached end-of-life[0]. So update the address for > the package repository, rebuild the container as well. > > [0]: https://lists.debian.org/debian-backports-announce/2024/07/msg00000.html > > Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > changes in v2: > * drop unnecessary changes > > v1: https://patchwork.libcamera.org/patch/23952/ > --- > .gitlab-ci/setup-container.sh | 2 +- > gitlab-ci.yml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh > index 8d29e1c..5e9b89d 100755 > --- a/.gitlab-ci/setup-container.sh > +++ b/.gitlab-ci/setup-container.sh > @@ -145,7 +145,7 @@ cbuild_install_pkgs() { > # The qt6-tools-dev-tools package is only available for bullseye in the > # backports repository. Enable backports only for that version. > if [[ $FDO_DISTRIBUTION_VERSION == 'bullseye' ]] ; then > - echo "deb http://deb.debian.org/debian bullseye-backports main" \ > + echo "deb http://archive.debian.org/debian bullseye-backports main" \ > > /etc/apt/sources.list.d/bullseye-backports.list > apt update > fi > diff --git a/gitlab-ci.yml b/gitlab-ci.yml > index 6dfe4f4..885c1b7 100644 > --- a/gitlab-ci.yml > +++ b/gitlab-ci.yml > @@ -60,7 +60,7 @@ include: > .libcamera-ci.debian:11: > variables: > FDO_DISTRIBUTION_VERSION: 'bullseye' > - FDO_DISTRIBUTION_TAG: '2025-02-27.1' > + FDO_DISTRIBUTION_TAG: '2025-07-25.1' > > .libcamera-ci.debian:12: > variables:
diff --git a/.gitlab-ci/setup-container.sh b/.gitlab-ci/setup-container.sh index 8d29e1c..5e9b89d 100755 --- a/.gitlab-ci/setup-container.sh +++ b/.gitlab-ci/setup-container.sh @@ -145,7 +145,7 @@ cbuild_install_pkgs() { # The qt6-tools-dev-tools package is only available for bullseye in the # backports repository. Enable backports only for that version. if [[ $FDO_DISTRIBUTION_VERSION == 'bullseye' ]] ; then - echo "deb http://deb.debian.org/debian bullseye-backports main" \ + echo "deb http://archive.debian.org/debian bullseye-backports main" \ > /etc/apt/sources.list.d/bullseye-backports.list apt update fi diff --git a/gitlab-ci.yml b/gitlab-ci.yml index 6dfe4f4..885c1b7 100644 --- a/gitlab-ci.yml +++ b/gitlab-ci.yml @@ -60,7 +60,7 @@ include: .libcamera-ci.debian:11: variables: FDO_DISTRIBUTION_VERSION: 'bullseye' - FDO_DISTRIBUTION_TAG: '2025-02-27.1' + FDO_DISTRIBUTION_TAG: '2025-07-25.1' .libcamera-ci.debian:12: variables:
bullseye-backports has reached end-of-life[0]. So update the address for the package repository, rebuild the container as well. [0]: https://lists.debian.org/debian-backports-announce/2024/07/msg00000.html Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com> --- changes in v2: * drop unnecessary changes v1: https://patchwork.libcamera.org/patch/23952/ --- .gitlab-ci/setup-container.sh | 2 +- gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 2.50.1