[Piuparts-commits] [piuparts] 03/08: p: increase output limit to 8 MB
Holger Levsen
holger at layer-acht.org
Sat Jan 14 14:39:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 833fea49d3d59a288d53c6991b45abda7408a65b
Author: Andreas Beckmann <anbe at debian.org>
Date: Sat Jan 14 12:08:34 2017 +0100
p: increase output limit to 8 MB
packages producing lots of output:
daptup on distupgrade
google-android-ndk-installer on install
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 1 +
piuparts.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index dbb54fa..ee1f5cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ piuparts (0.74) UNRELEASED; urgency=medium
an unfixable way. (Closes: #682739)
- Ensure /etc/resolv.conf in the chroot has permissions 0644 to match a
possible recreation of that file by resolvconf. (Closes: #660350)
+ - Increase output limit to 8 MB. (Closes: #794331)
* piuparts.conf:
- New section [sid-strict], testing with --install-remove-install and
failing on leftover files.
diff --git a/piuparts.py b/piuparts.py
index 9988bba..53c235d 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -149,7 +149,7 @@ class Settings:
self.defaults = None
self.tmpdir = None
self.keep_tmpdir = False
- self.max_command_output_size = 4 * 1024 * 1024 # 4 MB (daptup on dist-upgrade)
+ self.max_command_output_size = 8 * 1024 * 1024 # 8 MB (google-android-ndk-installer on install) (daptup on dist-upgrade)
self.max_command_runtime = 30 * 60 # 30 minutes (texlive-full on dist-upgrade)
self.single_changes_list = False
self.single_packages = False
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list