[Piuparts-devel] Bug#669966: piuparts-analyze does not consider archived bugs

Andreas Beckmann debian at abeckmann.de
Sun Apr 22 10:53:00 UTC 2012


Package: piuparts
Version: 0.43
Severity: normal

Actually it's a problem in python.debianbts or rather the debbugs soap
interface.
This makes it harder to rerun piuparts on e.g. stable from scratch and
get the logs classified automatically.

Example:
squeeze has buggy (#616542: fails-to-purge) eeepc-acpi-scripts 1.1.10


>>> import debianbts
>>> bugs = debianbts.get_usertag("debian-qa at lists.debian.org", 'piuparts')['piuparts']
>>> 616542 in bugs
True
>>> debianbts.get_bugs('package', 'eeepc-acpi-scripts', 'bugs', bugs)
[]
>>> print debianbts.get_status((616542,))[0]
fixed_versions: [u'eeepc-acpi-scripts/1.1.12']
blockedby: []
done: True
unarchived: True
owner:
subject: eeepc-acpi-scripts: fails to purge
archived: True
forwarded:
bug_num: 616542
msgid: <201103051248.40777.holger at layer-acht.org>
source: eeepc-acpi-scripts
location: archive
pending: done
originator: Holger Levsen <holger at layer-acht.org>
blocks: []
tags: []
date: 2011-03-05 11:51:01
mergedwith: []
severity: important
package: eeepc-acpi-scripts
summary:
log_modified: 2012-04-19 16:15:22
found_versions: [u'eeepc-acpi-scripts/1.1.10',
u'eeepc-acpi-scripts/1.1.11']
affects: []


Andreas





More information about the Piuparts-devel mailing list