Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Tue, 12 May 2020 05:16:40
Message-Id: 1589260475.affe64920529782abc21f92e045dbbc91e78d2f9.robbat2@gentoo
1 commit: affe64920529782abc21f92e045dbbc91e78d2f9
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 12 05:14:17 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 12 05:14:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=affe6492
7
8 catalyst-auto: no special behavior for nightheron copy anymore
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 tools/catalyst-auto-amd64-experimental.conf | 3 ++-
13 tools/catalyst-auto-amd64.conf | 3 ++-
14 tools/catalyst-auto-x86-experimental.conf | 3 ++-
15 tools/catalyst-auto-x86.conf | 3 ++-
16 4 files changed, 8 insertions(+), 4 deletions(-)
17
18 diff --git a/tools/catalyst-auto-amd64-experimental.conf b/tools/catalyst-auto-amd64-experimental.conf
19 index b78f3d23..e7b1ea79 100644
20 --- a/tools/catalyst-auto-amd64-experimental.conf
21 +++ b/tools/catalyst-auto-amd64-experimental.conf
22 @@ -70,7 +70,8 @@ post_build() {
23 --delay-updates
24 )
25 case $HOSTNAME in
26 - nightheron)
27 + # If you ever need to ensure it's copied somewhere local, drop a hostname in here!
28 + LOCAL)
29 DEST_DEFAULT=${BUILD_DESTDIR_BASE}
30 DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
31 ;;
32
33 diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
34 index 57f080aa..0b7e9b2f 100644
35 --- a/tools/catalyst-auto-amd64.conf
36 +++ b/tools/catalyst-auto-amd64.conf
37 @@ -71,7 +71,8 @@ post_build() {
38 --delay-updates
39 )
40 case $HOSTNAME in
41 - nightheron)
42 + # If you ever need to ensure it's copied somewhere local, drop a hostname in here!
43 + LOCAL)
44 DEST_DEFAULT=${BUILD_DESTDIR_BASE}
45 DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
46 ;;
47
48 diff --git a/tools/catalyst-auto-x86-experimental.conf b/tools/catalyst-auto-x86-experimental.conf
49 index da8c3df6..3fd60287 100644
50 --- a/tools/catalyst-auto-x86-experimental.conf
51 +++ b/tools/catalyst-auto-x86-experimental.conf
52 @@ -49,7 +49,8 @@ post_build() {
53 --delay-updates
54 )
55 case $HOSTNAME in
56 - nightheron)
57 + # If you ever need to ensure it's copied somewhere local, drop a hostname in here!
58 + LOCAL)
59 DEST_DEFAULT=${BUILD_DESTDIR_BASE}
60 DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
61 ;;
62
63 diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
64 index 6d8ea027..27637e59 100644
65 --- a/tools/catalyst-auto-x86.conf
66 +++ b/tools/catalyst-auto-x86.conf
67 @@ -57,7 +57,8 @@ post_build() {
68 --delay-updates
69 )
70 case $HOSTNAME in
71 - nightheron)
72 + # If you ever need to ensure it's copied somewhere local, drop a hostname in here!
73 + LOCAL)
74 DEST_DEFAULT=${BUILD_DESTDIR_BASE}
75 DEST_HARDENED=${BUILD_DESTDIR_BASE}/hardened
76 ;;