requestsync: add more non terminal status to dup check

This commit is contained in:
Julian Taylor 2011-09-06 01:42:28 +02:00
parent 36bc8ee0f7
commit 7c40574cf4

View File

@ -69,7 +69,8 @@ def checkExistingReports(srcpkg):
# Fetch the package's bug list from Launchpad
pkg = Distribution('ubuntu').getSourcePackage(name = srcpkg)
pkgBugList = pkg.searchTasks(status=["New", "Confirmed", "Triaged"],
pkgBugList = pkg.searchTasks(status=["Incomplete", "New", "Confirmed",
"Triaged", "In Progress", "Fix Committed"],
omit_duplicates=True)
# Search bug list for other sync requests.