[Piuparts-commits] [piuparts] 03/03: whitespace fixes, changelog updates
Holger Levsen
holger at layer-acht.org
Thu Oct 5 11:35:03 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 b9b2edbc697bc66b584acff054a51b99a37ae0e5
Author: Andreas Beckmann <anbe at debian.org>
Date: Thu Oct 5 09:33:11 2017 +0200
whitespace fixes, changelog updates
Signed-off-by: Andreas Beckmann <anbe at debian.org>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
debian/changelog | 12 ++++++++----
piuparts.py | 2 +-
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f09681a..f85df2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,14 +3,18 @@ piuparts (0.81) UNRELEASED; urgency=medium
[ Andreas Beckmann ]
* piuparts.py:
- Add to ignored_files:
- + /var/log/tallylog (Closes: #877592)
+ + /var/log/tallylog (Closes: #877592)
- Run post_chroot_unpack scripts before initial apt-get update.
+ * piuparts-analyze.py:
+ - Add PiupartsBTS, a caching wrapper around debianbts.
+ * General python code and style cleanup.
+ Consistently use 'with open(...) as ...:' for scoped open files.
+ * scripts/{pre,post}_test_exceptions: Add exception to prevent testing
+ corekeeper from changing the core file settings in the running kernel.
* scripts/pre_distupgrade_zz_database-server: sid/buster has postgresql 10.
* Separate scripts-lenny/ from scripts-squeeze/.
* scripts-squeeze/post_{setup,distupgrade}_squeeze-fake-essential:
- Treat install-info as fake-essential for all tests ending in squeeze.
- * scripts/{pre,post}_test_exceptions: Add exception to prevent testing
- corekeeper from changing the core file settings in the running kernel.
* scripts-broken-symlinks/post_install_extras_unbreak_symlinks: Unbreak more
symlinks. (Closes: #857151)
* master-bin/detect_piuparts_issues: Detect another way of 'apt-cache show'
@@ -33,7 +37,7 @@ piuparts (0.81) UNRELEASED; urgency=medium
(Closes: #875605, #875664)
* Drop code to support using autopkgtest as a test backend. This code was
merged in 2008 from Ubuntu, but it's unclear (and unlikely) that it still
- works. Also it never has really been supported. (See #815084)
+ works. Also it never has really been supported. (See #815084)
* Bump standards version to 4.1.1, no changes needed.
* Update TODO.
diff --git a/piuparts.py b/piuparts.py
index a826372..3daba79 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -3036,7 +3036,7 @@ def parse_command_line():
def get_chroot():
- return Chroot()
+ return Chroot()
# Process the packages given in a list
def process_packages(package_list):
--
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