From: Mark Hymers Date: Sat, 26 Mar 2011 18:09:31 +0000 (+0000) Subject: make sure we've applied distribution maps before trying to use the distribution X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=f37c2237ab2d0698ad8b305bbe4eb1d8b5e3aa42;hp=-c;p=dak.git make sure we've applied distribution maps before trying to use the distribution Signed-off-by: Mark Hymers --- f37c2237ab2d0698ad8b305bbe4eb1d8b5e3aa42 diff --git a/dak/process_new.py b/dak/process_new.py index dfdb2e97..0f367907 100755 --- a/dak/process_new.py +++ b/dak/process_new.py @@ -688,6 +688,7 @@ def do_pkg(changes_full_path, session): u.Subst["__BCC__"] = bcc files = u.pkg.files + u.check_distribution() for deb_filename, f in files.items(): if deb_filename.endswith(".udeb") or deb_filename.endswith(".deb"): u.binary_file_checks(deb_filename, session)