summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2017-07-05 13:52:29 -0400
committerJoey Hess2017-07-05 13:52:29 -0400
commit2b9d5ca90f053ad21fbbab89b3045bd0822400d5 (patch)
tree10111d133a30984a080858227fcb8db7a2dceef7 /debian/changelog
parent4eb2a663e4d4ff00d121c5f595f2eb7248b98199 (diff)
avoid buffering container chain output
When provisioning a container, output was buffered until the whole process was done; now output will be displayed immediately. I know this didn't used to be a problem. I belive it was introduced by accident when propellor started using concurrent-output. I know I've seen it for a while and never was bothered enough to get to the bottom of it; apparently "a while" was longer than I thought. Also refactored code to do with chain provisioning to all be in Propellor.Engine and avoided some duplication. This commit was sponsored by Anthony DeRobertis on Patreon.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c52b8329..34ea28f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ propellor (4.0.7) UNRELEASED; urgency=medium
be built from the bootstrapped config the first time.
* Bootstrap.bootstrappedFrom: Avoid doing anything when not run in a
chroot.
+ * When provisioning a container, output was buffered until the whole
+ process was done; now output will be displayed immediately.
-- Joey Hess <id@joeyh.name> Tue, 20 Jun 2017 10:55:37 -0400