mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
requestsync: add more non terminal status to dup check
This commit is contained in:
parent
36bc8ee0f7
commit
7c40574cf4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user