public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2022-03-14 23:53 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2022-03-14 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     59918516df528ccedc9d4c0dbe7655101b0be21e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 23:53:21 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 23:53:21 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=59918516

Add mips(el)3 n64 builds

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs-qemu/mips/stage1-mips3-n64-openrc.spec   | 14 ++++++++++++++
 releases/specs-qemu/mips/stage1-mipsel3-n64-openrc.spec | 14 ++++++++++++++
 releases/specs-qemu/mips/stage3-mips3-n64-openrc.spec   | 12 ++++++++++++
 releases/specs-qemu/mips/stage3-mipsel3-n64-openrc.spec | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips.conf                      |  7 ++++++-
 5 files changed, 58 insertions(+), 1 deletion(-)

diff --git a/releases/specs-qemu/mips/stage1-mips3-n64-openrc.spec b/releases/specs-qemu/mips/stage1-mips3-n64-openrc.spec
new file mode 100644
index 00000000..54eb3ff7
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-n64-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mips3_n64
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/n64
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips3_n64-openrc-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-n64-openrc.spec b/releases/specs-qemu/mips/stage1-mipsel3-n64-openrc.spec
new file mode 100644
index 00000000..09242505
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n64-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_n64
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_n64-openrc-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips3-n64-openrc.spec b/releases/specs-qemu/mips/stage3-mips3-n64-openrc.spec
new file mode 100644
index 00000000..067fd6f1
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-n64-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mips3_n64
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64
+rel_type: default
+profile: default/linux/mips/17.0/n64
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips3_n64-openrc-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-n64-openrc.spec b/releases/specs-qemu/mips/stage3-mipsel3-n64-openrc.spec
new file mode 100644
index 00000000..6d5fc9cc
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-n64-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_n64
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_n64-openrc-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips.conf b/tools/catalyst-auto-qemu-mips.conf
index fa6a326b..e355b62d 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -6,12 +6,17 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips64n64openrc mips64eln64openrc"
+SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips3n64openrc mipsel3n64openrc mips64n64openrc mips64eln64openrc"
 
 SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
 SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
+
 SET_mips32o32openrc_SPECS="stage1-mips32-o32-openrc.spec stage3-mips32-o32-openrc.spec"
 SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec stage3-mips32el-o32-openrc.spec"
+
+SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
+SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
+
 SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
 SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec stage3-mips64el-n64-openrc.spec"
 


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2022-03-29  9:17 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2022-03-29  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2c4432b730d878a8efaf9d0f781c0eedf8e970fb
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 09:16:56 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 09:16:56 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=2c4432b7

Add mipsel3-n32 specs, build, upload

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs-qemu/mips/stage1-mipsel3-n32-openrc.spec | 14 ++++++++++++++
 releases/specs-qemu/mips/stage3-mipsel3-n32-openrc.spec | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips.conf                      |  7 ++++++-
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-n32-openrc.spec b/releases/specs-qemu/mips/stage1-mipsel3-n32-openrc.spec
new file mode 100644
index 00000000..c4a72f2f
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n32-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_n32
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_n32-openrc-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-n32-openrc.spec b/releases/specs-qemu/mips/stage3-mipsel3-n32-openrc.spec
new file mode 100644
index 00000000..7ed185e3
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-n32-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_n32
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_n32-openrc-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips.conf b/tools/catalyst-auto-qemu-mips.conf
index c6eaefcb..1fcb1a63 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -6,7 +6,7 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64n64openrc mips64eln64openrc mips64eln64systemd"
+SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64n64openrc mips64eln64openrc mips64eln64systemd"
 
 SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
 SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
@@ -14,6 +14,8 @@ SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-op
 SET_mips32o32openrc_SPECS="stage1-mips32-o32-openrc.spec stage3-mips32-o32-openrc.spec"
 SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec stage3-mips32el-o32-openrc.spec"
 
+SET_mipsel3n32openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
+
 SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
 SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
 SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
@@ -56,6 +58,9 @@ post_build() {
 	stage3-mips32el-o32-openrc.spec)
 		upload stage3-mips32el-openrc-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mipsel3-n32-openrc.spec)
+		upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mips3-n64-openrc.spec)
 		upload stage3-mips3_n64-openrc-${TIMESTAMP}.tar.xz*
 		;;


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2022-03-29  9:40 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2022-03-29  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     e062abab302d792960c8f566ec29649321287054
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 09:39:57 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 09:39:57 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=e062abab

Add mips64el-n32 specs, build, upload

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs-qemu/mips/stage1-mips64el-n32-openrc.spec | 14 ++++++++++++++
 releases/specs-qemu/mips/stage3-mips64el-n32-openrc.spec | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips.conf                       |  4 +++-
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64el-n32-openrc.spec b/releases/specs-qemu/mips/stage1-mips64el-n32-openrc.spec
new file mode 100644
index 00000000..981ff69a
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips64el-n32-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mips64el_n32
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips64el_n32-openrc-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips64el-n32-openrc.spec b/releases/specs-qemu/mips/stage3-mips64el-n32-openrc.spec
new file mode 100644
index 00000000..716c6324
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips64el-n32-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mips64el_n32
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips64el_n32-openrc-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips.conf b/tools/catalyst-auto-qemu-mips.conf
index 1fcb1a63..21c70aca 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -6,7 +6,7 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64n64openrc mips64eln64openrc mips64eln64systemd"
+SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64eln32openrc mips64n64openrc mips64eln64openrc mips64eln64systemd"
 
 SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
 SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
@@ -20,6 +20,8 @@ SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.s
 SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
 SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
 
+SET_mips64eln32openrc_SPECS="stage1-mips64el-n32-openrc.spec stage3-mips64el-n32-openrc.spec"
+
 SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
 SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec stage3-mips64el-n64-openrc.spec"
 SET_mips64eln64systemd_SPECS="stage1-mips64el-n64-systemd.spec stage3-mips64el-n64-systemd.spec"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2022-04-03 22:17 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2022-04-03 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     57591c6d47aa685dae03e7b172e0b381df1b8677
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 22:16:23 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 22:16:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=57591c6d

