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 E5ACA139337 for ; Sat, 31 Jul 2021 17:55:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D07CEE08BB; Sat, 31 Jul 2021 17:55:12 +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 B801FE08BB for ; Sat, 31 Jul 2021 17:55:12 +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 D520A34318B for ; Sat, 31 Jul 2021 17:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26796744 for ; Sat, 31 Jul 2021 17:55:09 +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: <1627754069.a2420f14fddfa29bdd0d5012b8fca7f24a212088.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64.conf tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a2420f14fddfa29bdd0d5012b8fca7f24a212088 X-VCS-Branch: master Date: Sat, 31 Jul 2021 17:55:09 +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: fe323733-8d97-4744-babb-8fef6fe1cb2f X-Archives-Hash: 91e57f796a4d014a0bb90f859f6fb842 commit: a2420f14fddfa29bdd0d5012b8fca7f24a212088 Author: Matt Turner gentoo org> AuthorDate: Sat Jul 31 01:19:40 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Jul 31 17:54:29 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a2420f14 tools: Remove unused ARCH and TYPE variables In a previous configuration, these were used in a .env file that was sourced immediately after the definitions. Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto-amd64.conf | 3 --- tools/catalyst-auto-x86.conf | 2 -- 2 files changed, 5 deletions(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 04b76871..41cbd219 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -5,9 +5,6 @@ UPLOAD_USER=amd64 UPLOAD_KEY=/root/.ssh/id_rsa host=$(hostname) -ARCH="amd64" -TYPE="auto" - EMAIL_SUBJECT_PREPEND="[amd64-auto]" SPECS_DIR=${REPO_DIR}/releases/specs/amd64 diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 185564ca..b81bceb7 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -5,8 +5,6 @@ UPLOAD_USER=x86 UPLOAD_KEY=/root/.ssh/id_rsa host=$(hostname) -ARCH="x86" -TYPE="auto" EMAIL_SUBJECT_PREPEND="[x86-auto]" SPECS_DIR=${REPO_DIR}/releases/specs/x86