[Pkg-owncloud-commits] [owncloud-client] 116/159: OS X: Actually Make the signing script fail on failure

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri May 1 13:05:33 UTC 2015


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

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit c3dca7a288f08fecac0c46ebf053a2a443bb6418
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu Apr 16 16:33:36 2015 +0200

    OS X: Actually Make the signing script fail on failure
    
    Addresses #3114
---
 admin/osx/sign_app.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/osx/sign_app.sh b/admin/osx/sign_app.sh
index 2a0994f..22f4dff 100755
--- a/admin/osx/sign_app.sh
+++ b/admin/osx/sign_app.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -x
+#!/bin/sh -xe
 
 [ "$#" -lt 2 ] && echo "Usage: sign_app.sh <app> <identity>" && exit
 
@@ -7,6 +7,6 @@ identity="$2"
 
 codesign -s "$identity" --force --verbose=4 --deep "$src_app"
 
-# Just for our debug purposes:
+# Verify the signature
 spctl -a -t exec -vv $src_app
 codesign -dv $src_app

-- 
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