office-gobmx/postprocess
Christian Lohmaier 8811516e2e split msi signing from creation to reduce number of singtool calls
as with private key on crypto-smartcard you'd have to enter your pin
over a hundred times while creating full-lang builds and that is not
fun.
This reduces it to
* once for dll/exe
  (at least in case for mergelib is is less than 350 objects and
  that doesn't break commandline limits - previously it was set to
  only sign 20 objects at a time, forcing a pin-entry over 15 times) and
* once for main installation set
* once for SDK
* once for all the helppacks
  (signing description previously also contained the language, this
  change drops that to just "<productname> <version> Helppack"

and last three are not scattered timewise, but are done after all
packaging is complete, so the build only waits twice for user-input.

Change-Id: Ibb8bb233e967556f9654573ad30d0ed5883b533f
Reviewed-on: https://gerrit.libreoffice.org/78649
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2019-09-06 11:36:44 +02:00
..
packimages
qa
signing split msi signing from creation to reduce number of singtool calls 2019-09-06 11:36:44 +02:00
CppunitTest_services.mk
CustomTarget_check_dynamic_objects.mk
CustomTarget_images.mk
CustomTarget_registry.mk
CustomTarget_signing.mk split msi signing from creation to reduce number of singtool calls 2019-09-06 11:36:44 +02:00
Makefile
Module_postprocess.mk
Package_images.mk
Package_registry.mk
Rdb_services.mk [API CHANGE] remove MacroMigrationWizard 2019-08-31 15:07:47 +02:00
README

Postprocessing and checking of files delivered by other modules.

This module has to be the last one built before creating install sets
in module 'instset_native'. Thus it ties together all the dependencies
of all the other de-coupled modules. See the first line of
[[postprocess/prj/build.lst]] for that.