summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-06-30 23:58:56 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-01 00:39:57 +0100
commit055b375542a2f1c00ca46e76ae9a8e6bf6372ebc (patch)
tree7839239dfa88be068808bf3b6752aa6cc065acc7
parent6af86bd0c71d0d3dfa84ef03ff121939d804dbde (diff)
changelog: Document empirical effectiveness of new gnupg workaround
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 96a9e62..c2a4123 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
dgit (5.6~) unstable; urgency=medium
* Merge the experimental branch containing the fianl
- version of the test suite gnupg workarounds.
+ version of the test suite gnupg workarounds. Empirically,
+ - The tests now pass (most of the time, at least) in
+ current Debian unstable, whereas 5.5's fail utterly.
+ - There is still occasional lossage. So when running tests
+ in a loop (eg to test ever commit), it is still good to set
+ DGIT_TEST_RETRY_COUNT=3 (say).
* test suite: Test that manpages format with only expected warnings.