You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2016/10/26 21:49:45 UTC

svn commit: r1766743 - /openoffice/devtools/aoo-stats/detail-by-day.py

Author: marcus
Date: Wed Oct 26 21:49:45 2016
New Revision: 1766743

URL: http://svn.apache.org/viewvc?rev=1766743&view=rev
Log:
Update stats script for 4.1.3 release

Modified:
    openoffice/devtools/aoo-stats/detail-by-day.py

Modified: openoffice/devtools/aoo-stats/detail-by-day.py
URL: http://svn.apache.org/viewvc/openoffice/devtools/aoo-stats/detail-by-day.py?rev=1766743&r1=1766742&r2=1766743&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/detail-by-day.py (original)
+++ openoffice/devtools/aoo-stats/detail-by-day.py Wed Oct 26 21:49:45 2016
@@ -67,7 +67,7 @@ end_date = datetime.datetime.strptime(sy
 
 # columns of interest
 columns = [ "count_total",
-    "count_340", "count_341", "count_400", "count_401", "count_410", "count_411","count_412",
+    "count_340", "count_341", "count_400", "count_401", "count_410", "count_411","count_412","count_413",
     "windows", "mac", "linux", "linux32", "linux64", "deb", "rpm",
     "ar", "ast", "bg", "ca", "ca-XR", "ca-XV", "cs", "da", "de",
     "en-GB", "en-US", "el", "es", "eu", "fi", "fr", "gd", "gl",
@@ -87,6 +87,7 @@ patternDict = {
     "count_410" : "4.1.0",
     "count_411" : "4.1.1",
     "count_412" : "4.1.2",
+    "count_413" : "4.1.3",
     "windows"   : "Win_x86",
     "mac"       : "MacOS",
     "linux"     : "Linux",