[Piuparts-commits] [piuparts] 01/01: p: increase permitted command output volume from 3 MB to 4 MB (for daptup)
Holger Levsen
holger at moszumanska.debian.org
Thu Aug 6 10:34:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 0854dfb9197cfb18a0df440a53ec2a8344814959
Author: Andreas Beckmann <anbe at debian.org>
Date: Thu Aug 6 10:52:07 2015 +0200
p: increase permitted command output volume from 3 MB to 4 MB (for daptup)
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
debian/changelog | 1 +
piuparts.py | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index adcd8c6..e403393 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ piuparts (0.65) UNRELEASED; urgency=medium
- Add --fake-essential-packages option to include packages to the base
chroot that are not removed after the test. These are available during
purge and for checking against mistreatment.
+ - Increase permitted command output volume from 3 MB to 4 MB (for daptup).
* piuparts.conf.anbe: Add some more example sections.
* piupartslib/packagesdb.py:
- Put package in 'dependency-does-not-exist' state if a pass/ log exists
diff --git a/piuparts.py b/piuparts.py
index 17ed2cf..d8dd3cd 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -147,7 +147,7 @@ class Settings:
self.defaults = None
self.tmpdir = None
self.keep_tmpdir = False
- self.max_command_output_size = 3 * 1024 * 1024 # 3 MB (daptup on dist-upgrade)
+ self.max_command_output_size = 4 * 1024 * 1024 # 4 MB (daptup on dist-upgrade)
self.max_command_runtime = 30 * 60 # 30 minutes (texlive-full on dist-upgrade)
self.single_changes_list = False
self.args_are_package_files = True
--
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