From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1459835-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08C8B158020 for <garchives@archives.gentoo.org>; Wed, 23 Nov 2022 22:31:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDEC5E0966; Wed, 23 Nov 2022 22:31:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA46DE0966 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Nov 2022 22:31:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7927E340D59 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Nov 2022 22:31:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CB83477 for <gentoo-commits@lists.gentoo.org>; Wed, 23 Nov 2022 22:31:47 +0000 (UTC) From: "Andreas K. Hüttel" <dilfridge@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" <dilfridge@gentoo.org> Message-ID: <1669242687.7d99421e0892994c73829d11e4c511af8fbc2359.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/, tools/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs-qemu/mips/stage1-mips3-n32-systemd.spec releases/specs-qemu/mips/stage1-mipsel3-n32-systemd.spec releases/specs-qemu/mips/stage3-mips3-n32-systemd.spec releases/specs-qemu/mips/stage3-mipsel3-n32-systemd.spec tools/catalyst-auto-qemu-mips-common X-VCS-Directories: tools/ releases/specs-qemu/mips/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7d99421e0892994c73829d11e4c511af8fbc2359 X-VCS-Branch: master Date: Wed, 23 Nov 2022 22:31:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ffebe10-7390-4695-85c6-59ca12671aa2 X-Archives-Hash: 6bce61ce8f6a6252f0c11e188fc32a02 commit: 7d99421e0892994c73829d11e4c511af8fbc2359 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Nov 23 22:31:27 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Nov 23 22:31:27 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=7d99421e Add mips n32 systemd builds Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../specs-qemu/mips/stage1-mips3-n32-systemd.spec | 14 +++++ .../mips/stage1-mipsel3-n32-systemd.spec | 14 +++++ .../specs-qemu/mips/stage3-mips3-n32-systemd.spec | 12 +++++ .../mips/stage3-mipsel3-n32-systemd.spec | 12 +++++ tools/catalyst-auto-qemu-mips-common | 60 ++++++++++------------ 5 files changed, 80 insertions(+), 32 deletions(-) diff --git a/releases/specs-qemu/mips/stage1-mips3-n32-systemd.spec b/releases/specs-qemu/mips/stage1-mips3-n32-systemd.spec new file mode 100644 index 00000000..3b07b4a5 --- /dev/null +++ b/releases/specs-qemu/mips/stage1-mips3-n32-systemd.spec @@ -0,0 +1,14 @@ +subarch: mips3_n32 +target: stage1 +version_stamp: systemd-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mipsn32 +rel_type: default +profile: default/linux/mips/17.0/n32/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-mips3_n32-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-n32-systemd.spec b/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd.spec new file mode 100644 index 00000000..283660b4 --- /dev/null +++ b/releases/specs-qemu/mips/stage1-mipsel3-n32-systemd.spec @@ -0,0 +1,14 @@ +subarch: mipsel3_n32 +target: stage1 +version_stamp: systemd-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mipsn32el +rel_type: default +profile: default/linux/mips/17.0/mipsel/n32/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-mipsel3_n32-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-mips3-n32-systemd.spec b/releases/specs-qemu/mips/stage3-mips3-n32-systemd.spec new file mode 100644 index 00000000..f20b69aa --- /dev/null +++ b/releases/specs-qemu/mips/stage3-mips3-n32-systemd.spec @@ -0,0 +1,12 @@ +subarch: mips3_n32 +target: stage3 +version_stamp: systemd-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mipsn32 +rel_type: default +profile: default/linux/mips/17.0/n32/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-mips3_n32-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-n32-systemd.spec b/releases/specs-qemu/mips/stage3-mipsel3-n32-systemd.spec new file mode 100644 index 00000000..196fb06b --- /dev/null +++ b/releases/specs-qemu/mips/stage3-mipsel3-n32-systemd.spec @@ -0,0 +1,12 @@ +subarch: mipsel3_n32 +target: stage3 +version_stamp: systemd-@TIMESTAMP@ +interpreter: /usr/bin/qemu-mipsn32el +rel_type: default +profile: default/linux/mips/17.0/mipsel/n32/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-mipsel3_n32-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 141adf01..7312d6d1 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -6,9 +6,23 @@ 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 mips3n32openrc mips3multilibopenrc mips3n64openrc" - -SETS_LE="mipsel2_o32_openrc mipsel2_o32_systemd mipsel3_o32_openrc mipsel3_o32_systemd mipsel3n32openrc mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu" +SETS_BE=" + mips2_o32_openrc + mips2_o32_systemd + mips3_n32_openrc + mips3_n32_systemd + mips3multilibopenrc mips3n64openrc +" + +SETS_LE=" + mipsel2_o32_openrc + mipsel2_o32_systemd + mipsel3_o32_openrc + mipsel3_o32_systemd + mipsel3_n32_openrc + mipsel3_n32_systemd + mipsel3multilibopenrc mipsel3n64openrc mipsel3n64systemd mipsel3n64systemd_mu +" # SETS="${SETS_BE} ${SETS_LE}" @@ -21,8 +35,11 @@ SET_mipsel2_o32_systemd_SPECS="stage1-mipsel2-o32-systemd.spec stage3-mipsel2-o3 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_mips3n32openrc_SPECS="stage1-mips3-n32-openrc.spec stage3-mips3-n32-openrc.spec" -SET_mipsel3n32openrc_SPECS="stage1-mipsel3-n32-openrc.spec stage3-mipsel3-n32-openrc.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" + +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_mips3multilibopenrc_SPECS="stage1-mips3-multilib-openrc.spec stage3-mips3-multilib-openrc.spec" SET_mipsel3multilibopenrc_SPECS="stage1-mipsel3-multilib-openrc.spec stage3-mipsel3-multilib-openrc.spec" @@ -68,12 +85,6 @@ post_build() { stage3-mipsel2-o32-systemd.spec) upload stage3-mipsel2-systemd-${TIMESTAMP}.tar.xz* ;; - stage3-mips32-o32-openrc.spec) - upload stage3-mips32-openrc-${TIMESTAMP}.tar.xz* - ;; - stage3-mips32el-o32-openrc.spec) - upload stage3-mips32el-openrc-${TIMESTAMP}.tar.xz* - ;; stage3-mipsel3-o32-openrc.spec) upload stage3-mipsel3-openrc-${TIMESTAMP}.tar.xz* ;; @@ -83,12 +94,18 @@ post_build() { stage3-mips3-n32-openrc.spec) upload stage3-mips3_n32-openrc-${TIMESTAMP}.tar.xz* ;; + stage3-mips3-n32-systemd.spec) + upload stage3-mips3_n32-systemd-${TIMESTAMP}.tar.xz* + ;; stage3-mips3-multilib-openrc.spec) upload stage3-mips3_multilib-openrc-${TIMESTAMP}.tar.xz* ;; stage3-mipsel3-n32-openrc.spec) upload stage3-mipsel3_n32-openrc-${TIMESTAMP}.tar.xz* ;; + stage3-mipsel3-n32-systemd.spec) + upload stage3-mipsel3_n32-systemd-${TIMESTAMP}.tar.xz* + ;; stage3-mipsel3-multilib-openrc.spec) upload stage3-mipsel3_multilib-openrc-${TIMESTAMP}.tar.xz* ;; @@ -101,27 +118,6 @@ post_build() { stage3-mipsel3-n64-systemd.spec) upload stage3-mipsel3_n64-systemd-${TIMESTAMP}.tar.xz* ;; - stage3-mips64-n32-openrc.spec) - upload stage3-mips64_n32-openrc-${TIMESTAMP}.tar.xz* - ;; - stage3-mips64-multilib-openrc.spec) - upload stage3-mips64_multilib-openrc-${TIMESTAMP}.tar.xz* - ;; - 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* - ;; - stage3-mips64el-n64-openrc.spec) - upload stage3-mips64el_n64-openrc-${TIMESTAMP}.tar.xz* - ;; - stage3-mips64el-n64-systemd.spec) - upload stage3-mips64el_n64-systemd-${TIMESTAMP}.tar.xz* - ;; esac popd >/dev/null