mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
patchupdate.py: Do not warn about ASSIGNED bugs.
This commit is contained in:
parent
d9bdc6ae51
commit
d8cb439f29
2
debian/tools/patchupdate.py
vendored
2
debian/tools/patchupdate.py
vendored
@ -323,7 +323,7 @@ def read_patchset(revision = None):
|
||||
if revision is None:
|
||||
once = True
|
||||
for bugid, bug in sorted(_winebugs_query(all_bugids).items()):
|
||||
if bug['bug_status'] not in ["UNCONFIRMED", "NEW", "REOPENED"]:
|
||||
if bug['bug_status'] not in ["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"]:
|
||||
if once:
|
||||
print ""
|
||||
print "WARNING: The following bugs might require attention:"
|
||||
|
Loading…
x
Reference in New Issue
Block a user