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, 26 Apr 2022 18:34:37
Message-Id: 1650998056.4e62b91820e66ea0dbbd6979ea3a5b0899d9823e.dilfridge@gentoo
1 commit: 4e62b91820e66ea0dbbd6979ea3a5b0899d9823e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 18:34:16 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 18:34:16 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=4e62b918
7
8 Re-order hppa builds
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-hppa.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
16 index e822c3a0..8a4c06fe 100644
17 --- a/tools/catalyst-auto-hppa.conf
18 +++ b/tools/catalyst-auto-hppa.conf
19 @@ -5,7 +5,7 @@ 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"
24 +SETS="hppa11_openrc hppa11_systemd hppa20_openrc hppa20_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"