From 379795ee06489406f40645ec3ca123494d72fe7f Mon Sep 17 00:00:00 2001 From: brent s Date: Tue, 12 Jan 2021 04:57:49 -0500 Subject: [PATCH] adding example JSON --- arch/relchk.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/relchk.py b/arch/relchk.py index 8ec78e2..2f5d0a9 100755 --- a/arch/relchk.py +++ b/arch/relchk.py @@ -1,5 +1,16 @@ #!/usr/bin/env python3 +# TODO: logging +# Example .arch.json: +# { +# "date": "Fri, 01 Jan 2021 00:00:00 +0000", +# "mirror": "http://arch.mirror.constant.com/", +# "country": "US", +# "notes": "https://archlinux.org/releng/releases/2021.01.01/", +# "ver": "2021.01.01", +# "sha1": "c3082b13d3cf0a253e1322568f2fd07479f86d52" +# } + import datetime import json import hashlib