[Libreoffice-commits] dev-tools.git: esc-reporting/esc-collect.py

jan Iversen jani at libreoffice.org
Sun May 14 11:57:30 UTC 2017


 esc-reporting/esc-collect.py |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 336c1230be6bbe41235d4bed56f2eec5ec705982
Author: jan Iversen <jani at libreoffice.org>
Date:   Sun May 14 13:57:08 2017 +0200

    esc-report, missing bugs in dump, corrected

diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py
index c268541..7f0bb2f 100755
--- a/esc-reporting/esc-collect.py
+++ b/esc-reporting/esc-collect.py
@@ -140,7 +140,7 @@ def get_bugzilla(cfg):
 
     searchDate - datetime.timedelta(days=1)
     url = 'https://bugs.documentfoundation.org/rest/bug?' \
-          '&order=changeddate&chfieldto=Now&chfieldfrom=' + searchDate.strftime("%Y-%m-%d") + \
+          'f2=delta_ts&o2=greaterthaneq&query_format=advanced&resolution=---&v2=' + searchDate.strftime("%Y-%m-%d") + \
           '&limit=200&offset='
     newList = []
     while True:
@@ -152,6 +152,7 @@ def get_bugzilla(cfg):
     urlH = 'https://bugs.documentfoundation.org/rest/bug/{}/history'
     urlC = 'https://bugs.documentfoundation.org/rest/bug/{}/comment'
     cnt = 0
+
     for row in newList:
       id = str(row['id'])
       if not 'cc' in row:


More information about the Libreoffice-commits mailing list