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 82086138350 for ; Wed, 29 Apr 2020 23:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1C68E086A; Wed, 29 Apr 2020 23:20:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6D597E086F for ; Wed, 29 Apr 2020 23:20:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 AFBE534EF22 for ; Wed, 29 Apr 2020 23:20:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20E9A1FA for ; Wed, 29 Apr 2020 23:20:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1588134966.369e27e399f3eec10ef47dfa2d8909e6f964ca95.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 369e27e399f3eec10ef47dfa2d8909e6f964ca95 X-VCS-Branch: master Date: Wed, 29 Apr 2020 23:20:13 +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: 9d3b75c8-a32c-43c4-bfe6-6cab2a65f37f X-Archives-Hash: fac945aa14c0cbc6fd8cd1c733435020 commit: 369e27e399f3eec10ef47dfa2d8909e6f964ca95 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 29 01:20:25 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 29 04:36:06 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=369e27e3 catalyst-auto: Drop setting @DATESTAMP@ Not used in any of the spec files. Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/catalyst-auto b/tools/catalyst-auto index ce155d6d..2e449ea0 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -279,7 +279,6 @@ run_catalyst_commands() { fi fi - DATESTAMP=$(date -u +%Y%m%d) TIMESTAMP=$(date -u +%Y%m%dT%H%M%SZ) TMPDIR=$(mktemp -d --tmpdir="${TMP_PATH:-/tmp}" "catalyst-auto.${TIMESTAMP}.XXXXXX") @@ -291,7 +290,6 @@ run_catalyst_commands() { if [[ ${verbose} -ge 1 ]]; then echo "TMPDIR = ${TMPDIR}" - echo "DATESTAMP = ${DATESTAMP}" echo "TIMESTAMP = ${TIMESTAMP}" fi @@ -356,7 +354,6 @@ run_catalyst_commands() { # Expand vars that the spec expects us to. sed -i \ - -e "s:@DATESTAMP@:${DATESTAMP}:g" \ -e "s:@TIMESTAMP@:${TIMESTAMP}:g" \ -e "s:@REPO_DIR@:${REPO_DIR}:g" \ "${i}"