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@gentoo.org>
This commit is contained in:
Matt Turner 2021-07-30 18:19:40 -07:00
parent f681a6e172
commit a2420f14fd
No known key found for this signature in database
GPG key ID: ED2ED19F85B3682C
2 changed files with 0 additions and 5 deletions

View file

@ -5,9 +5,6 @@ UPLOAD_USER=amd64
UPLOAD_KEY=/root/.ssh/id_rsa UPLOAD_KEY=/root/.ssh/id_rsa
host=$(hostname) host=$(hostname)
ARCH="amd64"
TYPE="auto"
EMAIL_SUBJECT_PREPEND="[amd64-auto]" EMAIL_SUBJECT_PREPEND="[amd64-auto]"
SPECS_DIR=${REPO_DIR}/releases/specs/amd64 SPECS_DIR=${REPO_DIR}/releases/specs/amd64

View file

@ -5,8 +5,6 @@ UPLOAD_USER=x86
UPLOAD_KEY=/root/.ssh/id_rsa UPLOAD_KEY=/root/.ssh/id_rsa
host=$(hostname) host=$(hostname)
ARCH="x86"
TYPE="auto"
EMAIL_SUBJECT_PREPEND="[x86-auto]" EMAIL_SUBJECT_PREPEND="[x86-auto]"
SPECS_DIR=${REPO_DIR}/releases/specs/x86 SPECS_DIR=${REPO_DIR}/releases/specs/x86