From: Joerg Jaspert Date: Mon, 17 Sep 2012 13:12:24 +0000 (+0200) Subject: Merge remote-tracking branch 'algernon/f/external_files' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=12e10a29eed2843efda0dfa13483a81877216cec;hp=f0aecfc41de9927d255402dafcae4eeb6a9fd5f8;p=dak.git Merge remote-tracking branch 'algernon/f/external_files' into merge * algernon/f/external_files: update87: Insert a default use_extfiles value to the config table too debian/cron.hourly: Dump & push the external_files table to security Introduce the external_files table Signed-off-by: Joerg Jaspert --- diff --git a/daklib/checks.py b/daklib/checks.py index 92f7e122..793bc681 100644 --- a/daklib/checks.py +++ b/daklib/checks.py @@ -168,7 +168,7 @@ class HashesCheck(Check): changes = upload.changes for f in changes.files.itervalues(): f.check(upload.directory) - source = changes.source + source = changes.source if source is not None: for f in source.files.itervalues(): f.check(upload.directory)