[reprotest] 03/08: Don't mislead readers: reprotest's variations aren't directly tied to tests.r-b.org

Ximin Luo infinity0 at debian.org
Thu Dec 1 22:06:21 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 c90344303f4d459c8b4d6c687faae4ba62ea764b
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Dec 1 19:35:51 2016 +0100

    Don't mislead readers: reprotest's variations aren't directly tied to tests.r-b.org
---
 reprotest/__init__.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/reprotest/__init__.py b/reprotest/__init__.py
index 2b7778e..11b5c16 100644
--- a/reprotest/__init__.py
+++ b/reprotest/__init__.py
@@ -483,8 +483,7 @@ COMMAND_LINE_OPTIONS = types.MappingProxyType(collections.OrderedDict([
         'default': frozenset(VARIATIONS.keys()),
         'help': 'Build variations to test as a comma-separated list '
         '(without spaces).  Default is to test all available '
-        'variations: %s; see https://tests.reproducible-builds.org/index_variations.html '
-        'for more information.' % ', '.join(VARIATIONS.keys())})),
+        'variations: %s.' % ', '.join(VARIATIONS.keys())})),
     ('--dont-vary', types.MappingProxyType({
         'dest': 'dont_vary',
         'type': lambda s: frozenset(s.split(',')),

-- 
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