Author: mseidel
Date: Sun May  2 19:36:34 2021
New Revision: 1889425

URL: http://svn.apache.org/viewvc?rev=1889425&view=rev
Log:
Changes for AOO 4.1.9/4.1.10 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=1889425&r1=1889424&r2=1889425&view=diff
==============================================================================
--- openoffice/devtools/aoo-stats/detail-by-day.py (original)
+++ openoffice/devtools/aoo-stats/detail-by-day.py Sun May  2 19:36:34 2021
@@ -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_413", "count_414", "count_415", "count_416", 
"count_417", "count_418",
+    "count_340", "count_341", "count_400", "count_401", "count_410", 
"count_411", "count_412", "count_413", "count_414", "count_415", "count_416", 
"count_417", "count_418", "count_419", "count_4110",
     "windows", "mac", "linux", "linux32", "linux64", "deb", "rpm",
     "ar", "ast", "bg", "ca", "ca-XR", "ca-XV", "cs", "da", "de",
     "el", "en-GB", "en-US", "es", "eu", "fi", "fr", "gd", "gl",
@@ -80,26 +80,28 @@ columns = [ "count_total",
 # If there is no entry for a column then the pattern for language columns is 
assumed.
 patternDict = {
     "count_total" : "",
-    "count_340" : "3.4.0",
-    "count_341" : "3.4.1",
-    "count_400" : "4.0.0",
-    "count_401" : "4.0.1",
-    "count_410" : "4.1.0",
-    "count_411" : "4.1.1",
-    "count_412" : "4.1.2",
-    "count_413" : "4.1.3",
-    "count_414" : "4.1.4",
-    "count_415" : "4.1.5",
-    "count_416" : "4.1.6",
-    "count_417" : "4.1.7",
-    "count_418" : "4.1.8",
-    "windows"   : "Win_x86",
-    "mac"       : "MacOS",
-    "linux"     : "Linux",
-    "linux32"   : "Linux_x86_",
-    "linux64"   : "Linux_x86-64_",
-    "deb"       : "install-deb_",
-    "rpm"       : "install-rpm_"
+    "count_340"  : "3.4.0",
+    "count_341"  : "3.4.1",
+    "count_400"  : "4.0.0",
+    "count_401"  : "4.0.1",
+    "count_410"  : "4.1.0",
+    "count_411"  : "4.1.1",
+    "count_412"  : "4.1.2",
+    "count_413"  : "4.1.3",
+    "count_414"  : "4.1.4",
+    "count_415"  : "4.1.5",
+    "count_416"  : "4.1.6",
+    "count_417"  : "4.1.7",
+    "count_418"  : "4.1.8",
+    "count_419"  : "4.1.9",
+    "count_4110" : "4.1.10",
+    "windows"    : "Win_x86",
+    "mac"        : "MacOS",
+    "linux"      : "Linux",
+    "linux32"    : "Linux_x86_",
+    "linux64"    : "Linux_x86-64_",
+    "deb"        : "install-deb_",
+    "rpm"        : "install-rpm_"
 }
 
 


Reply via email to