]> git.decadent.org.uk Git - dak.git/commitdiff
Merge remote-tracking branch 'algernon/f/external_files' into merge
authorJoerg Jaspert <joerg@debian.org>
Mon, 17 Sep 2012 13:12:24 +0000 (15:12 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 17 Sep 2012 13:12:24 +0000 (15:12 +0200)
* 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 <joerg@debian.org>
daklib/checks.py

index 92f7e12278de34a2781a27272dab6f7052196c71..793bc681c0ec08539ee4bd10c1395deea603fcc1 100644 (file)
@@ -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)