mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +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
|
# Fetch the package's bug list from Launchpad
|
||||||
pkg = Distribution('ubuntu').getSourcePackage(name = srcpkg)
|
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)
|
omit_duplicates=True)
|
||||||
|
|
||||||
# Search bug list for other sync requests.
|
# Search bug list for other sync requests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user