From: Joerg Jaspert Date: Sat, 28 Feb 2009 17:01:25 +0000 (+0100) Subject: p-u-new/o-p-u-new X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e05b46389119c7407b45f78b87ff0e81e14da3;p=dak p-u-new/o-p-u-new dont read in all changes files for (o-)p-u-new Signed-off-by: Joerg Jaspert --- diff --git a/dak/process_new.py b/dak/process_new.py index d7519c7e..acc4522f 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -736,7 +736,7 @@ def init(): Cnf["Process-New::Options::%s" % (i)] = "" changes_files = apt_pkg.ParseCommandLine(Cnf,Arguments,sys.argv) - if len(changes_files) == 0: + if len(changes_files) == 0 and not Cnf.get("Process-New::Options::Comments-Dir",""): changes_files = utils.get_changes_files(Cnf["Dir::Queue::New"]) Options = Cnf.SubTree("Process-New::Options")