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: Sat, 31 Jul 2021 17:55:13
Message-Id: 1627754069.a2420f14fddfa29bdd0d5012b8fca7f24a212088.mattst88@gentoo
1 commit: a2420f14fddfa29bdd0d5012b8fca7f24a212088
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 01:19:40 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 17:54:29 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a2420f14
7
8 tools: Remove unused ARCH and TYPE variables
9
10 In a previous configuration, these were used in a .env file that was
11 sourced immediately after the definitions.
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 tools/catalyst-auto-amd64.conf | 3 ---
16 tools/catalyst-auto-x86.conf | 2 --
17 2 files changed, 5 deletions(-)
18
19 diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
20 index 04b76871..41cbd219 100644
21 --- a/tools/catalyst-auto-amd64.conf
22 +++ b/tools/catalyst-auto-amd64.conf
23 @@ -5,9 +5,6 @@ UPLOAD_USER=amd64
24 UPLOAD_KEY=/root/.ssh/id_rsa
25 host=$(hostname)
26
27 -ARCH="amd64"
28 -TYPE="auto"
29 -
30 EMAIL_SUBJECT_PREPEND="[amd64-auto]"
31
32 SPECS_DIR=${REPO_DIR}/releases/specs/amd64
33
34 diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
35 index 185564ca..b81bceb7 100644
36 --- a/tools/catalyst-auto-x86.conf
37 +++ b/tools/catalyst-auto-x86.conf
38 @@ -5,8 +5,6 @@ UPLOAD_USER=x86
39 UPLOAD_KEY=/root/.ssh/id_rsa
40 host=$(hostname)
41
42 -ARCH="x86"
43 -TYPE="auto"
44 EMAIL_SUBJECT_PREPEND="[x86-auto]"
45
46 SPECS_DIR=${REPO_DIR}/releases/specs/x86