diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-03-15 14:31:28 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-03-15 15:40:30 +0000 |
commit | fbfc39e6a9ed2acb89af0e62962e634b5ae53c75 (patch) | |
tree | f81e99e407ef22d23bf0fdaff0f2ae4ed7503f42 /scp2/source | |
parent | 8b25d46246f7fa5fa1a97fa9ac6f9df379e5652f (diff) |
Update-check: optional reporting of H/W and OS info also for installsets
expands 56a9594649872f4076b6891f917138d2b1e8d028 to also apply to
installation sets, not only instdir
Change-Id: I962b63feac02ac6dd06c77be660dd74d876c985e
(cherry picked from commit ce08a8e24edb9a9371642d666ae9a983b16d02bd)
Reviewed-on: https://gerrit.libreoffice.org/23270
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 8ee6d1cd7063..ff674f4cc31d 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})"; + Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; <OPTIONAL_OS_HW_DATA>)"; End ProfileItem gid_Brand_Profileitem_Version_Vendor |