Add mips64el multilib (n32-based) stages

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../specs-qemu/mips/stage1-mips64el-multilib-openrc.spec   | 14 ++++++++++++++
 .../specs-qemu/mips/stage3-mips64el-multilib-openrc.spec   | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips.conf                         |  7 ++++++-
 3 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec b/releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec
new file mode 100644
index 00000000..1d04ef8d
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips64el-multilib-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mips64el_multilib
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips64el_multilib-openrc-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips64el-multilib-openrc.spec b/releases/specs-qemu/mips/stage3-mips64el-multilib-openrc.spec
new file mode 100644
index 00000000..5c136552
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips64el-multilib-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mips64el_multilib
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/multilib/n32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips64el_multilib-openrc-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips.conf b/tools/catalyst-auto-qemu-mips.conf
index 3caeb5c3..d55bdb57 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -6,7 +6,7 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips3n32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64n32openrc mips64eln32openrc mips64n64openrc mips64eln64openrc mips64eln64systemd"
+SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc mips3n32openrc mipsel3n32openrc mips3n64openrc mipsel3n64openrc mipsel3n64systemd mips64n32openrc mips64eln32openrc mips64elmultilibopenrc mips64n64openrc mips64eln64openrc mips64eln64systemd"
 
 SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
 SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
@@ -24,6 +24,8 @@ SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-
 SET_mips64n32openrc_SPECS="stage1-mips64-n32-openrc.spec stage3-mips64-n32-openrc.spec"
 SET_mips64eln32openrc_SPECS="stage1-mips64el-n32-openrc.spec stage3-mips64el-n32-openrc.spec"
 
+SET_mips64elmultilibopenrc_SPECS="stage1-mips64el-multilib-openrc.spec stage3-mips64el-multilib-openrc.spec"
+
 SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
 SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec stage3-mips64el-n64-openrc.spec"
 SET_mips64eln64systemd_SPECS="stage1-mips64el-n64-systemd.spec stage3-mips64el-n64-systemd.spec"
@@ -83,6 +85,9 @@ post_build() {
 	stage3-mips64el-n32-openrc.spec)
 		upload stage3-mips64el_n32-openrc-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mips64el-multilib-openrc.spec)
+		upload stage3-mips64el_multilib-openrc-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mips64-n64-openrc.spec)
 		upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
 		;;


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2022-11-17  1:49 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2022-11-17  1:49 UTC (permalink / raw
  To: gentoo-commits

commit:     054f29e53fa7633550a202a81e0932ddb0d1d061
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 01:47:45 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 01:47:45 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=054f29e5

Add mips systemd merged-usr build

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec    | 14 ++++++++++++++
 .../specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec     | 14 ++++++++++++++
 .../specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec    | 12 ++++++++++++
 .../specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec     | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips-common                       | 14 +++++++++++++-
 5 files changed, 65 insertions(+), 1 deletion(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec
new file mode 100644
index 00000000..95120cde
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mips64el_n64
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips64el_n64-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: no
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
new file mode 100644
index 00000000..7de26fdb
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_n64
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_n64-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: no
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec
new file mode 100644
index 00000000..cdbe66ff
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mips64el_n64
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips64el_n64-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec
new file mode 100644
index 00000000..d8e38008
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_n64
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_n64-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common
index fe24d575..8965846a 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -7,7 +7,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
 SETS_BE="mips2o32openrc mips32o32openrc mips3n32openrc mips3multilibopenrc mips3n64openrc mips64n32openrc mips64multilibopenrc mips64n64openrc"
-SETS_LE="mipsel2o32openrc mips32elo32openrc mipsel3o32openrc mipsel3n32openrc mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mips64eln32openrc mips64elmultilibopenrc mips64eln64openrc mips64eln64systemd"
+SETS_LE="mipsel2o32openrc mips32elo32openrc mipsel3o32openrc mipsel3n32openrc mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu mips64eln32openrc mips64elmultilibopenrc mips64eln64openrc mips64eln64systemd mips64eln64systemd_mu"
 
 # SETS="${SETS_BE} ${SETS_LE}"
 
@@ -27,8 +27,11 @@ SET_mipsel3multilibopenrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mips
 
 SET_mips3n64openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
 SET_mipsel3n64openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
+
 SET_mipsel3n64systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
 
+SET_mipsel3n64systemd_mu_SPECS="stage1-mipsel3-n64-systemd-mu.spec stage3-mipsel3-n64-systemd-mu.spec"
+
 SET_mips64n32openrc_SPECS="stage1-mips64-n32-openrc.spec stage3-mips64-n32-openrc.spec"
 SET_mips64eln32openrc_SPECS="stage1-mips64el-n32-openrc.spec stage3-mips64el-n32-openrc.spec"
 
@@ -37,8 +40,11 @@ SET_mips64elmultilibopenrc_SPECS="stage1-mips64el-multilib-openrc.spec stage3-mi
 
 SET_mips64n64openrc_SPECS="stage1-mips64-n64-openrc.spec stage3-mips64-n64-openrc.spec"
 SET_mips64eln64openrc_SPECS="stage1-mips64el-n64-openrc.spec stage3-mips64el-n64-openrc.spec"
+
 SET_mips64eln64systemd_SPECS="stage1-mips64el-n64-systemd.spec stage3-mips64el-n64-systemd.spec"
 
+SET_mips64eln64systemd_mu_SPECS="stage1-mips64el-n64-systemd-mu.spec stage3-mips64el-n64-systemd-mu.spec"
+
 KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
 
 
@@ -97,6 +103,9 @@ post_build() {
 	stage3-mipsel3-n64-systemd.spec)
 		upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mipsel3-n64-systemd-mu.spec)
+		upload stage3-mipsel3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mips64-n32-openrc.spec)
 		upload stage3-mips64_n32-openrc-${TIMESTAMP}.tar.xz*
 		;;
