[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.42-44-g304dcfd
Holger Levsen
holger at layer-acht.org
Mon Feb 20 01:17:22 UTC 2012
The following commit has been merged in the piatti branch:
commit 304dcfd05e1795944aca5772c3f4ebb771ebd480
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Feb 20 02:17:08 2012 +0100
Enable automatic bug updating in piuparts-analyse: if a bug is not closed in a new version, it can rather very savely be assumed it's not closed.
diff --git a/debian/changelog b/debian/changelog
index d016b3f..a8675e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ piuparts (0.44) UNRELEASED; urgency=low
- Add to self.ignored_patterns: /var/lib/ucf/.*
- Increase output limit to 3 MB (for dist-upgrading daptup).
+ [ Holger Levsen ]
+ * Enable automatic bug updating in piuparts-analyse: if a bug is not closed
+ in a new version, it can rather very savely be assumed it's not closed.
+
-- Holger Levsen <holger at debian.org> Sun, 22 Jan 2012 13:33:59 +0100
piuparts (0.43) unstable; urgency=low
diff --git a/piuparts-analyze.py b/piuparts-analyze.py
index f5bd58f..6b3d91c 100644
--- a/piuparts-analyze.py
+++ b/piuparts-analyze.py
@@ -146,8 +146,7 @@ def mark_bugged_version(failed_log, bugged_log):
def bts_update_found(bugnr, newversion):
- # Disabled for now as I'm not sure automatic bug updating is wanted
- #subprocess.check_call(('bts', 'found', bugnr, newversion))
+ subprocess.check_call(('bts', 'found', bugnr, newversion))
print(' '.join(('bts', 'found', str(bugnr), newversion)))
--
piuparts git repository
More information about the Piuparts-commits
mailing list