[Qa-jenkins-scm] [jenkins.debian.net] 01/01: torbrowser tests: configure lintian to be pedantic
Holger Levsen
holger at moszumanska.debian.org
Thu Jan 28 11:41:19 UTC 2016
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 2f0d2e42d352314bf746bd2f83bc8e1e2e9e487b
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Jan 28 12:41:10 2016 +0100
torbrowser tests: configure lintian to be pedantic
---
bin/test_torbrowser-launcher.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index b76e1f4..3e8b1cf 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -117,10 +117,13 @@ upgrade_to_package_build_from_git() {
else
local UPSTREAM_TREE=origin/master
fi
+ # configure lintian to be pedantic
+ echo "pedantic = yes" | schroot --run-session -c $SESSION --directory $TMPDIR -u root -- tee -a /etc/lintianrc
+ # build the package
schroot --run-session -c $SESSION --directory $TMPDIR/git -- gbp buildpackage --git-ignore-branch --git-upstream-tree=$UPSTREAM_TREE -uc -us
- # install it
local DEB=$(cd $TMPDIR ; ls torbrowser-launcher_*deb)
local CHANGES=$(cd $TMPDIR ; ls torbrowser-launcher_*changes)
+ # install it
echo "$(date -u ) - $DEB will be installed."
schroot --run-session -c $SESSION --directory $TMPDIR -u root -- dpkg -i $DEB
# cleanup
--
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