@@ -118,6 +127,9 @@ post_build() {
 	stage3-mips64el-n64-systemd.spec)
 		upload stage3-mips64el_n64-systemd-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mips64el-n64-systemd-mu.spec)
+		upload stage3-mips64el_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
 	*)
 		echo "Finished ${spec}"
 		;;


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2022-11-21 23:49 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2022-11-21 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     40ddea2e5c71c6087902fe756d56f564f3db7f71
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 23:46:29 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 23:46:29 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=40ddea2e

Add mips(el)2 o32 systemd builds

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs-qemu/mips/stage1-mips2-o32-systemd.spec   | 14 ++++++++++++++
 releases/specs-qemu/mips/stage1-mipsel2-o32-systemd.spec | 14 ++++++++++++++
 releases/specs-qemu/mips/stage3-mips2-o32-systemd.spec   | 12 ++++++++++++
 releases/specs-qemu/mips/stage3-mipsel2-o32-systemd.spec | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips-common                     | 11 +++++++----
 5 files changed, 59 insertions(+), 4 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips2-o32-systemd.spec b/releases/specs-qemu/mips/stage1-mips2-o32-systemd.spec
new file mode 100644
index 00000000..9256e128
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips2-o32-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mips2
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips
+rel_type: default
+profile: default/linux/mips/17.0/o32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips2-systemd-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mipsel2-o32-systemd.spec b/releases/specs-qemu/mips/stage1-mipsel2-o32-systemd.spec
new file mode 100644
index 00000000..b2f55002
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel2-o32-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mipsel2
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsel
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/o32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel2-systemd-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips2-o32-systemd.spec b/releases/specs-qemu/mips/stage3-mips2-o32-systemd.spec
new file mode 100644
index 00000000..a47fe1e8
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips2-o32-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mips2
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips
+rel_type: default
+profile: default/linux/mips/17.0/o32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips2-systemd-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel2-o32-systemd.spec b/releases/specs-qemu/mips/stage3-mipsel2-o32-systemd.spec
new file mode 100644
index 00000000..e5c89fef
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel2-o32-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mipsel2
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsel
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/o32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel2-systemd-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common
index 8965846a..d6c0616f 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -6,13 +6,16 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS_BE="mips2o32openrc mips32o32openrc mips3n32openrc mips3multilibopenrc mips3n64openrc mips64n32openrc mips64multilibopenrc mips64n64openrc"
-SETS_LE="mipsel2o32openrc mips32elo32openrc mipsel3o32openrc mipsel3n32openrc mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu mips64eln32openrc mips64elmultilibopenrc mips64eln64openrc mips64eln64systemd mips64eln64systemd_mu"
+SETS_BE="mips2_o32_openrc mips2_o32_systemd mips32o32openrc mips3n32openrc mips3multilibopenrc mips3n64openrc mips64n32openrc mips64multilibopenrc mips64n64openrc"
+SETS_LE="mipsel2_o32_openrc mipsel2_o32_systemd mips32elo32openrc mipsel3o32openrc mipsel3n32openrc mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu mips64eln32openrc mips64elmultilibopenrc mips64eln64openrc mips64eln64systemd mips64eln64systemd_mu"
 
 # SETS="${SETS_BE} ${SETS_LE}"
 
-SET_mips2o32openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
-SET_mipsel2o32openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
+SET_mips2_o32_openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
+SET_mips2_o32_systemd_SPECS="stage1-mips2-o32-systemd.spec stage3-mips2-o32-systemd.spec"
+
+SET_mipsel2_o32_openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
+SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o32-systemd.spec"
 
 SET_mips32o32openrc_SPECS="stage1-mips32-o32-openrc.spec stage3-mips32-o32-openrc.spec"
 SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec stage3-mips32el-o32-openrc.spec"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2022-11-23 21:53 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2022-11-23 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ed6083970d9b2769e6d9f42781c0665da66c4ebc
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 21:51:55 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 21:53:03 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=ed608397

Move mips merged-usr builds to separate build types

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../mips/stage1-mips64el-n64-systemd-mu.spec           |  4 ++--
 .../specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec |  4 ++--
 .../mips/stage3-mips64el-n64-systemd-mu.spec           |  4 ++--
 .../specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec |  4 ++--
 tools/catalyst-auto-qemu-mips-common                   | 18 +++++++++---------
 5 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec
index 95120cde..b2969905 100644
--- a/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage1-mips64el-n64-systemd-mu.spec
@@ -2,10 +2,10 @@ subarch: mips64el_n64
 target: stage1
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 interpreter: /usr/bin/qemu-mips64el
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-mips64el_n64-systemd-mergedusr-latest
+source_subpath: mergedusr/stage3-mips64el_n64-systemd-mergedusr-latest
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 update_seed: no

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
index 7de26fdb..2eb2b5eb 100644
--- a/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd-mu.spec
@@ -2,10 +2,10 @@ subarch: mipsel3_n64
 target: stage1
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 interpreter: /usr/bin/qemu-mips64el
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-mipsel3_n64-systemd-mergedusr-latest
+source_subpath: mergedusr/stage3-mipsel3_n64-systemd-mergedusr-latest
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 update_seed: no

diff --git a/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec
index cdbe66ff..3fa7fe32 100644
--- a/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage3-mips64el-n64-systemd-mu.spec
@@ -2,10 +2,10 @@ subarch: mips64el_n64
 target: stage3
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 interpreter: /usr/bin/qemu-mips64el
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-mips64el_n64-systemd-mergedusr-@TIMESTAMP@
+source_subpath: mergedusr/stage1-mips64el_n64-systemd-mergedusr-@TIMESTAMP@
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec
index d8e38008..89121089 100644
--- a/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec
@@ -2,10 +2,10 @@ subarch: mipsel3_n64
 target: stage3
 version_stamp: systemd-mergedusr-@TIMESTAMP@
 interpreter: /usr/bin/qemu-mips64el
