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: Sun, 27 Nov 2022 00:27:11
Message-Id: 1669508806.5fb1d14a9cbb7005b670bafc0e8534c2baab7cb9.dilfridge@gentoo
1 commit: 5fb1d14a9cbb7005b670bafc0e8534c2baab7cb9
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 00:26:46 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 00:26:46 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=5fb1d14a
7
8 Fix hppa netboot filenames?
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-hppa.conf | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
16 index 02c4a488..2ad44760 100644
17 --- a/tools/catalyst-auto-hppa.conf
18 +++ b/tools/catalyst-auto-hppa.conf
19 @@ -47,11 +47,11 @@ 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}/netboot32-hppa.lif netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
24 + mv netboot-hppa1.1-${TIMESTAMP}/hppa32-hppa.lif netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
25 upload netboot-hppa1.1-${TIMESTAMP}/netboot-hppa32-${TIMESTAMP}.lif
26 ;;
27 netboot-hppa64.spec)
28 - mv netboot-hppa2.0-${TIMESTAMP}/netboot64-hppa.lif netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
29 + mv netboot-hppa2.0-${TIMESTAMP}/hppa64-hppa.lif netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
30 upload netboot-hppa2.0-${TIMESTAMP}/netboot-hppa64-${TIMESTAMP}.lif
31 ;;
32 installcd-stage2-minimal.spec)