From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / Date: Thu, 18 Aug 2022 15:53:06 +0000 (UTC) [thread overview] Message-ID: <1648328538.c5dca7fe3158fccb49a74054b7ed8f98e73bf243.ulm@gentoo> (raw) commit: c5dca7fe3158fccb49a74054b7ed8f98e73bf243 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 26 21:02:18 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Mar 26 21:02:18 2022 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c5dca7fe Replace "root user" by "superuser" throughout Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-vars.tex | 2 +- merge.tex | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ebuild-vars.tex b/ebuild-vars.tex index e7aab0a..5f3f583 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -256,7 +256,7 @@ The following tokens are permitted inside \t{RESTRICT}: \item[strip] No stripping of debug symbols from files to be installed may be performed. In EAPIs listed in table~\ref{tab:staging-area-commands} as supporting controllable stripping, this behaviour may be altered by the \t{dostrip} command. -\item[userpriv] The package manager may not drop root privileges when building the package. +\item[userpriv] The package manager may not drop superuser privileges when building the package. \item[test] The \t{src_test} phase must not be run. \end{description} diff --git a/merge.tex b/merge.tex index 0e6738d..6fcfeec 100644 --- a/merge.tex +++ b/merge.tex @@ -25,9 +25,9 @@ The owner, group and mode (including set*id and sticky bits) of the directory mu except as follows: \begin{compactitem} -\item Any directory owned by the user used to perform the build must become owned by the root user. +\item Any directory owned by the user used to perform the build must become owned by the superuser. \item Any directory whose group is the primary group of the user used to perform the build must have - its group be that of the root user. + its group be that of the superuser. \end{compactitem} On SELinux systems, the SELinux context must also be preserved. Other directory attributes, including @@ -53,9 +53,9 @@ The owner, group and mode (including set*id and sticky bits) of the file must be as follows: \begin{compactitem} -\item Any file owned by the user used to perform the build must become owned by the root user. +\item Any file owned by the user used to perform the build must become owned by the superuser. \item Any file whose group is the primary group of the user used to perform the build must have - its group be that of the root user. + its group be that of the superuser. \item The package manager may reduce read and write permissions on executable files that have a set*id bit set. \end{compactitem}
WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/pms:master commit in: / Date: Thu, 7 Apr 2022 06:22:48 +0000 (UTC) [thread overview] Message-ID: <1648328538.c5dca7fe3158fccb49a74054b7ed8f98e73bf243.ulm@gentoo> (raw) Message-ID: <20220407062248.Id8CpikkAXOM3BZNv06nnbc0rnXnCmGXCzIHjWSYGec@z> (raw) commit: c5dca7fe3158fccb49a74054b7ed8f98e73bf243 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 26 21:02:18 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Mar 26 21:02:18 2022 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c5dca7fe Replace "root user" by "superuser" throughout Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-vars.tex | 2 +- merge.tex | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ebuild-vars.tex b/ebuild-vars.tex index e7aab0a..5f3f583 100644 --- a/ebuild-vars.tex +++ b/ebuild-vars.tex @@ -256,7 +256,7 @@ The following tokens are permitted inside \t{RESTRICT}: \item[strip] No stripping of debug symbols from files to be installed may be performed. In EAPIs listed in table~\ref{tab:staging-area-commands} as supporting controllable stripping, this behaviour may be altered by the \t{dostrip} command. -\item[userpriv] The package manager may not drop root privileges when building the package. +\item[userpriv] The package manager may not drop superuser privileges when building the package. \item[test] The \t{src_test} phase must not be run. \end{description} diff --git a/merge.tex b/merge.tex index 0e6738d..6fcfeec 100644 --- a/merge.tex +++ b/merge.tex @@ -25,9 +25,9 @@ The owner, group and mode (including set*id and sticky bits) of the directory mu except as follows: \begin{compactitem} -\item Any directory owned by the user used to perform the build must become owned by the root user. +\item Any directory owned by the user used to perform the build must become owned by the superuser. \item Any directory whose group is the primary group of the user used to perform the build must have - its group be that of the root user. + its group be that of the superuser. \end{compactitem} On SELinux systems, the SELinux context must also be preserved. Other directory attributes, including @@ -53,9 +53,9 @@ The owner, group and mode (including set*id and sticky bits) of the file must be as follows: \begin{compactitem} -\item Any file owned by the user used to perform the build must become owned by the root user. +\item Any file owned by the user used to perform the build must become owned by the superuser. \item Any file whose group is the primary group of the user used to perform the build must have - its group be that of the root user. + its group be that of the superuser. \item The package manager may reduce read and write permissions on executable files that have a set*id bit set. \end{compactitem}
next reply other threads:[~2022-08-18 15:53 UTC|newest] Thread overview: 241+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-08-18 15:53 Ulrich Müller [this message] 2022-04-07 6:22 ` [gentoo-commits] proj/pms:master commit in: / Ulrich Müller -- strict thread matches above, loose matches on Subject: below -- 2025-06-21 9:48 [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-21 9:48 Ulrich Müller 2025-06-20 16:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-06-21 9:48 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-06-17 17:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-06-21 9:48 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-06-16 17:35 Ulrich Müller 2025-06-16 17:35 Ulrich Müller 2025-06-16 17:35 Ulrich Müller 2025-06-16 17:35 Ulrich Müller 2025-06-16 17:35 Ulrich Müller 2025-06-16 17:35 Ulrich Müller 2025-06-16 17:35 Ulrich Müller 2025-06-16 17:35 Ulrich Müller 2025-06-16 17:35 Ulrich Müller 2025-06-16 17:35 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-15 11:37 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-06-08 20:38 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:46 Ulrich Müller 2025-05-25 16:45 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-05-25 16:46 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-05-21 15:31 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-05-25 16:46 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-02-09 20:38 Ulrich Müller 2025-02-09 20:38 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 Ulrich Müller 2025-01-18 10:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-18 10:18 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-17 18:50 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-18 10:18 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:25 Ulrich Müller 2025-01-13 17:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-13 17:25 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-13 17:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-13 17:25 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-12 20:14 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-10 9:56 Ulrich Müller 2025-01-09 17:37 [gentoo-commits] proj/pms:master " Ulrich Müller 2025-01-10 9:56 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 17:16 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2025-01-07 11:03 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:39 Ulrich Müller 2024-12-11 19:37 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-12-03 17:44 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-12-01 11:30 Ulrich Müller 2024-11-29 16:46 Ulrich Müller 2024-11-22 14:41 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-11-12 19:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-07-16 9:50 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-06-24 9:10 Ulrich Müller 2024-06-16 19:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-06-16 19:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-12-11 19:39 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:57 Ulrich Müller 2024-06-02 9:55 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-05-14 4:25 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-04-05 14:07 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-03-03 17:30 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-02-08 9:43 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2024-01-01 14:34 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-08-09 17:24 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-08-06 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-06-05 18:45 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-06-05 18:45 [gentoo-commits] proj/pms:master " Ulrich Müller 2024-06-02 9:57 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-14 16:40 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-04-10 7:18 Ulrich Müller 2023-02-27 11:05 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-02-26 17:42 Ulrich Müller 2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-19 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-09 18:18 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-01 17:57 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2023-01-01 17:57 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-12-17 16:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-12-14 10:10 Ulrich Müller 2022-12-14 10:10 Ulrich Müller 2022-12-09 19:07 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-10-20 7:06 [gentoo-commits] proj/pms:master " Ulrich Müller 2023-02-26 17:42 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-22 18:30 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-21 9:42 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-08-18 15:53 Ulrich Müller 2022-04-07 6:22 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-08-18 15:53 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-02-21 19:05 Ulrich Müller 2022-02-21 19:05 Ulrich Müller 2022-02-21 19:05 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-14 7:29 Ulrich Müller 2022-02-07 8:13 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2022-02-07 8:13 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-03 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-03 15:26 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-03 6:56 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-09-01 17:35 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller 2021-08-19 19:40 [gentoo-commits] proj/pms:master " Ulrich Müller 2022-02-14 7:29 ` [gentoo-commits] proj/pms:eapi-9 " Ulrich Müller
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1648328538.c5dca7fe3158fccb49a74054b7ed8f98e73bf243.ulm@gentoo \ --to=ulm@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox