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: Mon, 25 Apr 2022 23:26:03
Message-Id: 1650929141.ff9199db22e71aec768e454586dd06de0c69a673.dilfridge@gentoo
1 commit: ff9199db22e71aec768e454586dd06de0c69a673
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 25 23:25:41 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 23:25:41 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ff9199db
7
8 Restructure catalyst-auto hppa sets
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-hppa.conf | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
16 index 6bf43274..e822c3a0 100644
17 --- a/tools/catalyst-auto-hppa.conf
18 +++ b/tools/catalyst-auto-hppa.conf
19 @@ -5,17 +5,17 @@ UPLOAD_USER=hppa
20 UPLOAD_KEY=/root/.ssh/id_ed25519
21 SPECS_DIR=${REPO_DIR}/releases/specs/hppa
22
23 -SETS="hppa20_openrc hppa20_systemd hppa11_openrc hppa11_systemd hppa_livecd hppa_netboot"
24 +SETS="hppa20_openrc hppa20_systemd hppa11_openrc hppa11_systemd"
25
26 SET_hppa11_openrc_SPECS="hppa1.1/stage1-openrc.spec hppa1.1/stage3-openrc.spec"
27 +SET_hppa11_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec netboot-hppa32.spec"
28 +
29 SET_hppa11_systemd_SPECS="hppa1.1/stage1-systemd.spec hppa1.1/stage3-systemd.spec"
30
31 SET_hppa20_openrc_SPECS="hppa2.0/stage1-openrc.spec hppa2.0/stage3-openrc.spec"
32 -SET_hppa20_systemd_SPECS="hppa2.0/stage1-systemd.spec hppa2.0/stage3-systemd.spec"
33 +SET_hppa20_openrc_OPTIONAL_SPECS="netboot-hppa64.spec"
34
35 -SET_hppa_livecd_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
36 -
37 -SET_hppa_netboot_SPECS="netboot-hppa32.spec netboot-hppa64.spec"
38 +SET_hppa20_systemd_SPECS="hppa2.0/stage1-systemd.spec hppa2.0/stage3-systemd.spec"
39
40 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/hppa