aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2020-05-11 22:14:17 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2020-05-11 22:14:35 -0700
commitaffe64920529782abc21f92e045dbbc91e78d2f9 (patch)
tree866597dd98e067139a719472dd2dcd20f90e7f8a /tools/catalyst-auto-x86.conf
parentcatalyst-auto: set DATESTAMP again (diff)
downloadreleng-affe64920529782abc21f92e045dbbc91e78d2f9.tar.gz
releng-affe64920529782abc21f92e045dbbc91e78d2f9.tar.bz2
releng-affe64920529782abc21f92e045dbbc91e78d2f9.zip
catalyst-auto: no special behavior for nightheron copy anymore
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'tools/catalyst-auto-x86.conf')
-rw-r--r--tools/catalyst-auto-x86.conf3
1 files changed, 2 insertions, 1 deletions
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
;;