From patchwork Fri Jul 25 10:04:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= X-Patchwork-Id: 23953 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 86284BDCC1 for ; Fri, 25 Jul 2025 10:04:36 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 30F20690A7; Fri, 25 Jul 2025 12:04:35 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="nLRqFgsk"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 58DA569071 for ; Fri, 25 Jul 2025 12:04:33 +0200 (CEST) Received: from pb-laptop.local (185.221.140.39.nat.pool.zt.hu [185.221.140.39]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 8A8A0C66 for ; Fri, 25 Jul 2025 12:03:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1753437833; bh=xZ7M6ExSXJf7umeIYII59x/BHzj1KuDmKqLZ4Tc6L+k=; h=From:To:Subject:Date:From; b=nLRqFgskwbILazMcxNebrGoDqaPSbbzPvErJyEagvpiFyOF12gVVncdeAziR9OvhY gUsF/qWNjlAxKtaYTrgxu38lFgOBejRE/Blinu/fNrvgDVOnZ4KRlVwhdWfz41+bNJ ZHOHWtnqGFAWlbsAaudPbV6B5vu1876LkrLQNv5k= From: =?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= To: libcamera-devel@lists.libcamera.org Subject: [libcamera-ci] [PATCH v2] setup-container: Update bullseye-backports Date: Fri, 25 Jul 2025 12:04:29 +0200 Message-ID: <20250725100429.2501268-1-barnabas.pocze@ideasonboard.com> X-Mailer: git-send-email 2.50.1 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" 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 Reviewed-by: Laurent Pinchart --- 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 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: