From 1f7a8ba74c1f5f37c38fe5734734601d68168185 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Tue, 21 Jun 2016 08:57:02 +0000 Subject: Added a comment --- .../comment_4_6777722f9a18832aad1f195e78e6ac03._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/Bug_with_Sbuild/comment_4_6777722f9a18832aad1f195e78e6ac03._comment diff --git a/doc/forum/Bug_with_Sbuild/comment_4_6777722f9a18832aad1f195e78e6ac03._comment b/doc/forum/Bug_with_Sbuild/comment_4_6777722f9a18832aad1f195e78e6ac03._comment new file mode 100644 index 00000000..70d3dc47 --- /dev/null +++ b/doc/forum/Bug_with_Sbuild/comment_4_6777722f9a18832aad1f195e78e6ac03._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="spwhitton" + subject="comment 4" + date="2016-06-21T08:57:02Z" + content=""" +I found a way to do it and committed it to the branch we're discussing [[elsewhere|todo/merge_request:_changes_to_Reboot.hs/]]. +"""]] -- cgit v1.3-2-g0d8e From 4786f7edff935bff050e1f04cd71283100f2c723 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Tue, 21 Jun 2016 09:20:40 +0000 Subject: Added a comment: reboot branch merges cleanly --- ...mment_10_d353b81063c5343b452f8c6e0fce5586._comment | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/todo/merge_request:_changes_to_Reboot.hs/comment_10_d353b81063c5343b452f8c6e0fce5586._comment diff --git a/doc/todo/merge_request:_changes_to_Reboot.hs/comment_10_d353b81063c5343b452f8c6e0fce5586._comment b/doc/todo/merge_request:_changes_to_Reboot.hs/comment_10_d353b81063c5343b452f8c6e0fce5586._comment new file mode 100644 index 00000000..04b02aea --- /dev/null +++ b/doc/todo/merge_request:_changes_to_Reboot.hs/comment_10_d353b81063c5343b452f8c6e0fce5586._comment @@ -0,0 +1,19 @@ +[[!comment format=mdwn + username="spwhitton" + subject="reboot branch merges cleanly" + date="2016-06-21T09:20:40Z" + content=""" +Ah, very nice :) + +I reverted my GHC 6 commits and the merge with your master branch is now clean. + +Some changelog text you can use: + +- New info property Schroot.useOverlays to indicate whether you want schroots set up by propellor to use the Linux kernel's OverlayFS. +- Schroot.overlaysInTmpfs sets Schroot.useOverlays info property. +- If you have indicated that you want schroots to use OverlayFS and the current kernel does not support it, Sbuild.built will attempt to reboot into a kernel that does, or fail if it can't find one. +- Sbuild.built will no longer add duplicate `aliases=UNRELEASED,sid...` lines to more than one schroot config. It will not remove any such lines that the previous version of propellor added, though. +- Sbuild.keypairGenerated works around Debian bug #792100 by creating the directory /root/.gnupg in advance. +- Improved Sbuild module haddock. +- Ccache.hasCache now sets the setgid bit on the cache directory, as ccache requires. +"""]] -- cgit v1.3-2-g0d8e From 301bc8d250f583c94d770fb1c7ed0377fdbd35e1 Mon Sep 17 00:00:00 2001 From: gueux Date: Tue, 21 Jun 2016 09:42:32 +0000 Subject: Added a comment --- .../comment_4_13bfe4aec95f5e72f4f61b764fb29a5a._comment | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/forum/use_withUmask_in_a_property/comment_4_13bfe4aec95f5e72f4f61b764fb29a5a._comment diff --git a/doc/forum/use_withUmask_in_a_property/comment_4_13bfe4aec95f5e72f4f61b764fb29a5a._comment b/doc/forum/use_withUmask_in_a_property/comment_4_13bfe4aec95f5e72f4f61b764fb29a5a._comment new file mode 100644 index 00000000..0a45cdfc --- /dev/null +++ b/doc/forum/use_withUmask_in_a_property/comment_4_13bfe4aec95f5e72f4f61b764fb29a5a._comment @@ -0,0 +1,7 @@ +[[!comment format=mdwn + username="gueux" + subject="comment 4" + date="2016-06-21T09:42:31Z" + content=""" +Is there a equivalent of `withUmask` for `withFile`? The latter seems harder to interact with... +"""]] -- cgit v1.3-2-g0d8e