From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D9DF3158020 for ; Wed, 19 Oct 2022 01:16:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F351FE087A; Wed, 19 Oct 2022 01:16:38 +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 D5596E087A for ; Wed, 19 Oct 2022 01:16:38 +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 AE20A335C0D for ; Wed, 19 Oct 2022 01:16:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9348617 for ; Wed, 19 Oct 2022 01:16:35 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1666142166.109d2208b0d3cd6f8dd2124daddf191d0ed2324b.gyakovlev@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/ppc/ppc32/, tools/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/ppc/ppc32/stage1-systemd.spec releases/specs/ppc/ppc32/stage3-systemd.spec tools/catalyst-auto-ppc.conf X-VCS-Directories: releases/specs/ppc/ppc32/ tools/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 109d2208b0d3cd6f8dd2124daddf191d0ed2324b X-VCS-Branch: master Date: Wed, 19 Oct 2022 01:16:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ece69a9-b4ee-4224-84d9-62f72aff3e6f X-Archives-Hash: 9b645f3d804ee05f7f4adceed9d604fb commit: 109d2208b0d3cd6f8dd2124daddf191d0ed2324b Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Oct 19 01:14:00 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Oct 19 01:16:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=109d2208 releases/specs/ppc/ppc32: add systemd specs Signed-off-by: Georgy Yakovlev gentoo.org> releases/specs/ppc/ppc32/stage1-systemd.spec | 12 ++++++++++++ releases/specs/ppc/ppc32/stage3-systemd.spec | 10 ++++++++++ tools/catalyst-auto-ppc.conf | 4 ++++ 3 files changed, 26 insertions(+) diff --git a/releases/specs/ppc/ppc32/stage1-systemd.spec b/releases/specs/ppc/ppc32/stage1-systemd.spec new file mode 100644 index 00000000..2221dbf3 --- /dev/null +++ b/releases/specs/ppc/ppc32/stage1-systemd.spec @@ -0,0 +1,12 @@ +subarch: ppc +target: stage1 +version_stamp: systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/ppc/17.0/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-ppc-systemd-latest +compression_mode: pixz +update_seed: yes +update_seed_command: --update --deep --newuse @world --jobs 8 --load-average 12 +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/ppc/ppc32/stage3-systemd.spec b/releases/specs/ppc/ppc32/stage3-systemd.spec new file mode 100644 index 00000000..8a94106e --- /dev/null +++ b/releases/specs/ppc/ppc32/stage3-systemd.spec @@ -0,0 +1,10 @@ +subarch: ppc +target: stage3 +version_stamp: systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/ppc/17.0/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-ppc-systemd-@TIMESTAMP@ +compression_mode: pixz +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 8b08df59..a4ce6e78 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -13,6 +13,7 @@ SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec ppc64/stage1-openrc.spe OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-systemd.spec ppc64/stage3-systemd.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec" +OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-systemd.spec ppc32/stage3-systemd.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec" KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc @@ -48,6 +49,9 @@ post_build() { ppc32/stage3-openrc.spec) upload default/stage3-ppc-openrc-*${TIMESTAMP}*.xz* ;; + ppc32/stage3-systemd.spec) + upload default/stage3-ppc-systemd-*${TIMESTAMP}*.xz* + ;; ppc32/stage3-musl-hardened-openrc.spec) upload musl-hardened/stage3-ppc-musl-hardened-openrc-*${TIMESTAMP}*.xz* ;;