commit:     affe64920529782abc21f92e045dbbc91e78d2f9
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 05:14:17 2020 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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 <robbat2 <AT> 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
                        ;;

Reply via email to