X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_new.py;h=f11c7c0228013577e368d9a5b9c10c9efe21fdd6;hb=3794462417522fe7ded56032147a87bd0edd2479;hp=041a60e09d198748f13785881104e5084e18facb;hpb=53181135f740882c19553c2a8146de6a3041910c;p=dak.git diff --git a/dak/process_new.py b/dak/process_new.py index 041a60e0..f11c7c02 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -669,9 +669,13 @@ def do_pkg(changes_file, session): if not recheck(u, session): return - # FIXME: This does need byhand checks added! - new = determine_new(u.pkg.changes, files) - if new: + new, byhand = determine_new(u.pkg.changes, files) + if byhand: + # TODO: Fix this and make sure it doesn't complain when we've + # got already processed byhand components + print "Warning: This has byhand components and probably shouldn't be in NEW." + print "Contact an ftpmaster as this needs to be dealt with by them" + elif new: do_new(u, session) else: try: