[reprotest] 01/01: Don't conflict --min-cpus with --auto-build etc

Ximin Luo infinity0 at debian.org
Mon Nov 27 12:05:16 UTC 2017


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

infinity0 pushed a commit to branch master
in repository reprotest.

commit 8f84d0122c3b8f9d4b8ea31283c60847e0051327
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Nov 27 13:04:55 2017 +0100

    Don't conflict --min-cpus with --auto-build etc
---
 reprotest/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reprotest/__init__.py b/reprotest/__init__.py
index 9d9cf6e..e81f948 100644
--- a/reprotest/__init__.py
+++ b/reprotest/__init__.py
@@ -580,7 +580,7 @@ def cli_parser():
         'whitelist and blacklist. You probably want to set --vary=-all as well '
         'when setting this flag; see the man page for details. Conflicts with '
         '--extra-build and --auto-build.')
-    group1_0.add_argument('--min-cpus', default=None, type=int, metavar='NUM',
+    group1.add_argument('--min-cpus', default=None, type=int, metavar='NUM',
         help='Minimum CPUs to use when fixing num_cpus. Default: 1.')
     # TODO: remove after reprotest 0.8
     group1.add_argument('--dont-vary', default=[], action='append', help=argparse.SUPPRESS)

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