From 08a209afc47ca80e024eb63587e2af94b66a8674 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 14 Dec 2016 22:14:56 +0100 Subject: Disable yarns In some circumstances, the encryption related yarns fail. gpg fails to start a gpg-agent, but doesn't say why. I'm giving up. I've spent days on this now, and I don't understand why it fails. It always works when running Obnam for real. I want 1.20 to get into Debian strach, so I'm disabling yarns while packge is built. I'll return to this later. --- debian/changelog | 3 +++ debian/rules | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e61e379b..d7b20dfc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ obnam (1.20.2+git-1) UNRELEASED; urgency=medium * New upstream version. + * debian/rules: do not run yarn tests during package building to + work around a gpg2 gpg-agent related bug that I can't seem to fix + right now. -- Lars Wirzenius Sun, 30 Oct 2016 10:46:18 +0200 diff --git a/debian/rules b/debian/rules index f58ee9fd..98ecd3b3 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) python setup.py build_ext -i rm -rf build cp -a test-gpghome temp.gpghome - env GNUPGHOME=temp.gpghome python setup.py check -uy + env GNUPGHOME=temp.gpghome python setup.py check -u rm -rf temp.gpghome else echo NOT RUNNING TESTS DUE TO DEB_BUILD_OPTIONS -- cgit v1.2.1