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 ;;