X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate20.py;h=b35c84b3851cf5a1674dcbb45f649f3a2fcfa124;hb=2d222c33d1b6453bf117a0c8cc2f791fabe4e3a4;hp=6a44dd316bc9948a35a3e38f18401abd5f876885;hpb=1701f98e315f37de1bec452c469df500a211bfa6;p=dak.git diff --git a/dak/dakdb/update20.py b/dak/dakdb/update20.py index 6a44dd31..b35c84b3 100755 --- a/dak/dakdb/update20.py +++ b/dak/dakdb/update20.py @@ -137,6 +137,7 @@ def do_update(self): count += 1 print "Directory %s, file %7d, failures %3d. (%s)" % (dirpath[-10:], count, failure, changesfile) changes = Changes() + changes.changes_file = changesfile changesfile = os.path.join(dirpath, changesfile) changes.changes = parse_changes(changesfile, signing_rules=-1) changes.changes["fingerprint"], = check_signature(changesfile)