Skip to content
Snippets Groups Projects
Commit 4fcb598a authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Merge branch 'jbonjean'

parents c010a054 207b8ff3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Author: Julien Bonjean (julien@bonjean.info) # Author: Julien Bonjean (julien@bonjean.info)
# #
# Creation Date: 2009-04-20 # Creation Date: 2009-04-20
# Last Modified: 2009-07-03 17:02:33 -0400 # Last Modified: 2009-07-21 14:12:07 -0400
##################################################### #####################################################
# #
...@@ -380,8 +380,8 @@ fi ...@@ -380,8 +380,8 @@ fi
if [ ${DO_SIGNATURES} ]; then if [ ${DO_SIGNATURES} ]; then
echo "Sign packages" echo "Sign packages"
find ${PACKAGING_RESULT_DIR}/deb/dists -name "*.deb" -exec dpkg-sig -g '-q --passphrase `cat '${GPG_FILE}'`' -k 'Savoir-Faire Linux Inc.' --sign builder --sign-changes full {} \; find ${PACKAGING_RESULT_DIR}/deb/dists -name "*.deb" -exec dpkg-sig -g '--yes --batch --no-tty -q --passphrase `cat '${GPG_FILE}'`' -k 'Savoir-Faire Linux Inc.' --sign builder --sign-changes full {} \;
find ${PACKAGING_RESULT_DIR}/deb/dists -name "*.changes" -exec gpg --local-user 'Savoir-Faire Linux Inc.' --passphrase `cat ${GPG_FILE}` --clearsign --list-options no-show-policy-urls --armor --textmode --output {}.asc {} \; find ${PACKAGING_RESULT_DIR}/deb/dists -name "*.changes" -exec gpg --yes --batch --no-tty --local-user 'Savoir-Faire Linux Inc.' --passphrase `cat ${GPG_FILE}` --clearsign --list-options no-show-policy-urls --armor --textmode --output {}.asc {} \;
fi fi
######################### #########################
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Author: Julien Bonjean (julien@bonjean.info) # Author: Julien Bonjean (julien@bonjean.info)
# #
# Creation Date: 2009-05-13 # Creation Date: 2009-05-13
# Last Modified: 2009-06-22 14:40:21 -0400 # Last Modified: 2009-07-20 23:03:24 -0400
##################################################### #####################################################
# set -x # set -x
...@@ -75,7 +75,7 @@ CHANGELOG_CONTENT=`git log --no-merges --pretty=format:"%s" ${REF_COMMIT_HASH}.. ...@@ -75,7 +75,7 @@ CHANGELOG_CONTENT=`git log --no-merges --pretty=format:"%s" ${REF_COMMIT_HASH}..
if [ "$?" -eq "1" ]; then if [ "$?" -eq "1" ]; then
echo " !! No new commit since last release" echo " !! No new commit since last release"
exit -1 CHANGELOG_CONTENT="No new commit"
fi fi
if [ "$?" -ne "0" ]; then if [ "$?" -ne "0" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment