catalyst-auto: no special behavior for nightheron copy anymore

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2020-05-11 22:14:17 -07:00
parent 05592ee0b7
commit affe649205
No known key found for this signature in database
GPG key ID: 19395F23C58826C4
4 changed files with 8 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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