From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/
Date: Sat, 19 Mar 2022 10:35:46 +0000 (UTC) [thread overview]
Message-ID: <1647686108.c5327c3886a17d8e11723a5dab80ae41b54a9931.dilfridge@gentoo> (raw)
commit: c5327c3886a17d8e11723a5dab80ae41b54a9931
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 10:35:08 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 10:35:08 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c5327c38
Add little-endian n64 systemd stage builds
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs-qemu/mips/stage1-mips64el-n64-systemd.spec | 14 ++++++++++++++
releases/specs-qemu/mips/stage1-mipsel3-n64-systemd.spec | 14 ++++++++++++++
releases/specs-qemu/mips/stage3-mips64el-n64-systemd.spec | 12 ++++++++++++
releases/specs-qemu/mips/stage3-mipsel3-n64-systemd.spec | 12 ++++++++++++
tools/catalyst-auto-qemu-mips.conf | 4 +++-
5 files changed, 55 insertions(+), 1 deletion(-)
diff --git a/releases/specs-qemu/mips/stage1-mips64el-n64-systemd.spec b/releases/specs-qemu/mips/stage1-mips64el-n64-systemd.spec
new file mode 100644
index 00000000..6e9cf8bc
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mips64el-n64-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mips64el_n64
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mips64el_n64-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-mipsel3-n64-systemd.spec b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd.spec
new file mode 100644
index 00000000..f9ca4bc6
--- /dev/null
+++ b/releases/specs-qemu/mips/stage1-mipsel3-n64-systemd.spec
@@ -0,0 +1,14 @@
+subarch: mipsel3_n64
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-mipsel3_n64-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-mips64el-n64-systemd.spec b/releases/specs-qemu/mips/stage3-mips64el-n64-systemd.spec
new file mode 100644
index 00000000..3ba3e82d
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mips64el-n64-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mips64el_n64
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mips64el_n64-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-mipsel3-n64-systemd.spec b/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd.spec
new file mode 100644
index 00000000..535683e3
--- /dev/null
+++ b/releases/specs-qemu/mips/stage3-mipsel3-n64-systemd.spec
@@ -0,0 +1,12 @@
+subarch: mipsel3_n64
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+interpreter: /usr/bin/qemu-mips64el
+rel_type: default
+profile: default/linux/mips/17.0/mipsel/n64/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-mipsel3_n64-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.conf b/tools/catalyst-auto-qemu-mips.conf
index 392b163e..36abd7c2 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 mips64n64openrc mips64eln64openrc"
+SETS="mips2o32openrc mipsel2o32openrc mips32o32openrc mips32elo32openrc 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"
@@ -16,9 +16,11 @@ SET_mips32elo32openrc_SPECS="stage1-mips32el-o32-openrc.spec stage3-mips32el-o32
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_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"
KCONFIG_DIR=${REPO_DIR}/releases/kconfig/mips
next reply other threads:[~2022-03-19 10:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-19 10:35 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-22 21:17 [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/ Andreas K. Hüttel
2022-11-25 21:55 Andreas K. Hüttel
2022-11-23 22:31 Andreas K. Hüttel
2022-11-23 22:00 Andreas K. Hüttel
2022-04-24 12:58 Andreas K. Hüttel
2022-04-03 22:34 Andreas K. Hüttel
2022-02-23 21:01 Andreas K. Hüttel
2022-02-23 20:57 Andreas K. Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1647686108.c5327c3886a17d8e11723a5dab80ae41b54a9931.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox