diff options
author | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2023-12-12 14:25:52 +0100 |
---|---|---|
committer | Stephan Bergmann <stephan.bergmann@allotropia.de> | 2023-12-12 20:43:57 +0100 |
commit | 189d827b996438ae92ec85ba63a6ccc8da2b54b0 (patch) | |
tree | 61fdb441873cd35f9791dfb410e53ad841b82878 /distro-configs/Jenkins | |
parent | c1efe3f73c02b6759afdbe71ee815b503e82381b (diff) |
Split --with-update-config=... into many --with-online-update-mar-...=...
...and allow each of them to be left off, for debug purposes, even if that may
render the resulting --enable-online-update-mar feature non-functional.
This change tracked each item that was potentially read from the
--with-update-config ini file, and turned each of them into a new
--with-online-update-mar-... option. The only exception and remaining TODO is
bin/update/upload_build_config.py (called from Makefile.gbuild).
distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf (which might well be dead)
set --with-update-config=~/updater.ini with an ini file of unknown content. So
that no items are silently missing if we ever resurrect that distro-config, I
set all of the new options to =TODO there for now.
Change-Id: I17a13e0d190a868436bac10c1b0a6675d8c704c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160622
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'distro-configs/Jenkins')
-rw-r--r-- | distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf index e2c510f509f8..d198cdb1b427 100644 --- a/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf +++ b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf @@ -32,6 +32,12 @@ --disable-dconf --with-lang=de es fr ar zh-CN --with-package-format=archive ---with-update-config=~/updater.ini +--with-online-update-mar-baseurl=TODO +--with-online-update-mar-certificateder=TODO +--with-online-update-mar-certificatename=TODO +--with-online-update-mar-certificatepath=TODO +--with-online-update-mar-channel=TODO +--with-online-update-mar-serverurl=TODO +--with-online-update-mar-uploadurl=TODO --with-jdk-home=/etc/alternatives/java_sdk_17 --enable-odk |