Browse Source

add note about comparing checksums

keep-around/e977c9e07f177e8bc2b51265de1bc93475397f61
parazyd 6 years ago
parent
commit
ef695f8355
Signed by untrusted user: parazyd GPG Key ID: F0CB28FCF78637DE
  1. 1
      amprolla-download

1
amprolla-download

@ -50,6 +50,7 @@ def merge_files(repo, relfile):
local_rel = join(roots['devuan']['local'], release_file)
remote_rel = join(roots['devuan']['remote'], release_file)
# Possibly use this var to check for changed hashes
local_contents = open(local_rel).read()
local_date = get_date(local_contents)

Loading…
Cancel
Save