public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: add systemd/selinux/merged-usr subprofiles
@ 2022-10-12 14:03 Kenton Groombridge
  2022-10-12 14:03 ` [gentoo-dev] [PATCH 2/2] profiles/default/linux: " Kenton Groombridge
  2022-10-12 17:50 ` [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: " Mike Gilbert
  0 siblings, 2 replies; 4+ messages in thread
From: Kenton Groombridge @ 2022-10-12 14:03 UTC (permalink / raw
  To: gentoo-dev

Signed-off-by: Kenton Groombridge <concord@gentoo.org>
---
 profiles/profiles.desc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 5702a9dc7c4..b3efcf48c15 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -43,9 +43,11 @@ amd64		default/linux/amd64/17.1/no-multilib/hardened/selinux		stable
 amd64		default/linux/amd64/17.1/no-multilib/systemd			dev
 amd64		default/linux/amd64/17.1/no-multilib/systemd/merged-usr		dev
 amd64		default/linux/amd64/17.1/no-multilib/systemd/selinux		exp
+amd64		default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr		exp
 amd64		default/linux/amd64/17.1/systemd				stable
 amd64		default/linux/amd64/17.1/systemd/merged-usr			dev
 amd64		default/linux/amd64/17.1/systemd/selinux			exp
+amd64		default/linux/amd64/17.1/systemd/selinux/merged-usr			exp
 amd64		default/linux/amd64/17.1/clang					exp
 amd64		default/linux/amd64/17.1/systemd/clang				exp
 
@@ -140,6 +142,7 @@ arm64		default/linux/arm64/17.0/developer				exp
 arm64		default/linux/arm64/17.0/systemd				stable
 arm64		default/linux/arm64/17.0/systemd/merged-usr			dev
 arm64		default/linux/arm64/17.0/systemd/selinux			exp
+arm64		default/linux/arm64/17.0/systemd/selinux/merged-usr			exp
 
 
 # ARM64 Profiles (big-endian)
-- 
2.37.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-dev] [PATCH 2/2] profiles/default/linux: add systemd/selinux/merged-usr subprofiles
  2022-10-12 14:03 [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: add systemd/selinux/merged-usr subprofiles Kenton Groombridge
@ 2022-10-12 14:03 ` Kenton Groombridge
  2022-10-12 17:50 ` [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: " Mike Gilbert
  1 sibling, 0 replies; 4+ messages in thread
From: Kenton Groombridge @ 2022-10-12 14:03 UTC (permalink / raw
  To: gentoo-dev

Signed-off-by: Kenton Groombridge <concord@gentoo.org>
---
 .../amd64/17.1/no-multilib/systemd/selinux/merged-usr/eapi      | 1 +
 .../amd64/17.1/no-multilib/systemd/selinux/merged-usr/parent    | 2 ++
 .../default/linux/amd64/17.1/systemd/selinux/merged-usr/eapi    | 1 +
 .../default/linux/amd64/17.1/systemd/selinux/merged-usr/parent  | 2 ++
 .../default/linux/arm64/17.0/systemd/selinux/merged-usr/eapi    | 1 +
 .../default/linux/arm64/17.0/systemd/selinux/merged-usr/parent  | 2 ++
 6 files changed, 9 insertions(+)
 create mode 100644 profiles/default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr/eapi
 create mode 100644 profiles/default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr/parent
 create mode 100644 profiles/default/linux/amd64/17.1/systemd/selinux/merged-usr/eapi
 create mode 100644 profiles/default/linux/amd64/17.1/systemd/selinux/merged-usr/parent
 create mode 100644 profiles/default/linux/arm64/17.0/systemd/selinux/merged-usr/eapi
 create mode 100644 profiles/default/linux/arm64/17.0/systemd/selinux/merged-usr/parent

diff --git a/profiles/default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr/eapi b/profiles/default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr/eapi
new file mode 100644
index 00000000000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr/parent b/profiles/default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr/parent
new file mode 100644
index 00000000000..1b7f7eef0a7
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/no-multilib/systemd/selinux/merged-usr/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../../features/merged-usr
diff --git a/profiles/default/linux/amd64/17.1/systemd/selinux/merged-usr/eapi b/profiles/default/linux/amd64/17.1/systemd/selinux/merged-usr/eapi
new file mode 100644
index 00000000000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/systemd/selinux/merged-usr/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/amd64/17.1/systemd/selinux/merged-usr/parent b/profiles/default/linux/amd64/17.1/systemd/selinux/merged-usr/parent
new file mode 100644
index 00000000000..c8b1675247c
--- /dev/null
+++ b/profiles/default/linux/amd64/17.1/systemd/selinux/merged-usr/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../features/merged-usr
diff --git a/profiles/default/linux/arm64/17.0/systemd/selinux/merged-usr/eapi b/profiles/default/linux/arm64/17.0/systemd/selinux/merged-usr/eapi
new file mode 100644
index 00000000000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/systemd/selinux/merged-usr/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/default/linux/arm64/17.0/systemd/selinux/merged-usr/parent b/profiles/default/linux/arm64/17.0/systemd/selinux/merged-usr/parent
new file mode 100644
index 00000000000..c8b1675247c
--- /dev/null
+++ b/profiles/default/linux/arm64/17.0/systemd/selinux/merged-usr/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../features/merged-usr
-- 
2.37.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: add systemd/selinux/merged-usr subprofiles
  2022-10-12 14:03 [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: add systemd/selinux/merged-usr subprofiles Kenton Groombridge
  2022-10-12 14:03 ` [gentoo-dev] [PATCH 2/2] profiles/default/linux: " Kenton Groombridge
@ 2022-10-12 17:50 ` Mike Gilbert
  2022-10-12 18:00   ` Kenton Groombridge
  1 sibling, 1 reply; 4+ messages in thread
From: Mike Gilbert @ 2022-10-12 17:50 UTC (permalink / raw
  To: gentoo-dev

On Wed, Oct 12, 2022 at 10:03 AM Kenton Groombridge <concord@gentoo.org> wrote:
>
> Signed-off-by: Kenton Groombridge <concord@gentoo.org>
> ---
>  profiles/profiles.desc | 3 +++
>  1 file changed, 3 insertions(+)

You should reverse the order of these commits: add the profile
directories first, and then add them to profiles.desc.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: add systemd/selinux/merged-usr subprofiles
  2022-10-12 17:50 ` [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: " Mike Gilbert
@ 2022-10-12 18:00   ` Kenton Groombridge
  0 siblings, 0 replies; 4+ messages in thread
From: Kenton Groombridge @ 2022-10-12 18:00 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

On 22/10/12 01:50PM, Mike Gilbert wrote:
> You should reverse the order of these commits: add the profile
> directories first, and then add them to profiles.desc.
> 

Fixed in my local tree, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-12 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-12 14:03 [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: add systemd/selinux/merged-usr subprofiles Kenton Groombridge
2022-10-12 14:03 ` [gentoo-dev] [PATCH 2/2] profiles/default/linux: " Kenton Groombridge
2022-10-12 17:50 ` [gentoo-dev] [PATCH 1/2] profiles/profiles.desc: " Mike Gilbert
2022-10-12 18:00   ` Kenton Groombridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox