[Pkg-javascript-commits] [mathjax-docs] 01/01: debian/get-orig-source.sh: Set -e to abort in case of errors.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Nov 7 17:45:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository mathjax-docs.
commit 905d173637bd5d3e404e3e777cdf85270d8eb9b0
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Nov 7 20:44:25 2015 +0300
debian/get-orig-source.sh: Set -e to abort in case of errors.
---
debian/changelog | 1 +
debian/get-orig-source.sh | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index fdbfe60..5308e6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mathjax-docs (2.5+20150518-2) UNRELEASED; urgency=medium
* Revert the last change. No hacks needed to achieve reproducibility
with the latest Sphinx.
+ * debian/get-orig-source.sh: Set -e to abort in case of errors.
-- Dmitry Shachnev <mitya57 at debian.org> Sat, 15 Aug 2015 23:40:45 +0300
diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh
index a9f9064..0337ed9 100644
--- a/debian/get-orig-source.sh
+++ b/debian/get-orig-source.sh
@@ -2,6 +2,8 @@
# Get the DFSG-compatible source tarball from GitHub
# Author: 2014 Dmitry Shachnev
+set -e
+
export TAR_OPTIONS='--owner root --group root --mode a+rX'
export GZIP_OPTIONS='-9n'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/mathjax-docs.git
More information about the Pkg-javascript-commits
mailing list