From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/baselayout:master commit in: /
Date: Sun, 9 Jul 2023 01:24:23 +0000 (UTC) [thread overview]
Message-ID: <1688865651.2e5afe86d2134937572a3dd78341de14e8a814d5.floppym@gentoo> (raw)
commit: 2e5afe86d2134937572a3dd78341de14e8a814d5
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 9 01:20:51 2023 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Jul 9 01:20:51 2023 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=2e5afe86
Update ChangeLog
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
ChangeLog | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 117 insertions(+), 15 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f51e31f0..ff099a8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+commit 5c926abe03ba6e17ba58faa71a512b3f6db90b19
+Author: Mike Gilbert <floppym@gentoo.org>
+Commit: Mike Gilbert <floppym@gentoo.org>
+
+ Makefile: create /dev/console and /dev/null in the layout target
+
+ Bug: https://bugs.gentoo.org/909664
+ Signed-off-by: Mike Gilbert <floppym@gentoo.org>
+
+commit 60664bef0aae2e1975a18a8cdecee02bcbf0a730
+Author: Mike Gilbert <floppym@gentoo.org>
+Commit: Mike Gilbert <floppym@gentoo.org>
+
+ Makefile: simplify creation of /root, /tmp, /var/tmp
+
+ Signed-off-by: Mike Gilbert <floppym@gentoo.org>
+
+commit 8982430a505574a5d8869d45a5bee699fc2abebf
+Author: Sam James <sam@gentoo.org>
+Commit: Sam James <sam@gentoo.org>
+
+ share/issue.devfix: tweak whitespace, use HTTPS
+
+ Signed-off-by: Sam James <sam@gentoo.org>
+
+commit 078b1b75dc5cc4595d835e3344ac6668ddf73f7f
+Author: Sam James <sam@gentoo.org>
+Commit: Sam James <sam@gentoo.org>
+
+ etc/profile: fix trailing whitespace
+
+ Signed-off-by: Sam James <sam@gentoo.org>
+
+commit 77016216767358d9892b1736439ee60b9b197221
+Author: Sam James <sam@gentoo.org>
+Commit: Sam James <sam@gentoo.org>
+
+ share/fstab: fix whitespace
+
+ As Matt pointed out on the PR.
+
+ Fixes: aaf5ebb65b16fd41877a04cde82fdd3d8cc90cfb
+ Signed-off-by: Sam James <sam@gentoo.org>
+
+commit 4040300c749f6cab84bdfa9c12ec72b113568865
+Author: Florian Schmaus <flow@gentoo.org>
+Commit: Sam James <sam@gentoo.org>
+
+ share/fstab: make example root filesystem entry use xfs
+
+ The new default of the handbook is xfs, so follow that in baselayout's
+ fstab.
+
+ Suggested-by: Sam James <sam@gentoo.org>
+ Signed-off-by: Florian Schmaus <flow@gentoo.org>
+ Closes: https://github.com/gentoo/baselayout/pull/4
+ Signed-off-by: Sam James <sam@gentoo.org>
+
+commit 94aa297486ca7ace7fa3bcce2889bba6a892424c
+Author: Florian Schmaus <flow@gentoo.org>
+Commit: Sam James <sam@gentoo.org>
+
+ share/fstab: make comment regarding pass number a NOTE
+
+ Signed-off-by: Florian Schmaus <flow@gentoo.org>
+ Signed-off-by: Sam James <sam@gentoo.org>
+
+commit 0979cb590cd99ecf298fc3de4b0c20d33251b717
+Author: Florian Schmaus <flow@gentoo.org>
+Commit: Sam James <sam@gentoo.org>
+
+ share/fstab: move fstable header right above example entries
+
+ Move the fstable table header right above the commented-out example
+ fstab entries. Also split "<dump/pass>" into "<dump> <pass>", since
+ those are two different fields (see fstab(5)).
+
+ Signed-off-by: Florian Schmaus <flow@gentoo.org>
+ Signed-off-by: Sam James <sam@gentoo.org>
+
+commit aaf5ebb65b16fd41877a04cde82fdd3d8cc90cfb
+Author: Florian Schmaus <flow@gentoo.org>
+Commit: Sam James <sam@gentoo.org>
+
+ share/fstab: drop reiserfs references and noatime, use defaults
+
+ ReiserFS was deprecated in Linux 5.18 and slated for removal in 2025.
+
+ Using 'noatime' does seldom really bring any noticeable performance
+ benefit. The default of 'relatime', which Linux supports for a long
+ time, is a good compromise. Having an (coarse-grained) atime allows
+ for certain use cases. For example, a tool that detects unused
+ packages in a system and suggest them for removal.
+
+ A generic configuration file like this should simply use the
+ defaults. Especially if those are sane ones. No need to continue the
+ noatime cargo cult.
+
+ Signed-off-by: Florian Schmaus <flow@gentoo.org>
+ Signed-off-by: Sam James <sam@gentoo.org>
+
+commit 0613954c3960f6d07f2550494480d38a0341cde2
+Author: Mike Gilbert <floppym@gentoo.org>
+Commit: Mike Gilbert <floppym@gentoo.org>
+
+ passwd: update home directory for portage user
+
+ Signed-off-by: Mike Gilbert <floppym@gentoo.org>
+
+commit 3bfcd8238abf92146a7e17b44625ea1e5325230c
+Author: Mike Gilbert <floppym@gentoo.org>
+Commit: Mike Gilbert <floppym@gentoo.org>
+
+ Update ChangeLog
+
+ Signed-off-by: Mike Gilbert <floppym@gentoo.org>
+
commit bc22069d1a41eeec6e22ba9bf391412a0244f5a7
Author: Mike Gilbert <floppym@gentoo.org>
Commit: Mike Gilbert <floppym@gentoo.org>
@@ -179,18 +296,3 @@ Commit: William Hubbs <williamh@gentoo.org>
typo fix
Signed-off-by: William Hubbs <williamh@gentoo.org>
-
-commit ffb9e602847f4f196d6366dd1f982046853b29f4
-Author: orbea <orbea@riseup.net>
-Commit: William Hubbs <williamh@gentoo.org>
-
- etc/shells: Add yash to login shells
-
- Yash, yet another shell, is a POSIX-compliant command line shell
- written in C99 (ISO/IEC 9899:1999). Yash is intended to be the most
- POSIX-compliant shell in the world while supporting features for daily
- interactive and scripting use.
-
- Closes: https://github.com/gentoo/baselayout/pull/1
- Signed-off-by: orbea <orbea@riseup.net>
- Signed-off-by: William Hubbs <williamh@gentoo.org>
next reply other threads:[~2023-07-09 1:24 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-09 1:24 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 19:49 [gentoo-commits] proj/baselayout:master commit in: / Mike Gilbert
2024-11-03 23:33 Mike Gilbert
2024-03-12 1:39 Mike Gilbert
2023-07-09 1:24 Mike Gilbert
2023-07-09 1:17 Mike Gilbert
2023-07-09 1:17 Mike Gilbert
2023-01-28 2:08 Mike Gilbert
2023-01-28 2:08 Mike Gilbert
2023-01-28 0:33 Mike Gilbert
2023-01-27 18:15 William Hubbs
2023-01-27 18:15 William Hubbs
2023-01-27 18:12 William Hubbs
2023-01-27 17:20 William Hubbs
2023-01-27 17:20 William Hubbs
2023-01-26 3:48 William Hubbs
2023-01-26 0:08 William Hubbs
2023-01-25 21:23 William Hubbs
2022-09-18 21:44 William Hubbs
2022-09-18 4:28 William Hubbs
2022-09-18 3:22 Mike Gilbert
2022-09-18 3:03 Mike Gilbert
2021-09-27 21:48 William Hubbs
2021-09-27 21:44 William Hubbs
2021-09-27 21:24 William Hubbs
2021-09-27 20:56 William Hubbs
2021-09-27 17:46 William Hubbs
2021-09-24 19:56 William Hubbs
2021-05-11 15:48 William Hubbs
2020-02-10 4:21 William Hubbs
2020-02-10 4:21 William Hubbs
2018-05-28 19:31 William Hubbs
2018-05-28 19:31 William Hubbs
2018-05-26 20:17 William Hubbs
2018-05-26 20:17 William Hubbs
2018-05-23 21:50 William Hubbs
2018-02-22 17:54 William Hubbs
2018-02-07 19:11 William Hubbs
2018-02-06 22:54 William Hubbs
2017-11-17 22:04 William Hubbs
2017-10-03 22:02 William Hubbs
2017-08-21 19:45 William Hubbs
2017-06-09 18:38 William Hubbs
2017-06-09 18:38 William Hubbs
2017-06-08 17:35 William Hubbs
2016-09-01 20:56 William Hubbs
2016-09-01 20:56 William Hubbs
2014-08-13 18:08 William Hubbs
2014-08-06 19:49 William Hubbs
2014-08-06 15:07 William Hubbs
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=1688865651.2e5afe86d2134937572a3dd78341de14e8a814d5.floppym@gentoo \
--to=floppym@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: link
Be 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