From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A389158083 for ; Sat, 14 Sep 2024 12:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7880E29B0; Sat, 14 Sep 2024 12:07:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1B73E29B0 for ; Sat, 14 Sep 2024 12:07:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 078E3340A12 for ; Sat, 14 Sep 2024 12:07:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C1AC1F40 for ; Sat, 14 Sep 2024 12:07:22 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1726315596.f1c2b6d186ec30fb3c634875e1d7eafc2f63f044.bkohler@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto X-VCS-Directories: tools/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: f1c2b6d186ec30fb3c634875e1d7eafc2f63f044 X-VCS-Branch: master Date: Sat, 14 Sep 2024 12:07:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 19fd4659-7fe8-439f-a151-94f4f0d4e9a1 X-Archives-Hash: 64b3af2d978720862e7477a80d2efc9d commit: f1c2b6d186ec30fb3c634875e1d7eafc2f63f044 Author: Ben Kohler gentoo org> AuthorDate: Sat Sep 14 12:06:36 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Sat Sep 14 12:06:36 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f1c2b6d1 tools/catalyst-auto: replace DATESTAMP in specs as well We started using this variable in specs but it's not in the sed list yet. Signed-off-by: Ben Kohler gentoo.org> tools/catalyst-auto | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/catalyst-auto b/tools/catalyst-auto index d1a72d91..cc532c3d 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -440,6 +440,7 @@ run_catalyst_commands() { # Expand vars that the spec expects us to. sed -i \ -e "s:@TIMESTAMP@:${TIMESTAMP}:g" \ + -e "s:@DATESTAMP@:${DATESTAMP}:g" -e "s:@REPO_DIR@:${REPO_DIR}:g" \ -e "s:@TREEISH@:${TREEISH}:g" \ "${i}"