[Libreoffice-commits] core.git: solenv/bin

Norbert Thiebaud nthiebaud at gmail.com
Fri Apr 22 18:02:32 UTC 2016


 solenv/bin/macosx-codesign-app-bundle |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5892c6b2268b5b2290faca9cbdb2807f6a810d96
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Apr 22 12:26:03 2016 -0500

    gengal is not s script anymore so it is already signed on mac
    
    69858a99c9b566303551a1bff91172917c5d624f removed the script layer
    around a gengal.bin
    so there is no gengal 'script' anymore and gengal is a binary
    that was signed at link already.
    
    remove the exception that force a sign of gengal as a 'script'
    which caused an error due to re-signing.
    
    Change-Id: Ie22efceb8e5ab20018be784968487917c6f0a95e
    Reviewed-on: https://gerrit.libreoffice.org/24306
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle
index ff6397a..afd3e68 100755
--- a/solenv/bin/macosx-codesign-app-bundle
+++ b/solenv/bin/macosx-codesign-app-bundle
@@ -60,7 +60,7 @@ done
 # Code Signing In Depth" suggests we should get rid of them rather sooner than
 # later, but they appear to be OK for now):
 
-for i in gengal python senddoc unoinfo
+for i in python senddoc unoinfo
 do
     if [ -f "$APP_BUNDLE/Contents/MacOS/$i" ]
     then


More information about the Libreoffice-commits mailing list