catalyst-auto: no special behavior for nightheron copy anymore
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
parent
05592ee0b7
commit
affe649205
4 changed files with 8 additions and 4 deletions
|
@ -70,7 +70,8 @@ post_build() {
|
||||||
--delay-updates
|
--delay-updates
|
||||||
)
|
)
|
||||||
case $HOSTNAME in
|
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_DEFAULT=${BUILD_DESTDIR_BASE}
|
||||||
DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
|
DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -71,7 +71,8 @@ post_build() {
|
||||||
--delay-updates
|
--delay-updates
|
||||||
)
|
)
|
||||||
case $HOSTNAME in
|
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_DEFAULT=${BUILD_DESTDIR_BASE}
|
||||||
DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
|
DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -49,7 +49,8 @@ post_build() {
|
||||||
--delay-updates
|
--delay-updates
|
||||||
)
|
)
|
||||||
case $HOSTNAME in
|
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_DEFAULT=${BUILD_DESTDIR_BASE}
|
||||||
DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
|
DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -57,7 +57,8 @@ post_build() {
|
||||||
--delay-updates
|
--delay-updates
|
||||||
)
|
)
|
||||||
case $HOSTNAME in
|
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_DEFAULT=${BUILD_DESTDIR_BASE}
|
||||||
DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
|
DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue