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 Mar 2022 14:32:11
Message-Id: 1648564292.cc3a1c0d6535d7c5c494d8377cd27c18ce68059b.dilfridge@gentoo
1 commit: cc3a1c0d6535d7c5c494d8377cd27c18ce68059b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 29 14:31:32 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 14:31:32 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=cc3a1c0d
7
8 Add more mips n32 builds and uploads
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-qemu-mips.conf | 13 ++++++++++++-
13 1 file changed, 12 insertions(+), 1 deletion(-)
14
15 diff --git a/tools/catalyst-auto-qemu-mips.conf b/tools/catalyst-auto-qemu-mips.conf
16 index 21c70aca..3caeb5c3 100644
17 --- a/tools/catalyst-auto-qemu-mips.conf
18 +++ b/tools/catalyst-auto-qemu-mips.conf
19 @@ -6,7 +6,7 @@ UPLOAD_KEY=/root/.ssh/id_rsa
20 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
21 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
22
23 -SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64eln32openrc mips64n64openrc mips64eln64openrc mips64eln64systemd"
24 +SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips3n32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64n32openrc mips64eln32openrc mips64n64openrc mips64eln64openrc mips64eln64systemd"
25
26 SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
27 SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
28 @@ -14,12 +14,14 @@ SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-op
29 SET_mips32o32openrc_SPECS="stage1-mips32-o32-openrc.spec stage3-mips32-o32-openrc.spec"
30 SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec stage3-mips32el-o32-openrc.spec"
31
32 +SET_mips3n32openrc_SPECS="stage1-mips3-n32-openrc.spec stage3-mips3-n32-openrc.spec"
33 SET_mipsel3n32openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
34
35 SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
36 SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
37 SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
38
39 +SET_mips64n32openrc_SPECS="stage1-mips64-n32-openrc.spec stage3-mips64-n32-openrc.spec"
40 SET_mips64eln32openrc_SPECS="stage1-mips64el-n32-openrc.spec stage3-mips64el-n32-openrc.spec"
41
42 SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
43 @@ -60,6 +62,9 @@ post_build() {
44 stage3-mips32el-o32-openrc.spec)
45 upload stage3-mips32el-openrc-${TIMESTAMP}.tar.xz*
46 ;;
47 + stage3-mips3-n32-openrc.spec)
48 + upload stage3-mips3_n32-openrc-${TIMESTAMP}.tar.xz*
49 + ;;
50 stage3-mipsel3-n32-openrc.spec)
51 upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
52 ;;
53 @@ -72,6 +77,12 @@ post_build() {
54 stage3-mipsel3-n64-systemd.spec)
55 upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz*
56 ;;
57 + stage3-mips64-n32-openrc.spec)
58 + upload stage3-mips64_n32-openrc-${TIMESTAMP}.tar.xz*
59 + ;;
60 + stage3-mips64el-n32-openrc.spec)
61 + upload stage3-mips64el_n32-openrc-${TIMESTAMP}.tar.xz*
62 + ;;
63 stage3-mips64-n64-openrc.spec)
64 upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
65 ;;