[Libreoffice-commits] core.git: Branch 'libreoffice-7-0-1' - scp2/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sat Aug 22 13:35:45 UTC 2020
scp2/source/ooo/common_brand.scp | 9 ---------
1 file changed, 9 deletions(-)
New commits:
commit 3ff1220c4a6a0b2e978ba722c9d65485ed2cd8e7
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Aug 19 15:10:55 2020 +0200
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Aug 22 15:35:13 2020 +0200
Remove BuildVersion from installation set version ini files
...after 5fdf2009d21fa220dfee70ea755bd698c16257a7 "tdf#134522 remove
--with-build-version ./configure flag" had already removed it from the
instdir/ version ini file (but apparently forgot to also remove it from
installation set version ini files) and 00fa759dc9f13eb4618a7762be9ca6eaf3fd37f7
"tdf#135133: Don't try to read BuildVersion" removed its last consumer now
Change-Id: I98fd71e218fc0ede74ebc1b2e649011616d559ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100997
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
(cherry picked from commit 6ee46adb446f5350df2b1efc7fc3ffe2506dfaa0)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101057
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
(cherry picked from commit a72fd22c10f9f545b20b301d688560acb6bb1fef)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101150
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index 5f989c65cdf2..5eba313cdbc6 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -599,15 +599,6 @@ ProfileItem gid_Brand_Profileitem_Version_Vendor
Value = "<vendor>";
End
-ProfileItem gid_Brand_Profileitem_Version_BuildVersion
- ProfileID = gid_Brand_Profile_Version_Ini;
- ModuleID = gid_Module_Root_Brand;
- Section = "Version";
- Order = 17;
- Key = "BuildVersion";
- Value = "<buildversion>";
-End
-
ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
ProfileID = gid_Brand_Profile_Version_Ini;
ModuleID = gid_Module_Root_Brand;
More information about the Libreoffice-commits
mailing list