-rel_type: default
+rel_type: mergedusr
 profile: default/linux/mips/17.0/mipsel/n64/systemd/merged-usr
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-mipsel3_n64-systemd-mergedusr-@TIMESTAMP@
+source_subpath: mergedusr/stage1-mipsel3_n64-systemd-mergedusr-@TIMESTAMP@
 compression_mode: pixz
 decompressor_search_order: xz bzip2
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu

diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common
index 8ec6a8ab..27a327ae 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -54,7 +54,7 @@ KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
 update_symlinks() {
 	# Symlink the latest stages3 to build from
 	local d f
-	for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
+	for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do
 		mkdir -p "${d}"
 		pushd "${d}" >/dev/null
 		for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do
@@ -69,7 +69,6 @@ post_build() {
 	local set=$1 spec=$2
 
 	pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
-
 	case ${spec} in
 	stage3-mips2-o32-openrc.spec)
 		upload stage3-mips2-openrc-${TIMESTAMP}.tar.xz*
@@ -113,9 +112,6 @@ post_build() {
 	stage3-mipsel3-n64-systemd.spec)
 		upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz*
 		;;
-	stage3-mipsel3-n64-systemd-mu.spec)
-		upload stage3-mipsel3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
-		;;
 	stage3-mips64-n32-openrc.spec)
 		upload stage3-mips64_n32-openrc-${TIMESTAMP}.tar.xz*
 		;;
@@ -137,13 +133,17 @@ post_build() {
 	stage3-mips64el-n64-systemd.spec)
 		upload stage3-mips64el_n64-systemd-${TIMESTAMP}.tar.xz*
 		;;
+	esac
+	popd >/dev/null
+
+	pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
+	case ${spec} in
+	stage3-mipsel3-n64-systemd-mu.spec)
+		upload stage3-mipsel3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mips64el-n64-systemd-mu.spec)
 		upload stage3-mips64el_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
 		;;
-	*)
-		echo "Finished ${spec}"
-		;;
 	esac
-
 	popd >/dev/null
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2022-11-27 12:16 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2022-11-27 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2e9169a86d58dbcbc5faa23509b838806d86db3b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 12:16:23 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 12:16:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=2e9169a8

Add mips BE systemd merged-usr builds

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../specs-qemu/mips/stage1-mips2-o32-systemd-mu.spec | 14 ++++++++++++++
 .../mips/stage1-mips3-multilib-systemd-mu.spec       | 14 ++++++++++++++
 .../specs-qemu/mips/stage1-mips3-n32-systemd-mu.spec | 14 ++++++++++++++
 .../specs-qemu/mips/stage1-mips3-n64-systemd-mu.spec | 14 ++++++++++++++
 .../specs-qemu/mips/stage3-mips2-o32-systemd-mu.spec | 12 ++++++++++++
 .../mips/stage3-mips3-multilib-systemd-mu.spec       | 12 ++++++++++++
 .../specs-qemu/mips/stage3-mips3-n32-systemd-mu.spec | 12 ++++++++++++
 .../specs-qemu/mips/stage3-mips3-n64-systemd-mu.spec | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips-common                 | 20 ++++++++++++++++++++
 9 files changed, 124 insertions(+)

diff --git a/releases/specs-qemu/mips/stage1-mips2-o32-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mips2-o32-systemd-mu.spec
new file mode 100644
index 00000000..7a48584c
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips2-o32-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mips2
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips
+rel_type: mergedusr
+profile: default/linux/mips/17.0/o32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-mips2-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: no
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mips3-multilib-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mips3-multilib-systemd-mu.spec
new file mode 100644
index 00000000..7f63e69f
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-multilib-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mips3_multilib
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
+rel_type: mergedusr
+profile: default/linux/mips/17.0/multilib/n32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-mips3_multilib-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: no
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mips3-n32-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mips3-n32-systemd-mu.spec
new file mode 100644
index 00000000..82a3f661
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-n32-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mips3_n32
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32
+rel_type: mergedusr
+profile: default/linux/mips/17.0/n32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-mips3_n32-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: no
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mips3-n64-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mips3-n64-systemd-mu.spec
new file mode 100644
index 00000000..967a8d2f
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips3-n64-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mips3_n64
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64
+rel_type: mergedusr
+profile: default/linux/mips/17.0/n64/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-mips3_n64-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: no
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips2-o32-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mips2-o32-systemd-mu.spec
new file mode 100644
index 00000000..d816602c
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips2-o32-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mips2
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips
+rel_type: mergedusr
+profile: default/linux/mips/17.0/o32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-mips2-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips3-multilib-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mips3-multilib-systemd-mu.spec
new file mode 100644
index 00000000..71847360
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-multilib-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mips3_multilib
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32 /usr/bin/qemu-mips /usr/bin/qemu-mips64
+rel_type: mergedusr
+profile: default/linux/mips/17.0/multilib/n32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-mips3_multilib-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips3-n32-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mips3-n32-systemd-mu.spec
new file mode 100644
index 00000000..84ac22fd
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-n32-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mips3_n32
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32
+rel_type: mergedusr
+profile: default/linux/mips/17.0/n32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-mips3_n32-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips3-n64-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mips3-n64-systemd-mu.spec
new file mode 100644
index 00000000..deea4e58
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips3-n64-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mips3_n64
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64
+rel_type: mergedusr
+profile: default/linux/mips/17.0/n64/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-mips3_n64-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common
index 6b255d6d..25735317 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -9,12 +9,16 @@ EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 SETS_BE="
 	mips2_o32_openrc
 	mips2_o32_systemd
+	mips2_o32_systemd_mu
 	mips3_n32_openrc
 	mips3_n32_systemd
+	mips3_n32_systemd_mu
 	mips3_n64_openrc
 	mips3_n64_systemd
+	mips3_n64_systemd_mu
 	mips3_multilib_openrc
 	mips3_multilib_systemd
+	mips3_multilib_systemd_mu
 "
 
 SETS_LE="
@@ -35,6 +39,7 @@ SETS_LE="
 
 SET_mips2_o32_openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
 SET_mips2_o32_systemd_SPECS="stage1-mips2-o32-systemd.spec stage3-mips2-o32-systemd.spec"
+SET_mips2_o32_systemd_mu_SPECS="stage1-mips2-o32-systemd-mu.spec stage3-mips2-o32-systemd-mu.spec"
 
 SET_mipsel2_o32_openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
 SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o32-systemd.spec"
@@ -44,18 +49,21 @@ SET_mipsel3_o32_systemd_SPECS="stage1-mipsel3-o32-systemd.spec stage3-mipsel3-o3
 
 SET_mips3_n32_openrc_SPECS="stage1-mips3-n32-openrc.spec stage3-mips3-n32-openrc.spec"
 SET_mips3_n32_systemd_SPECS="stage1-mips3-n32-systemd.spec stage3-mips3-n32-systemd.spec"
+SET_mips3_n32_systemd_mu_SPECS="stage1-mips3-n32-systemd-mu.spec stage3-mips3-n32-systemd-mu.spec"
 
 SET_mipsel3_n32_openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
 SET_mipsel3_n32_systemd_SPECS="stage1-mipsel3-n32-systemd.spec stage3-mipsel3-n32-systemd.spec"
 
 SET_mips3_multilib_openrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec"
 SET_mips3_multilib_systemd_SPECS="stage1-mips3-multilib-systemd.spec stage3-mips3-multilib-systemd.spec"
+SET_mips3_multilib_systemd_mu_SPECS="stage1-mips3-multilib-systemd-mu.spec stage3-mips3-multilib-systemd-mu.spec"
 
 SET_mipsel3_multilib_openrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec"
 SET_mipsel3_multilib_systemd_SPECS="stage1-mipsel3-multilib-systemd.spec stage3-mipsel3-multilib-systemd.spec"
 
 SET_mips3_n64_openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
 SET_mips3_n64_systemd_SPECS="stage1-mips3-n64-systemd.spec stage3-mips3-n64-systemd.spec"
+SET_mips3_n64_systemd_mu_SPECS="stage1-mips3-n64-systemd-mu.spec stage3-mips3-n64-systemd-mu.spec"
 
 SET_mipsel3_n64_openrc_SPECS="stage1-mipsel3-n64-openrc.spec stage3-mipsel3-n64-openrc.spec"
 SET_mipsel3_n64_systemd_SPECS="stage1-mipsel3-n64-systemd.spec stage3-mipsel3-n64-systemd.spec"
@@ -142,6 +150,18 @@ post_build() {
 
 	pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
 	case ${spec} in
+	stage3-mips2-o32-systemd-mu.spec)
+		upload stage3-mips2-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
+	stage3-mips3-n32-systemd-mu.spec)
+		upload stage3-mips3_n32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
+	stage3-mips3-n64-systemd-mu.spec)
+		upload stage3-mips3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
+	stage3-mips3-multilib-systemd-mu.spec)
+		upload stage3-mips3_multilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mipsel3-n64-systemd-mu.spec)
 		upload stage3-mipsel3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
 		;;


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2022-11-27 12:42 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2022-11-27 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b04e67a1cf9102ecedb98b0908c3f62dfcc2482f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 12:42:28 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 12:42:28 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=b04e67a1

Add mips LE systemd merged-usr builds

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../specs-qemu/mips/stage1-mipsel2-o32-systemd-mu.spec | 14 ++++++++++++++
 .../mips/stage1-mipsel3-multilib-systemd-mu.spec       | 14 ++++++++++++++
 .../specs-qemu/mips/stage1-mipsel3-n32-systemd-mu.spec | 14 ++++++++++++++
 .../specs-qemu/mips/stage1-mipsel3-o32-systemd-mu.spec | 14 ++++++++++++++
 .../specs-qemu/mips/stage3-mipsel2-o32-systemd-mu.spec | 12 ++++++++++++
 .../mips/stage3-mipsel3-multilib-systemd-mu.spec       | 12 ++++++++++++
 .../specs-qemu/mips/stage3-mipsel3-n32-systemd-mu.spec | 12 ++++++++++++
 .../specs-qemu/mips/stage3-mipsel3-o32-systemd-mu.spec | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips-common                   | 18 ++++++++++++++++--
 9 files changed, 120 insertions(+), 2 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mipsel2-o32-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mipsel2-o32-systemd-mu.spec
new file mode 100644
index 00000000..fb477612
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel2-o32-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mipsel2
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsel
+rel_type: mergedusr
+profile: default/linux/mips/17.0/mipsel/o32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-mipsel2-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: no
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-multilib-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mipsel3-multilib-systemd-mu.spec
new file mode 100644
index 00000000..5054a7ed
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-multilib-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_multilib
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el
+rel_type: mergedusr
+profile: default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-mipsel3_multilib-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: no
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd-mu.spec
new file mode 100644
index 00000000..be36988d
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_n32
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el
+rel_type: mergedusr
+profile: default/linux/mips/17.0/mipsel/n32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-mipsel3_n32-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: no
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mipsel3-o32-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mipsel3-o32-systemd-mu.spec
new file mode 100644
index 00000000..8f141de9
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-o32-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsel
+rel_type: mergedusr
+profile: default/linux/mips/17.0/mipsel/o32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-mipsel3-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: no
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel2-o32-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mipsel2-o32-systemd-mu.spec
new file mode 100644
index 00000000..be91374d
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel2-o32-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mipsel2
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsel
+rel_type: mergedusr
+profile: default/linux/mips/17.0/mipsel/o32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-mipsel2-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd-mu.spec
new file mode 100644
index 00000000..1219129d
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_multilib
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el /usr/bin/qemu-mipsel /usr/bin/qemu-mips64el
+rel_type: mergedusr
+profile: default/linux/mips/17.0/mipsel/multilib/n32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-mipsel3_multilib-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-n32-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mipsel3-n32-systemd-mu.spec
new file mode 100644
index 00000000..fe06193e
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-n32-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_n32
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsn32el
+rel_type: mergedusr
+profile: default/linux/mips/17.0/mipsel/n32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-mipsel3_n32-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel3-o32-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mipsel3-o32-systemd-mu.spec
new file mode 100644
index 00000000..6cbe81f1
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-o32-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsel
+rel_type: mergedusr
+profile: default/linux/mips/17.0/mipsel/o32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-mipsel3-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common
index 25735317..6f7b0c79 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -24,15 +24,19 @@ SETS_BE="
 SETS_LE="
 	mipsel2_o32_openrc
 	mipsel2_o32_systemd
+	mipsel2_o32_systemd_mu
 	mipsel3_o32_openrc
 	mipsel3_o32_systemd
+	mipsel3_o32_systemd_mu
 	mipsel3_n32_openrc
 	mipsel3_n32_systemd
+	mipsel3_n32_systemd_mu
 	mipsel3_n64_openrc
 	mipsel3_n64_systemd
 	mipsel3_n64_systemd_mu
 	mipsel3_multilib_openrc
 	mipsel3_multilib_systemd
+	mipsel3_multilib_systemd_mu
 "
 
 # SETS="${SETS_BE} ${SETS_LE}"
@@ -43,9 +47,11 @@ SET_mips2_o32_systemd_mu_SPECS="stage1-mips2-o32-systemd-mu.spec stage3-mips2-o3
 
 SET_mipsel2_o32_openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
 SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o32-systemd.spec"
+SET_mipsel2_o32_systemd_mu_SPECS="stage1-mipsel2-o32-systemd-mu.spec stage3-mipsel2-o32-systemd-mu.spec"
 
 SET_mipsel3_o32_openrc_SPECS="stage1-mipsel3-o32-openrc.spec stage3-mipsel3-o32-openrc.spec"
 SET_mipsel3_o32_systemd_SPECS="stage1-mipsel3-o32-systemd.spec stage3-mipsel3-o32-systemd.spec"
+SET_mipsel3_o32_systemd_mu_SPECS="stage1-mipsel3-o32-systemd-mu.spec stage3-mipsel3-o32-systemd-mu.spec"
 
 SET_mips3_n32_openrc_SPECS="stage1-mips3-n32-openrc.spec stage3-mips3-n32-openrc.spec"
 SET_mips3_n32_systemd_SPECS="stage1-mips3-n32-systemd.spec stage3-mips3-n32-systemd.spec"
@@ -53,6 +59,7 @@ SET_mips3_n32_systemd_mu_SPECS="stage1-mips3-n32-systemd-mu.spec stage3-mips3-n3
 
 SET_mipsel3_n32_openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.spec"
 SET_mipsel3_n32_systemd_SPECS="stage1-mipsel3-n32-systemd.spec stage3-mipsel3-n32-systemd.spec"
+SET_mipsel3_n32_mu_systemd_SPECS="stage1-mipsel3-n32-systemd-mu.spec stage3-mipsel3-n32-systemd-mu.spec"
 
 SET_mips3_multilib_openrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec"
 SET_mips3_multilib_systemd_SPECS="stage1-mips3-multilib-systemd.spec stage3-mips3-multilib-systemd.spec"
@@ -60,6 +67,7 @@ SET_mips3_multilib_systemd_mu_SPECS="stage1-mips3-multilib-systemd-mu.spec stage
 
 SET_mipsel3_multilib_openrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec"
 SET_mipsel3_multilib_systemd_SPECS="stage1-mipsel3-multilib-systemd.spec stage3-mipsel3-multilib-systemd.spec"
+SET_mipsel3_multilib_systemd_mu_SPECS="stage1-mipsel3-multilib-systemd-mu.spec stage3-mipsel3-multilib-systemd-mu.spec"
 
 SET_mips3_n64_openrc_SPECS="stage1-mips3-n64-openrc.spec stage3-mips3-n64-openrc.spec"
 SET_mips3_n64_systemd_SPECS="stage1-mips3-n64-systemd.spec stage3-mips3-n64-systemd.spec"
@@ -162,11 +170,17 @@ post_build() {
 	stage3-mips3-multilib-systemd-mu.spec)
 		upload stage3-mips3_multilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mipsel2-o32-systemd-mu.spec)
+		upload stage3-mipsel2-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
+	stage3-mipsel3-o32-systemd-mu.spec)
+		upload stage3-mipsel3-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mipsel3-n64-systemd-mu.spec)
 		upload stage3-mipsel3_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
 		;;
-	stage3-mips64el-n64-systemd-mu.spec)
-		upload stage3-mips64el_n64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+	stage3-mipsel3-multilib-systemd-mu.spec)
+		upload stage3-mipsel3_multilib-systemd-mergedusr-${TIMESTAMP}.tar.xz*
 		;;
 	esac
 	popd >/dev/null


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2023-06-01 16:33 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2023-06-01 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6e2fb08336b9ee1e12d621a56af9f129089d5c90
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 16:33:32 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 16:33:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=6e2fb083

Add mips2 BE softfloat build

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../mips/stage1-mips2_softfloat-o32-openrc.spec    | 14 +++++++
 .../mips/stage1-mips2_softfloat-o32-systemd.spec   | 14 +++++++
 .../mips/stage3-mips2_softfloat-o32-openrc.spec    | 12 ++++++
 .../mips/stage3-mips2_softfloat-o32-systemd.spec   | 12 ++++++
 tools/catalyst-auto-qemu-mips-common               | 45 ++++++----------------
 5 files changed, 63 insertions(+), 34 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips2_softfloat-o32-openrc.spec b/releases/specs-qemu/mips/stage1-mips2_softfloat-o32-openrc.spec
new file mode 100644
index 00000000..08c23e27
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips2_softfloat-o32-openrc.spec
@@ -0,0 +1,14 @@
+subarch: mips2_softfloat
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips
+rel_type: default
+profile: default/linux/mips/17.0/o32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips2_softfloat-openrc-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mips2_softfloat-o32-systemd.spec b/releases/specs-qemu/mips/stage1-mips2_softfloat-o32-systemd.spec
new file mode 100644
index 00000000..9fad90f3
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips2_softfloat-o32-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mips2_softfloat
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips
+rel_type: default
+profile: default/linux/mips/17.0/o32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips2_softfloat-systemd-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips2_softfloat-o32-openrc.spec b/releases/specs-qemu/mips/stage3-mips2_softfloat-o32-openrc.spec
new file mode 100644
index 00000000..bff808b8
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips2_softfloat-o32-openrc.spec
@@ -0,0 +1,12 @@
+subarch: mips2_softfloat
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips
+rel_type: default
+profile: default/linux/mips/17.0/o32
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips2_softfloat-openrc-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips2_softfloat-o32-systemd.spec b/releases/specs-qemu/mips/stage3-mips2_softfloat-o32-systemd.spec
new file mode 100644
index 00000000..5083a0c5
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips2_softfloat-o32-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mips2_softfloat
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips
+rel_type: default
+profile: default/linux/mips/17.0/o32/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips2_softfloat-systemd-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common
index 51c0770e..641d6b99 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -6,43 +6,12 @@ UPLOAD_KEY=/root/.ssh/id_rsa
 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/mips
 EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
 
-SETS_BE="
-	mips2_o32_openrc
-	mips2_o32_systemd
-	mips2_o32_systemd_mu
-	mips3_n32_openrc
-	mips3_n32_systemd
-	mips3_n32_systemd_mu
-	mips3_n64_openrc
-	mips3_n64_systemd
-	mips3_n64_systemd_mu
-	mips3_multilib_openrc
-	mips3_multilib_systemd
-	mips3_multilib_systemd_mu
-"
-
-SETS_LE="
-	mipsel2_o32_openrc
-	mipsel2_o32_systemd
-	mipsel2_o32_systemd_mu
-	mipsel3_o32_openrc
-	mipsel3_o32_systemd
-	mipsel3_o32_systemd_mu
-	mipsel3_n32_openrc
-	mipsel3_n32_systemd
-	mipsel3_n32_systemd_mu
-	mipsel3_n64_openrc
-	mipsel3_n64_systemd
-	mipsel3_n64_systemd_mu
-	mipsel3_multilib_openrc
-	mipsel3_multilib_systemd
-	mipsel3_multilib_systemd_mu
-"
-
 SETS_O32="
 	mips2_o32_openrc
 	mips2_o32_systemd
 	mips2_o32_systemd_mu
+	mips2_softfloat_o32_openrc
+	mips2_softfloat_o32_systemd
 	mipsel2_o32_openrc
 	mipsel2_o32_systemd
 	mipsel2_o32_systemd_mu
@@ -78,12 +47,14 @@ SETS_MULTI="
 	mipsel3_multilib_systemd_mu
 "
 
-# SETS="${SETS_BE} ${SETS_LE}"
 
 SET_mips2_o32_openrc_SPECS="stage1-mips2-o32-openrc.spec stage3-mips2-o32-openrc.spec"
 SET_mips2_o32_systemd_SPECS="stage1-mips2-o32-systemd.spec stage3-mips2-o32-systemd.spec"
 SET_mips2_o32_systemd_mu_SPECS="stage1-mips2-o32-systemd-mu.spec stage3-mips2-o32-systemd-mu.spec"
 
+SET_mips2_softfloat_o32_openrc_SPECS="stage1-mips2_softfloat-o32-openrc.spec stage3-mips2_softfloat-o32-openrc.spec"
+SET_mips2_softfloat_o32_systemd_SPECS="stage1-mips2_softfloat-o32-systemd.spec stage3-mips2_softfloat-o32-systemd.spec"
+
 SET_mipsel2_o32_openrc_SPECS="stage1-mipsel2-o32-openrc.spec stage3-mipsel2-o32-openrc.spec"
 SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o32-systemd.spec"
 SET_mipsel2_o32_systemd_mu_SPECS="stage1-mipsel2-o32-systemd-mu.spec stage3-mipsel2-o32-systemd-mu.spec"
@@ -144,6 +115,12 @@ post_build() {
 	stage3-mips2-o32-systemd.spec)
 		upload stage3-mips2-systemd-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mips2_softfloat-o32-openrc.spec)
+		upload stage3-mips2_softfloat-openrc-${TIMESTAMP}.tar.xz*
+		;;
+	stage3-mips2_softfloat-o32-systemd.spec)
+		upload stage3-mips2_softfloat-systemd-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mipsel2-o32-openrc.spec)
 		upload stage3-mipsel2-openrc-${TIMESTAMP}.tar.xz*
 		;;


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/
@ 2023-07-22 13:47 Andreas K. Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2023-07-22 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     bb1d1fcf83925c68b2884f68694335ece5dbe77f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 22 13:47:05 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 22 13:47:05 2023 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=bb1d1fcf

Add mips2_softfloat-o32-systemd-mu

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../mips/stage1-mips2_softfloat-o32-systemd-mu.spec        | 14 ++++++++++++++
 .../mips/stage1-mipsel2_softfloat-o32-systemd-mu.spec      | 14 ++++++++++++++
 .../mips/stage3-mips2_softfloat-o32-systemd-mu.spec        | 12 ++++++++++++
 .../mips/stage3-mipsel2_softfloat-o32-systemd-mu.spec      | 12 ++++++++++++
 tools/catalyst-auto-qemu-mips-common                       | 14 ++++++++++++--
 5 files changed, 64 insertions(+), 2 deletions(-)

diff --git a/releases/specs-qemu/mips/stage1-mips2_softfloat-o32-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mips2_softfloat-o32-systemd-mu.spec
new file mode 100644
index 00000000..9b913320
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips2_softfloat-o32-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mips2_softfloat
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips
+rel_type: mergedusr
+profile: default/linux/mips/17.0/o32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-mips2_softfloat-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage1-mipsel2_softfloat-o32-systemd-mu.spec b/releases/specs-qemu/mips/stage1-mipsel2_softfloat-o32-systemd-mu.spec
new file mode 100644
index 00000000..3dc77a65
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel2_softfloat-o32-systemd-mu.spec
@@ -0,0 +1,14 @@
+subarch: mipsel2_softfloat
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsel
+rel_type: mergedusr
+profile: default/linux/mips/17.0/mipsel/o32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-mipsel2_softfloat-systemd-mergedusr-latest
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+update_seed: yes
+update_seed_command: -uDN @world
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mips2_softfloat-o32-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mips2_softfloat-o32-systemd-mu.spec
new file mode 100644
index 00000000..87ed507e
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips2_softfloat-o32-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mips2_softfloat
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips
+rel_type: mergedusr
+profile: default/linux/mips/17.0/o32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-mips2_softfloat-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-systemd-mu.spec b/releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-systemd-mu.spec
new file mode 100644
index 00000000..c38655b2
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: mipsel2_softfloat
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mipsel
+rel_type: mergedusr
+profile: default/linux/mips/17.0/mipsel/o32/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-mipsel2_softfloat-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+decompressor_search_order: xz bzip2
+portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
+portage_prefix: releng

diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common
index ac398b49..76c9dbc1 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -12,12 +12,14 @@ SETS_O32="
 	mips2_o32_systemd_mu
 	mips2_softfloat_o32_openrc
 	mips2_softfloat_o32_systemd
+	mips2_softfloat_o32_systemd_mu
 	mips2_o32_musl
 	mipsel2_o32_openrc
 	mipsel2_o32_systemd
 	mipsel2_o32_systemd_mu
 	mipsel2_softfloat_o32_openrc
 	mipsel2_softfloat_o32_systemd
+	mipsel2_softfloat_o32_systemd_mu
 	mipsel2_o32_musl
 	mipsel3_o32_openrc
 	mipsel3_o32_systemd
@@ -58,6 +60,7 @@ SET_mips2_o32_systemd_mu_SPECS="stage1-mips2-o32-systemd-mu.spec stage3-mips2-o3
 
 SET_mips2_softfloat_o32_openrc_SPECS="stage1-mips2_softfloat-o32-openrc.spec stage3-mips2_softfloat-o32-openrc.spec"
 SET_mips2_softfloat_o32_systemd_SPECS="stage1-mips2_softfloat-o32-systemd.spec stage3-mips2_softfloat-o32-systemd.spec"
+SET_mips2_softfloat_o32_systemd_mu_SPECS="stage1-mips2_softfloat-o32-systemd-mu.spec stage3-mips2_softfloat-o32-systemd-mu.spec"
 
 SET_mips2_o32_musl_SPECS="stage1-mips2-o32-musl.spec stage3-mips2-o32-musl.spec"
 
@@ -67,6 +70,7 @@ SET_mipsel2_o32_systemd_mu_SPECS="stage1-mipsel2-o32-systemd-mu.spec stage3-mips
 
 SET_mipsel2_softfloat_o32_openrc_SPECS="stage1-mipsel2_softfloat-o32-openrc.spec stage3-mipsel2_softfloat-o32-openrc.spec"
 SET_mipsel2_softfloat_o32_systemd_SPECS="stage1-mipsel2_softfloat-o32-systemd.spec stage3-mipsel2_softfloat-o32-systemd.spec"
+SET_mipsel2_softfloat_o32_systemd_mu_SPECS="stage1-mipsel2_softfloat-o32-systemd-mu.spec stage3-mipsel2_softfloat-o32-systemd-mu.spec"
 
 SET_mipsel2_o32_musl_SPECS="stage1-mipsel2-o32-musl.spec stage3-mipsel2-o32-musl.spec"
 
@@ -194,6 +198,9 @@ post_build() {
 	stage3-mips2-o32-systemd-mu.spec)
 		upload stage3-mips2-systemd-mergedusr-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mips2_softfloat-o32-systemd-mu.spec)
+		upload stage3-mips2_softfloat-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mips3-n32-systemd-mu.spec)
 		upload stage3-mips3_n32-systemd-mergedusr-${TIMESTAMP}.tar.xz*
 		;;
@@ -206,6 +213,9 @@ post_build() {
 	stage3-mipsel2-o32-systemd-mu.spec)
 		upload stage3-mipsel2-systemd-mergedusr-${TIMESTAMP}.tar.xz*
 		;;
+	stage3-mipsel2_softfloat-o32-systemd-mu.spec)
+		upload stage3-mipsel2_softfloat-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+		;;
 	stage3-mipsel3-o32-systemd-mu.spec)
 		upload stage3-mipsel3-systemd-mergedusr-${TIMESTAMP}.tar.xz*
 		;;
@@ -224,10 +234,10 @@ post_build() {
 	pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null
 	case ${spec} in
 	stage3-mips2-o32-musl.spec)
-		upload stage3-mips2-musl-${TIMESTAMP}.tar.xz*
+		upload stage3-mips2_musl-${TIMESTAMP}.tar.xz*
 		;;
 	stage3-mipsel2-o32-musl.spec)
-		upload stage3-mipsel2-musl-${TIMESTAMP}.tar.xz*
+		upload stage3-mipsel2_musl-${TIMESTAMP}.tar.xz*
 		;;
 	esac
 	popd >/dev/null


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-07-22 13:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-23 21:53 [gentoo-commits] proj/releng:master commit in: tools/, releases/specs-qemu/mips/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2023-07-22 13:47 Andreas K. Hüttel
2023-06-01 16:33 Andreas K. Hüttel
2022-11-27 12:42 Andreas K. Hüttel
2022-11-27 12:16 Andreas K. Hüttel
2022-11-21 23:49 Andreas K. Hüttel
2022-11-17  1:49 Andreas K. Hüttel
2022-04-03 22:17 Andreas K. Hüttel
2022-03-29  9:40 Andreas K. Hüttel
2022-03-29  9:17 Andreas K. Hüttel
2022-03-14 23:53 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox