X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_accepted.py;h=5e09243ffa545b22f836f9e2fa57191e4cfd31d2;hb=e79e9a1395528354b5978fc4b92a8fcdd1559d70;hp=5dd72f7f2b91e7b0528f354dc3c8fded8fa1c7be;hpb=7c6cd57640ef3b2369adb37a46fd5f1d7dc22958;p=dak.git diff --git a/dak/process_accepted.py b/dak/process_accepted.py index 5dd72f7f..5e09243f 100755 --- a/dak/process_accepted.py +++ b/dak/process_accepted.py @@ -353,7 +353,7 @@ def install (): if not files[file].has_key("location id") or not files[file]["location id"]: files[file]["location id"] = database.get_location_id(Cnf["Dir::Pool"],files[file]["component"],utils.where_am_i()) if not files[file].has_key("files id") or not files[file]["files id"]: - files[file]["files id"] = database.set_files_id (filename, files[file]["size"], files[file]["md5sum"], files[file]["location id"]) + files[file]["files id"] = database.set_files_id (filename, files[file]["size"], files[file]["md5sum"], files[file]["sha1sum"], files[file]["sha256sum"], files[file]["location id"]) source_id = database.get_source_id (source, source_version) if source_id: projectB.query("INSERT INTO binaries (package, version, maintainer, source, architecture, file, type, sig_fpr) VALUES ('%s', '%s', %d, %d, %d, %d, '%s', %d)"