[Libreoffice-commits] core.git: scp2/source

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Mon Mar 14 11:38:15 UTC 2016


 scp2/source/ooo/common_brand.scp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6c47de46613b531bd975d073cf31c3fda6f8b8da
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Mon Mar 14 12:36:23 2016 +0100

    User-Agent: disable reporting of languages - also for installsets
    
    extends 2a9095570a2430568f5c5e1c91edd6a717e099a6 to not only apply to
    instdir, but also to packaged installers (that use data from scp2)
    
    Change-Id: I446c521ce2b95549c2930275bee917c120c19e9b

diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index c3667de..1097950 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -921,7 +921,7 @@ ProfileItem gid_Brand_Profileitem_Version_Useragent
     Section = "Version";
     Order = 17;
     Key = "UpdateUserAgent";
-    Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; BundledLanguages=${AllLanguages})";
+    Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH})";
 End
 
 ProfileItem gid_Brand_Profileitem_Version_Vendor


More information about the Libreoffice-commits mailing list