[Qa-jenkins-scm] [jenkins.debian.net] 03/04: reproducible: remove unneeded 'set -e' which is set by common-functions.sh already
Holger Levsen
holger at moszumanska.debian.org
Tue Aug 25 10:58:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 65c765b37deedbbbf5ee9f622b0851b6aab64c8a
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Aug 25 12:56:14 2015 +0200
reproducible: remove unneeded 'set -e' which is set by common-functions.sh already
---
bin/reproducible_html_howto.sh | 1 -
bin/reproducible_html_specs.sh | 1 -
2 files changed, 2 deletions(-)
diff --git a/bin/reproducible_html_howto.sh b/bin/reproducible_html_howto.sh
index e850e1c..e143ca6 100755
--- a/bin/reproducible_html_howto.sh
+++ b/bin/reproducible_html_howto.sh
@@ -9,7 +9,6 @@ common_init "$@"
. /srv/jenkins/bin/reproducible_common.sh
-set -e
VERSION=$(git log -1 --pretty='%h')
diff --git a/bin/reproducible_html_specs.sh b/bin/reproducible_html_specs.sh
index 0a8ff88..dafd06f 100755
--- a/bin/reproducible_html_specs.sh
+++ b/bin/reproducible_html_specs.sh
@@ -10,7 +10,6 @@ common_init "$@"
. /srv/jenkins/bin/reproducible_common.sh
-set -e
VERSION=$(git log -1 --pretty='%h')
SPEC=$1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list