tadd note about comparing checksums - amprolla - devuan's apt repo merger | |
git clone git://parazyd.org/amprolla.git | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ef695f8355d84239ef29ae798008968ce64073e6 | |
parent 2807e03bd2cd30f25d5cf9dff512729f6df48224 | |
Author: parazyd | |
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(-) --- | |
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) |