From patchwork Sat May 16 20:29:11 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26764 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 48A68BDCBC for ; Sat, 16 May 2026 20:29:18 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id DEF1F6301A; Sat, 16 May 2026 22:29:17 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="iffP8cPn"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 47DAB62E9D for ; Sat, 16 May 2026 22:29:15 +0200 (CEST) Received: from killaraus.ideasonboard.com (2001-14ba-70f3-e800--a06.rev.dnainternet.fi [IPv6:2001:14ba:70f3:e800::a06]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 487A4324 for ; Sat, 16 May 2026 22:29:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1778963344; bh=5OGwC1VBaAQnZbHjPbbpZvKEpQlrVHrwlE/Oz3164T0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iffP8cPnQ3DhHVHx19MJlosg3o1JVAfQlqfZCRU1Ifz0XTuYN8gvHhCm0dx/jrIMW qWNj02BFW7zy7gB3eCuIoqCXBob7pCyUnDCiPjhzh4yHQOBFprzq78tekTouDRDTy6 iRLKmSxRW78Ee2fFMW4oBGz6IzX0/SIo4zBec7Eg= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [libcamera-ci] [PATCH 1/2] Add commit ref name to docs deployment log message Date: Sat, 16 May 2026 23:29:11 +0300 Message-ID: <20260516202912.383234-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260516202912.383234-1-laurent.pinchart@ideasonboard.com> References: <20260516202912.383234-1-laurent.pinchart@ideasonboard.com> 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" Print the commit ref name in the log message to help troubleshooting. Signed-off-by: Laurent Pinchart --- .gitlab-ci/deploy-libcamera-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/deploy-libcamera-docs.sh b/.gitlab-ci/deploy-libcamera-docs.sh index 2108858aabf8..639fdf748d07 100755 --- a/.gitlab-ci/deploy-libcamera-docs.sh +++ b/.gitlab-ci/deploy-libcamera-docs.sh @@ -10,7 +10,7 @@ set -e source "$(dirname "$0")/lib.sh" libcamera_deploy_docs() { - echo "Deploying libcamera docs" + echo "Deploying libcamera docs for ${CI_COMMIT_REF_NAME}" rsync -rlz --delete --chmod=Do=rx,Fo=r \ --exclude .doctrees \