Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Tue, 29 Nov 2022 09:24:35
Message-Id: 1669713848.1eec8595f31faa0c6a122fc6938fa33e6419f718.dilfridge@gentoo
1 commit: 1eec8595f31faa0c6a122fc6938fa33e6419f718
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 09:24:08 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 09:24:08 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1eec8595
7
8 Add some debug output for hppa netboot
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-hppa.conf | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
16 index 2ad44760..cfe2e9e8 100644
17 --- a/tools/catalyst-auto-hppa.conf
18 +++ b/tools/catalyst-auto-hppa.conf
19 @@ -47,11 +47,13 @@ post_build() {
20 pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
21 case ${spec} in
22 netboot-hppa32.spec)
23 - mv netboot-hppa1.1-${TIMESTAMP}/hppa32-hppa.lif netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
24 + ls -l netboot-hppa1.1-${TIMESTAMP}/
25 + mv -v netboot-hppa1.1-${TIMESTAMP}/hppa32-hppa.lif netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
26 upload netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
27 ;;
28 netboot-hppa64.spec)
29 - mv netboot-hppa2.0-${TIMESTAMP}/hppa64-hppa.lif netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
30 + ls -l netboot-hppa2.0-${TIMESTAMP}/
31 + mv -v netboot-hppa2.0-${TIMESTAMP}/hppa64-hppa.lif netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
32 upload netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
33 ;;
34 installcd-stage2-minimal.spec)