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 24B8C1382C5 for ; Mon, 1 Feb 2021 04:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E5ACE09C9; Mon, 1 Feb 2021 04:04:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 59AA4E09C9 for ; Mon, 1 Feb 2021 04:04:52 +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 641FF340EDB for ; Mon, 1 Feb 2021 04:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC5BD4B9 for ; Mon, 1 Feb 2021 04:04:48 +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: <1612152204.2a8050450c9f210afff1624b1d6458bf4f782fae.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: 2a8050450c9f210afff1624b1d6458bf4f782fae X-VCS-Branch: master Date: Mon, 1 Feb 2021 04:04:48 +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: fcdc46b4-bf44-4b58-b2bc-f43d2d95dbdb X-Archives-Hash: a90dbb72c4b396f944cbae2a2f082d70 commit: 2a8050450c9f210afff1624b1d6458bf4f782fae Author: Matt Turner gentoo org> AuthorDate: Mon Feb 1 04:03:24 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Feb 1 04:03:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=2a805045 tools: Readd ARCH/TYPE assignments These are used in the sourced .env file. Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto-amd64.conf | 2 ++ tools/catalyst-auto-x86.conf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index b14013f7..2f6ed30e 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -5,6 +5,8 @@ UPLOAD_USER=amd64 UPLOAD_KEY=/root/.ssh/id_rsa host=$(hostname) +ARCH="amd64" +TYPE="auto" source /etc/catalyst/release/build.env SPECS_DIR=${REPO_DIR}/releases/specs/amd64 diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 5822d992..cee289e4 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -5,6 +5,8 @@ UPLOAD_USER=x86 UPLOAD_KEY=/root/.ssh/id_rsa host=$(hostname) +ARCH="x86" +TYPE="auto" source /etc/catalyst/release/build.env SPECS_DIR=${REPO_DIR}/releases/specs/x86