commit ef695f8355d84239ef29ae798008968ce64073e6
parent 2807e03bd2cd30f25d5cf9dff512729f6df48224
Author: parazyd <parazyd@dyne.org>
Date: Fri, 26 May 2017 15:49:38 +0200
add note about comparing checksums
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/amprolla-download b/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)