commit:     c6404520ed19d7eae62837281268a1518271671f
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 23:25:39 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 23:25:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=c6404520

tools: Drop TYPE assignments

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 tools/catalyst-auto-amd64.conf | 1 -
 tools/catalyst-auto-x86.conf   | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index 9a05319c..20a1a80e 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -2,7 +2,6 @@
 # self-explanatory.
 
 ARCH="amd64"
-TYPE="auto"
 host=$(hostname)
 
 source /etc/catalyst/release/build.env

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index db4c2143..5a406782 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -2,7 +2,6 @@
 # self-explanatory.
 
 ARCH="x86"
-TYPE="auto"
 host=$(hostname)
 
 source /etc/catalyst/release/build.env

Reply via email to