tadd note about comparing checksums - amprolla - devuan's apt repo merger
HTML git clone git://parazyd.org/amprolla.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit ef695f8355d84239ef29ae798008968ce64073e6
DIR parent 2807e03bd2cd30f25d5cf9dff512729f6df48224
HTML Author: parazyd <parazyd@dyne.org>
Date: Fri, 26 May 2017 15:49:38 +0200
add note about comparing checksums
Diffstat:
M amprolla-download | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/amprolla-download b/amprolla-download
t@@ -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)