forked from adamm/git-importer
Add the file_md5 to the download function so it can cache and verify
This commit is contained in:
@@ -216,8 +216,7 @@ class DBRevision:
|
||||
to_delete = []
|
||||
if current_rev:
|
||||
old_files = {
|
||||
e["name"]: f"{entry['md5']}-{entry['size']}"
|
||||
for e in current_rev.files_list(db)
|
||||
e["name"]: f"{e['md5']}-{e['size']}" for e in current_rev.files_list(db)
|
||||
}
|
||||
else:
|
||||
old_files = dict()
|
||||
|
Reference in New Issue
Block a user