From: Luca Falavigna Date: Wed, 13 Oct 2010 09:40:02 +0000 (+0000) Subject: process_new.py: s/Binaries/No-Binaries/ X-Git-Tag: debian-r/squeeze~497^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8bd471bcd1e6975fe66d3a0778ad8d1bb9ccb87d;p=dak.git process_new.py: s/Binaries/No-Binaries/ Signed-off-by: Luca Falavigna --- diff --git a/dak/process_new.py b/dak/process_new.py index fb3fdb63..e23efb69 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -731,7 +731,7 @@ def main(): session = DBConn().session() Arguments = [('a',"automatic","Process-New::Options::Automatic"), - ('b',"no-binaries","Process-New::Options::Binaries"), + ('b',"no-binaries","Process-New::Options::No-Binaries"), ('h',"help","Process-New::Options::Help"), ('m',"manual-reject","Process-New::Options::Manual-Reject", "HasArg"), ('t',"trainee","Process-New::Options::Trainee"), @@ -765,7 +765,7 @@ def main(): if len(changes_paths) > 1: sys.stderr.write("Sorting changes...\n") - changes_files = sort_changes(changes_paths, session, Options["Binaries"]) + changes_files = sort_changes(changes_paths, session, Options["No-Binaries"]) for changes_file in changes_files: changes_file = utils.validate_changes_file_arg(changes_file, 0)