[reprotest] 01/01: Add some more documentation

Ximin Luo infinity0 at debian.org
Fri Nov 18 16:18:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository reprotest.

commit 253e53b283569c98c95849ebec1ff87fef386ae4
Author: Ximin Luo <infinity0 at debian.org>
Date:   Fri Nov 18 17:18:07 2016 +0100

    Add some more documentation
---
 debian/changelog      | 2 ++
 reprotest/__init__.py | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f862c35..a09218c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 reprotest (0.3.3) UNRELEASED; urgency=medium
 
+  * Document virtual servers and caveats better.
+  * Add a --help [virtual server] option.
   * Add a --no-diffoscope option. (Closes: #844512)
 
  -- Ximin Luo <infinity0 at debian.org>  Fri, 18 Nov 2016 17:13:49 +0100
diff --git a/reprotest/__init__.py b/reprotest/__init__.py
index 2c9280b..f3daaf1 100644
--- a/reprotest/__init__.py
+++ b/reprotest/__init__.py
@@ -450,7 +450,10 @@ COMMAND_LINE_OPTIONS = types.MappingProxyType(collections.OrderedDict([
         'whatever you set for "variations".'})),
     ('--no-diffoscope', types.MappingProxyType({
         'action': 'store_true', 'default': False,
-        'help': 'Don\'t run diffoscope.'})),
+        'help': 'Don\'t run diffoscope; instead run diff(1). Useful if you '
+        'don\'t want to install diffoscope and/or just want a quick answer '
+        'on whether the reproduction was successful or not, without spending '
+        'time to compute all the detailed differences.'})),
     ('--no-clean-on-error', types.MappingProxyType({
         'action': 'store_true', 'default': False,
         'help': 'Don\'t clean the virtual_server if there was an error. '

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reprotest.git



More information about the Reproducible-commits mailing list