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 DA10C158086 for ; Sun, 17 Oct 2021 20:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C8C5E0866; Sun, 17 Oct 2021 20:28:13 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07BA4E0866 for ; Sun, 17 Oct 2021 20:28:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B93E34388E for ; Sun, 17 Oct 2021 20:28:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCFB3D3 for ; Sun, 17 Oct 2021 20:28:10 +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: <1634502481.ae162e49bda0dc4bb6f368a5a1b2021ee23d0190.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/amd64/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/amd64/stage3d-openrc.spec releases/specs/amd64/stage3d-systemd.spec X-VCS-Directories: releases/specs/amd64/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: ae162e49bda0dc4bb6f368a5a1b2021ee23d0190 X-VCS-Branch: master Date: Sun, 17 Oct 2021 20:28:10 +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: 473136c5-8f58-4884-90ce-158cdf451dab X-Archives-Hash: f62dbfbf1e0cc231a9ead99ceca4c573 commit: ae162e49bda0dc4bb6f368a5a1b2021ee23d0190 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 17 20:27:39 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Oct 17 20:28:01 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ae162e49 Add experimental desktop stage specs Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs/amd64/stage3d-openrc.spec | 10 ++++++++++ releases/specs/amd64/stage3d-systemd.spec | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/releases/specs/amd64/stage3d-openrc.spec b/releases/specs/amd64/stage3d-openrc.spec new file mode 100644 index 00000000..c154e9e2 --- /dev/null +++ b/releases/specs/amd64/stage3d-openrc.spec @@ -0,0 +1,10 @@ +subarch: amd64 +target: stage3 +version_stamp: desktop-openrc-@TIMESTAMP@ +rel_type: default +profile: default/linux/amd64/17.1/desktop +snapshot: @TIMESTAMP@ +source_subpath: default/stage2-amd64-openrc-@TIMESTAMP@ +compression_mode: pixz_x +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/amd64/stage3d-systemd.spec b/releases/specs/amd64/stage3d-systemd.spec new file mode 100644 index 00000000..7209c4f7 --- /dev/null +++ b/releases/specs/amd64/stage3d-systemd.spec @@ -0,0 +1,10 @@ +subarch: amd64 +target: stage3 +version_stamp: desktop-systemd-@TIMESTAMP@ +rel_type: default +profile: default/linux/amd64/17.1/desktop/systemd +snapshot: @TIMESTAMP@ +source_subpath: default/stage2-amd64-systemd-@TIMESTAMP@ +compression_mode: pixz_x +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng