[Secure-testing-commits] r54914 - bin
Salvatore Bonaccorso
carnil at moszumanska.debian.org
Sun Aug 20 16:49:02 UTC 2017
Author: carnil
Date: 2017-08-20 16:49:02 +0000 (Sun, 20 Aug 2017)
New Revision: 54914
Modified:
bin/tracker_service.py
Log:
Add BugFilter parameters as well for the page_status_dtsa_candiates
Modified: bin/tracker_service.py
===================================================================
--- bin/tracker_service.py 2017-08-20 16:46:41 UTC (rev 54913)
+++ bin/tracker_service.py 2017-08-20 16:49:02 UTC (rev 54914)
@@ -889,7 +889,7 @@
def page_status_dtsa_candidates(self, path, params, url):
- bf = BugFilter(params,nonodsa=True)
+ bf = BugFilter(params,nonodsa=True,noignored=True,nopostponed=True)
def gen():
old_pkg_name = ''
More information about the Secure-testing-commits
mailing list