summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-08-03 22:27:28 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-08-04 21:44:45 +0100
commita6c565be751393ef52d2b74919b7ce2744019394 (patch)
tree32c1d9621de54334f06604abafd09c8864d9fd41 /debian
parentce8eb52870a6c55f5b87ab8def5db27cdf03703c (diff)
test suite: stunt gnupg runs gpg again if it exits status 2
Work around gnupg agent connection races by having our stunt gpg wrapper simply try running gpg again, once, if it exits 2. This does not fully suppress the bug but it does significantly reduce the probability. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e1c2c47..7bae4d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,10 @@ dgit (4.1~) experimental; urgency=medium
Test suite:
* sbuild-gitish: New test case to check running sbuild from git
+ * Work around gnupg agent connection races by having our stunt
+ gpg wrapper simply try running gpg again, once, if it exits 2.
+ This does not fully suppress the bug but it does significantly reduce
+ the probability.
--