[Libreoffice-commits] core.git: postprocess/CustomTarget_signing.mk

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 1 05:29:08 UTC 2019


 postprocess/CustomTarget_signing.mk |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 9f8fe00a245c279e7531e03bf38fbcab24d52bcc
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Mon Apr 1 00:02:39 2019 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Apr 1 07:28:45 2019 +0200

    no need to sign mysql-connector-ooo files, because they no longer exist in LO
    
    Change-Id: Id9361cc6fd6d9bb150fd5a70fde7f6c91097b04a
    Reviewed-on: https://gerrit.libreoffice.org/70018
    Tested-by: Jenkins
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/postprocess/CustomTarget_signing.mk b/postprocess/CustomTarget_signing.mk
index b8a764d899e4..3a7097fcbd77 100644
--- a/postprocess/CustomTarget_signing.mk
+++ b/postprocess/CustomTarget_signing.mk
@@ -47,7 +47,6 @@ ifneq ($(ENABLE_DBGUTIL),TRUE)
 			$(INSTDIR)/program/shlxthdl/*.dll \
 			$(INSTDIR)/sdk/cli/*.dll \
 			$(INSTDIR)/sdk/bin/*.exe \
-			$(INSTDIR)/share/extensions/mysql-connector-ooo/*.dll\
 	&& rm $$EXCLUDELIST && touch $@
 else
 	@echo "Doing nothing on non product builds ..."


More information about the Libreoffice-commits mailing list