aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-05-19 15:23:18 +0000
committerstuconnolly <stuart02@gmail.com>2009-05-19 15:23:18 +0000
commitced198c6e9aee4a7ea0ec02c559d9461ba9ceaae (patch)
tree41acfaf26ed1bb21e9c3b06fbc9c5e47014d7df5 /Scripts
parent0ad4a219afda9e2c00db4dd80598d17ce6bf0c1f (diff)
downloadsequelpro-ced198c6e9aee4a7ea0ec02c559d9461ba9ceaae.tar.gz
sequelpro-ced198c6e9aee4a7ea0ec02c559d9461ba9ceaae.tar.bz2
sequelpro-ced198c6e9aee4a7ea0ec02c559d9461ba9ceaae.zip
Add Subversion Id property to scripts.
Diffstat (limited to 'Scripts')
-rwxr-xr-xScripts/build-version.pl2
-rwxr-xr-xScripts/package-application.sh6
-rwxr-xr-xScripts/trim-application.sh4
3 files changed, 10 insertions, 2 deletions
diff --git a/Scripts/build-version.pl b/Scripts/build-version.pl
index a118e281..cd56310d 100755
--- a/Scripts/build-version.pl
+++ b/Scripts/build-version.pl
@@ -1,5 +1,7 @@
#! /usr/bin/perl -w
+## $Id$
+##
## Author: Stuart Connolly (stuconnolly.com)
## Copyright (c) 2009 Stuart Connolly. All rights reserved.
##
diff --git a/Scripts/package-application.sh b/Scripts/package-application.sh
index 680cfb23..e00c91a5 100755
--- a/Scripts/package-application.sh
+++ b/Scripts/package-application.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+# $Id$
+#
# package-application.sh
# sequel-pro
#
@@ -62,4 +64,6 @@ if [ -e "$PRIVATE_KEY_LOCATION" ]
then
SIGNATURE=`openssl dgst -sha1 -binary < "${DMG_BUILD_PATH}/${DMG_NAME}.dmg" | openssl dgst -dss1 -sign "$PRIVATE_KEY_LOCATION" | openssl enc -base64`
echo "$SIGNATURE" > "${DMG_BUILD_PATH}/${DMG_NAME}.dmg.signature"
-fi \ No newline at end of file
+fi
+
+exit 0
diff --git a/Scripts/trim-application.sh b/Scripts/trim-application.sh
index 90540e40..a8194060 100755
--- a/Scripts/trim-application.sh
+++ b/Scripts/trim-application.sh
@@ -1,5 +1,7 @@
#! /bin/ksh
+## $Id$
+##
## Author: Stuart Connolly (stuconnolly.com)
## Copyright (c) 2009 Stuart Connolly. All rights reserved.
##
@@ -124,4 +126,4 @@ fi
printf "\nTrimming application bundle '`basename $APP_PATH`' complete\n"
-exit 0 \ No newline at end of file
+exit 0