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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10D481382C5 for ; Mon, 11 May 2020 19:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47F32E0884; Mon, 11 May 2020 19:05:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E111E0884 for ; Mon, 11 May 2020 19:05:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41A0334FCC0 for ; Mon, 11 May 2020 19:05:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D67101EB for ; Mon, 11 May 2020 19:05:42 +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: <1589223235.05592ee0b7c716c9f45115e1db66eedeb16c8445.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: 05592ee0b7c716c9f45115e1db66eedeb16c8445 X-VCS-Branch: master Date: Mon, 11 May 2020 19:05:42 +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: dadc4eca-36a0-4e86-936c-bd24ebb4ba72 X-Archives-Hash: e44ed9a86089fc1f4519e90d5e9dcb1d commit: 05592ee0b7c716c9f45115e1db66eedeb16c8445 Author: Ben Kohler gentoo org> AuthorDate: Mon May 11 18:53:55 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon May 11 18:53:55 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=05592ee0 catalyst-auto: set DATESTAMP again This var is still used by some arches' catalyst-auto configs 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 27ba3700..efa7a99d 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -298,6 +298,7 @@ run_catalyst_commands() { exit 1 fi fi + DATESTAMP=$(date -u +%Y%m%d) TMPDIR=$(mktemp -d --tmpdir="${TMP_PATH:-/tmp}" "catalyst-auto.${TIMESTAMP}.XXXXXX") # Nuke any previous tmpdirs to keep them from accumulating.