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

jan Iversen jani at libreoffice.org
Sat May 13 17:13:13 UTC 2017


 esc-reporting/esc-collect.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4c7b7283194ddd7cef008b06d2a8578b91a63691
Author: jan Iversen <jani at libreoffice.org>
Date:   Sat May 13 19:12:51 2017 +0200

    esc-report, recap last 24hours from bugzilla

diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py
index 490b738..c268541 100755
--- a/esc-reporting/esc-collect.py
+++ b/esc-reporting/esc-collect.py
@@ -138,6 +138,7 @@ def get_bugzilla(cfg):
     searchDate, rawList = util_load_data_file(cfg, fileName, 'bugzilla', {'bugs': {}})
     print("Updating bugzilla dump from " + rawList['newest-entry'])
 
+    searchDate - datetime.timedelta(days=1)
     url = 'https://bugs.documentfoundation.org/rest/bug?' \
           '&order=changeddate&chfieldto=Now&chfieldfrom=' + searchDate.strftime("%Y-%m-%d") + \
           '&limit=200&offset='


More information about the Libreoffice-commits mailing list