commit: a2420f14fddfa29bdd0d5012b8fca7f24a212088
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 01:19:40 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 17:54:29 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a2420f14
tools: Remove unused ARCH and TYPE variables
In a previous configuration, these were used in a .env file that was
sourced immediately after the definitions.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
tools/catalyst-auto-amd64.conf | 3 ---
tools/catalyst-auto-x86.conf | 2 --
2 files changed, 5 deletions(-)
diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index 04b76871..41cbd219 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -5,9 +5,6 @@ UPLOAD_USER=amd64
UPLOAD_KEY=/root/.ssh/id_rsa
host=$(hostname)
-ARCH="amd64"
-TYPE="auto"
-
EMAIL_SUBJECT_PREPEND="[amd64-auto]"
SPECS_DIR=${REPO_DIR}/releases/specs/amd64
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index 185564ca..b81bceb7 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -5,8 +5,6 @@ UPLOAD_USER=x86
UPLOAD_KEY=/root/.ssh/id_rsa
host=$(hostname)
-ARCH="x86"
-TYPE="auto"
EMAIL_SUBJECT_PREPEND="[x86-auto]"
SPECS_DIR=${REPO_DIR}/releases/specs/x86