Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Sun, 31 Jan 2021 00:50:13
Message-Id: 1612049139.c6404520ed19d7eae62837281268a1518271671f.mattst88@gentoo
1 commit: c6404520ed19d7eae62837281268a1518271671f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 23:25:39 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 23:25:39 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c6404520
7
8 tools: Drop TYPE assignments
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 tools/catalyst-auto-amd64.conf | 1 -
13 tools/catalyst-auto-x86.conf | 1 -
14 2 files changed, 2 deletions(-)
15
16 diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
17 index 9a05319c..20a1a80e 100644
18 --- a/tools/catalyst-auto-amd64.conf
19 +++ b/tools/catalyst-auto-amd64.conf
20 @@ -2,7 +2,6 @@
21 # self-explanatory.
22
23 ARCH="amd64"
24 -TYPE="auto"
25 host=$(hostname)
26
27 source /etc/catalyst/release/build.env
28
29 diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
30 index db4c2143..5a406782 100644
31 --- a/tools/catalyst-auto-x86.conf
32 +++ b/tools/catalyst-auto-x86.conf
33 @@ -2,7 +2,6 @@
34 # self-explanatory.
35
36 ARCH="x86"
37 -TYPE="auto"
38 host=$(hostname)
39
40 source /etc/catalyst/release/build.env