From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/baselayout:master commit in: /
Date: Sun, 18 Sep 2022 03:22:34 +0000 (UTC) [thread overview]
Message-ID: <1663471261.63accc51997bc0433f2ce3c9f637a656eac649e7.floppym@gentoo> (raw)
commit: 63accc51997bc0433f2ce3c9f637a656eac649e7
Author: Paymon <darwinskernel <AT> gmail <DOT> com>
AuthorDate: Mon Jul 18 14:37:16 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 03:21:01 2022 +0000
URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=63accc51
Relax checks on KEEPDIR when directories are mounted fs
My use case for this is in containers (mkosi with systemd-nspawn in my
case)
Closes: https://github.com/gentoo/baselayout/pull/2
Signed-off-by: Paymon <darwinskernel <AT> gmail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index e0266d2a..230acbc5 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ layout-dirs:
# Create base filesytem layout
for x in $(KEEP_DIRS) ; do \
test -e $(DESTDIR)$$x/.keep && continue ; \
- $(INSTALL_DIR) $(DESTDIR)$$x || exit $$? ; \
+ $(INSTALL_DIR) $(DESTDIR)$$x ; \
touch $(DESTDIR)$$x/.keep || echo "ignoring touch failure; mounted fs?" ; \
done
next reply other threads:[~2022-09-18 3:22 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-18 3:22 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: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: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=1663471261.63accc51997bc0433f2ce3c9f637a656eac649e7.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