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

Xisco Fauli xiscofauli at libreoffice.org
Mon Feb 5 09:12:57 UTC 2018


 esc-reporting/esc-collect.py |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 7cc66463acfb5e5bea972fe10fcfeda1af1ee023
Author: Xisco Fauli <xiscofauli at libreoffice.org>
Date:   Mon Feb 5 10:11:16 2018 +0100

    esc-collect: Add latest versions

diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py
index 491fae4..425175a 100755
--- a/esc-reporting/esc-collect.py
+++ b/esc-reporting/esc-collect.py
@@ -275,7 +275,9 @@ def do_ESC_MAB_UPDATE(bz):
     url = bz + '&f1=version&o1=regexp&priority=highest&v1=^'
     rawList = {}
 
-    series = {'5.3' : '5.3',
+    series = {'6.0' : '6.0',
+              '5.4' : '5.4',
+              '5.3' : '5.3',
               '5.2' : '5.2',
               '5.1' : '5.1',
               '5.0' : '5.0',
@@ -682,7 +684,7 @@ def get_crash(cfg):
     dirList = util_load_url('http://dev-builds.libreoffice.org/crashtest/?C=M&O=D', useRaw=True)
     # find newest entry by using sort - in nginx' fancyindex first row is parent-directory
     # the second ones is most recent dir that was created. Only regular entries have a title
-    # attribute though, so use that as a shortcut, skip 
+    # attribute though, so use that as a shortcut, skip
     inx = dirList.find('title="', 0)
     if inx == -1:
        print("ERROR: http://dev-builds.libreoffice.org/crashtest/?C=M&O=D not showing DIR list")


More information about the Libreoffice-commits mailing list