From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 784131580B9 for ; Thu, 26 Aug 2021 19:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDC20E08C3; Thu, 26 Aug 2021 19:56:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3D66E08C3 for ; Thu, 26 Aug 2021 19:56:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C50A6342BF3 for ; Thu, 26 Aug 2021 19:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 442DA87B for ; Thu, 26 Aug 2021 19:56:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1630007530.9860d0914e8a5a494cb66b971d92ca540edf4a5c.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64.conf tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9860d0914e8a5a494cb66b971d92ca540edf4a5c X-VCS-Branch: master Date: Thu, 26 Aug 2021 19:56:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 449985d5-12f3-47a8-ae92-4a9e0a830bdb X-Archives-Hash: 7481a4fd1601cfdf0812dd4236e374c0 commit: 9860d0914e8a5a494cb66b971d92ca540edf4a5c Author: Matt Turner gentoo org> AuthorDate: Thu Aug 26 19:52:10 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 26 19:52:10 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=9860d091 Remove leftovers from build.env usage Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto-amd64.conf | 2 -- tools/catalyst-auto-x86.conf | 1 - 2 files changed, 3 deletions(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 41cbd219..07650be0 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -74,8 +74,6 @@ update_symlinks() { post_build() { local set=$1 spec=$2 - UPLOAD_DEST=${BUILD_DESTDIR_BASE} - pushd "${BUILD_SRCDIR_BASE}"/builds/default >/dev/null || exit case ${spec} in stage3-openrc.spec) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index b81bceb7..0149eab5 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -56,7 +56,6 @@ update_symlinks() { post_build() { local set=$1 spec=$2 - UPLOAD_DEST=${BUILD_DESTDIR_BASE} pushd ${BUILD_SRCDIR_BASE}/builds/default >/dev/null || exit case ${spec} in