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 D17611382C5 for ; Tue, 12 May 2020 05:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 185D5E0856; Tue, 12 May 2020 05:16:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D60BCE0856 for ; Tue, 12 May 2020 05:16:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4037334FE5F for ; Tue, 12 May 2020 05:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0922206 for ; Tue, 12 May 2020 05:16:35 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1589260475.affe64920529782abc21f92e045dbbc91e78d2f9.robbat2@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64-experimental.conf tools/catalyst-auto-amd64.conf tools/catalyst-auto-x86-experimental.conf tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: affe64920529782abc21f92e045dbbc91e78d2f9 X-VCS-Branch: master Date: Tue, 12 May 2020 05:16:35 +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: 1e91b94b-6f71-4d2a-8ee9-8abd19124977 X-Archives-Hash: 3f4b6888c901926a8deacbb50ba76b48 commit: affe64920529782abc21f92e045dbbc91e78d2f9 Author: Robin H. Johnson gentoo org> AuthorDate: Tue May 12 05:14:17 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue May 12 05:14:35 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=affe6492 catalyst-auto: no special behavior for nightheron copy anymore Signed-off-by: Robin H. Johnson gentoo.org> tools/catalyst-auto-amd64-experimental.conf | 3 ++- tools/catalyst-auto-amd64.conf | 3 ++- tools/catalyst-auto-x86-experimental.conf | 3 ++- tools/catalyst-auto-x86.conf | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/tools/catalyst-auto-amd64-experimental.conf b/tools/catalyst-auto-amd64-experimental.conf index b78f3d23..e7b1ea79 100644 --- a/tools/catalyst-auto-amd64-experimental.conf +++ b/tools/catalyst-auto-amd64-experimental.conf @@ -70,7 +70,8 @@ post_build() { --delay-updates ) case $HOSTNAME in - nightheron) + # If you ever need to ensure it's copied somewhere local, drop a hostname in here! + LOCAL) DEST_DEFAULT=${BUILD_DESTDIR_BASE} DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened ;; diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 57f080aa..0b7e9b2f 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -71,7 +71,8 @@ post_build() { --delay-updates ) case $HOSTNAME in - nightheron) + # If you ever need to ensure it's copied somewhere local, drop a hostname in here! + LOCAL) DEST_DEFAULT=${BUILD_DESTDIR_BASE} DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened ;; diff --git a/tools/catalyst-auto-x86-experimental.conf b/tools/catalyst-auto-x86-experimental.conf index da8c3df6..3fd60287 100644 --- a/tools/catalyst-auto-x86-experimental.conf +++ b/tools/catalyst-auto-x86-experimental.conf @@ -49,7 +49,8 @@ post_build() { --delay-updates ) case $HOSTNAME in - nightheron) + # If you ever need to ensure it's copied somewhere local, drop a hostname in here! + LOCAL) DEST_DEFAULT=${BUILD_DESTDIR_BASE} DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened ;; diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 6d8ea027..27637e59 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -57,7 +57,8 @@ post_build() { --delay-updates ) case $HOSTNAME in - nightheron) + # If you ever need to ensure it's copied somewhere local, drop a hostname in here! + LOCAL) DEST_DEFAULT=${BUILD_DESTDIR_BASE} DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened ;;