diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-25 14:03:49 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-05-06 00:40:01 +0200 |
commit | 5eb3ec6cbd74eafcf2a6c44da23cfba385c44c13 (patch) | |
tree | 435cf570b94c3664b14d8a070ffbf30851836b57 /postprocess | |
parent | 0ca0cd7294e938fff6f0107803c27411cb367f63 (diff) |
[API CHANGE] Drop obsolete TemplateRepositoryURL config key
Its use was removed in 2020 by
commit 9eaaf97ab32068a619b5c36772619b7e66268800
Change-Id: I47b86a9b1bf528d611fa3a79054681bd85382bb0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150989
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 8111fca4e2ab..f192cc1bcb31 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -579,7 +579,6 @@ postprocess_main_SED := \ -e 's,$${PRODUCTEXTENSION},.$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX),g' \ -e 's,$${STARTCENTER_ADDFEATURE_URL},https://extensions.libreoffice.org/,g' \ -e 's,$${STARTCENTER_INFO_URL},https://www.libreoffice.org/,g' \ - -e 's,$${STARTCENTER_TEMPLREP_URL},https://extensions.libreoffice.org/template-center/,g' \ -e 's,$${SYSTEM_LIBEXTTEXTCAT_DATA},$(SYSTEM_LIBEXTTEXTCAT_DATA),g' \ -e 's,$${SYSTEM_LIBNUMBERTEXT_DATA},$(SYSTEM_LIBNUMBERTEXT_DATA),g' \ -e 's,$${PRIVACY_POLICY_URL},$(PRIVACY_POLICY_URL),g' \ |