[Pkg-owncloud-commits] [owncloud-client] 139/171: OS X: The --strict option isn't supported on the build machine

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Feb 17 09:37:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to annotated tag upstream/2.1.1+dfsg
in repository owncloud-client.

commit 46e384a2f277fb5ac1f4ce81abb65875967bb6ec
Author: Jocelyn Turcotte <jturcotte at woboq.com>
Date:   Fri Jan 22 18:13:25 2016 +0100

    OS X: The --strict option isn't supported on the build machine
    
    XCode is too old.
---
 admin/osx/sign_app.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/osx/sign_app.sh b/admin/osx/sign_app.sh
index 355b8d2..e495fe1 100755
--- a/admin/osx/sign_app.sh
+++ b/admin/osx/sign_app.sh
@@ -10,7 +10,7 @@ codesign -s "$identity" --force --preserve-metadata=entitlements --verbose=4 --d
 
 # Verify the signature
 codesign -dv $src_app
-codesign --verify -v --strict $src_app
+codesign --verify -v $src_app
 spctl -a -t exec -vv $src_app
 
 # Validate that the key used for signing the binary matches the expected TeamIdentifier

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list