From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1065192-garchives=archives.gentoo.org@lists.gentoo.org>
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 4E2E7138334
	for <garchives@archives.gentoo.org>; Fri,  4 Jan 2019 16:34:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 33231E0964;
	Fri,  4 Jan 2019 16:34:14 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 0B936E0964
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Jan 2019 16:34:13 +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 5002C335D08
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Jan 2019 16:34:12 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E8CB508
	for <gentoo-commits@lists.gentoo.org>; Fri,  4 Jan 2019 16:34:10 +0000 (UTC)
From: "Ben Kohler" <bkohler@gentoo.org>
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" <bkohler@gentoo.org>
Message-ID: <1546619597.d12a8d02ccb706930db964ac2098144f821ae807.bkohler@gentoo>
Subject: [gentoo-commits] proj/releng:master commit in: tools/
X-VCS-Repository: proj/releng
X-VCS-Files: tools/catalyst-auto-sparc64.conf
X-VCS-Directories: tools/
X-VCS-Committer: bkohler
X-VCS-Committer-Name: Ben Kohler
X-VCS-Revision: d12a8d02ccb706930db964ac2098144f821ae807
X-VCS-Branch: master
Date: Fri,  4 Jan 2019 16:34:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 152a35ab-5c16-4bf0-b689-8e2408bb3033
X-Archives-Hash: 586488bcec1cc769c595e20c5deb5a57

commit:     d12a8d02ccb706930db964ac2098144f821ae807
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  4 16:33:17 2019 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Jan  4 16:33:17 2019 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=d12a8d02

catalyst-auto-sparc64.conf: start sourcing build.env

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 tools/catalyst-auto-sparc64.conf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index e5e43846..abbfb082 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -1,6 +1,12 @@
 # This is the config file for the catalyst-auto script. It should be pretty
 # self-explanatory.
 
+ARCH="amd64"
+TYPE="auto"
+host="$(hostname)"
+
+source /etc/catalyst/release/build.env
+
 SPECS_DIR=${REPO_DIR}/releases/weekly/specs/sparc/sparc64
 
 SETS="default"