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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E1F5713933E for ; Fri, 9 Jul 2021 20:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15F25E096D; Fri, 9 Jul 2021 20:06:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7622E096B for ; Fri, 9 Jul 2021 20:06:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9319A342B2B for ; Fri, 9 Jul 2021 20:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7F42581 for ; Fri, 9 Jul 2021 20:06:29 +0000 (UTC) From: "Andreas K. Hüttel" 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" Message-ID: <1625859577.a64a79c3da6c5a48ffc21470eaa10c5455c96b36.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/amd64/nomultilib/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/amd64/nomultilib/stage1-systemd.spec releases/specs/amd64/nomultilib/stage2-systemd.spec releases/specs/amd64/nomultilib/stage3-systemd.spec X-VCS-Directories: releases/specs/amd64/nomultilib/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: a64a79c3da6c5a48ffc21470eaa10c5455c96b36 X-VCS-Branch: master Date: Fri, 9 Jul 2021 20:06:29 +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: 11a53f1d-b55d-4d4d-b4ab-9189fc5c54ce X-Archives-Hash: d85d8cea99ee6fb71d53167789d8ddbd commit: a64a79c3da6c5a48ffc21470eaa10c5455c96b36 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jul 9 19:39:37 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jul 9 19:39:37 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a64a79c3 amd64: add experimental no-multilib systemd stages Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs/amd64/nomultilib/stage1-systemd.spec | 12 ++++++++++++ releases/specs/amd64/nomultilib/stage2-systemd.spec | 10 ++++++++++ releases/specs/amd64/nomultilib/stage3-systemd.spec | 10 ++++++++++ 3 files changed, 32 insertions(+) diff --git a/releases/specs/amd64/nomultilib/stage1-systemd.spec b/releases/specs/amd64/nomultilib/stage1-systemd.spec new file mode 100644 index 00000000..6ccae510 --- /dev/null +++ b/releases/specs/amd64/nomultilib/stage1-systemd.spec @@ -0,0 +1,12 @@ +subarch: amd64 +target: stage1 +version_stamp: nomultilib-systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/amd64/17.1/no-multilib/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-amd64-nomultilib-systemd-latest +compression_mode: pixz_x +update_seed: yes +update_seed_command: --update --deep --newuse @world +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/amd64/nomultilib/stage2-systemd.spec b/releases/specs/amd64/nomultilib/stage2-systemd.spec new file mode 100644 index 00000000..5de7f8f7 --- /dev/null +++ b/releases/specs/amd64/nomultilib/stage2-systemd.spec @@ -0,0 +1,10 @@ +subarch: amd64 +target: stage2 +version_stamp: nomultilib-systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/amd64/17.1/no-multilib/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-amd64-nomultilib-systemd-@TIMESTAMP@ +compression_mode: pixz_x +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/amd64/nomultilib/stage3-systemd.spec b/releases/specs/amd64/nomultilib/stage3-systemd.spec new file mode 100644 index 00000000..40989ba0 --- /dev/null +++ b/releases/specs/amd64/nomultilib/stage3-systemd.spec @@ -0,0 +1,10 @@ +subarch: amd64 +target: stage3 +version_stamp: nomultilib-systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/amd64/17.1/no-multilib/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage2-amd64-nomultilib-systemd-@TIMESTAMP@ +compression_mode: pixz_x +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng