From 90e23d4da90b7b8bb42ab2d8ffc4e279c892b546 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Fri, 23 Sep 2022 02:28:23 +0300 Subject: [PATCH] update @ Fri 23 Sep 02:28:23 EEST 2022 Signed-off-by: Ari Archer --- blog_json_hash.txt | 1 - scripts/blog | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 blog_json_hash.txt diff --git a/blog_json_hash.txt b/blog_json_hash.txt deleted file mode 100644 index 097a13e..0000000 --- a/blog_json_hash.txt +++ /dev/null @@ -1 +0,0 @@ -fe9cdebb971b9c7a0ec8da637eb91cde4663e5d871ea3ac7f107b1cd46413fac \ No newline at end of file diff --git a/scripts/blog b/scripts/blog index b6d4325..b7d56d3 100755 --- a/scripts/blog +++ b/scripts/blog @@ -607,7 +607,7 @@ def clean(config: Dict) -> Tuple[int, Dict]: config["blog-dir"], "index.html", "content/*.min.*", - "*.hash", + "blog_json_hash.txt", "manifest.json", } @@ -649,7 +649,7 @@ def generate_metadata(config: Dict) -> Tuple[int, Dict]: ) with open(DEFAULT_CONFIG_FILE, "rb") as blog_api_file: - log(f"Generating hash for {DEFAULT_CONFIG_FILE!r}") + log(f"Generating hash for {DEFAULT_CONFIG_FILE!r}", "HASH") with open( f"{DEFAULT_CONFIG_FILE.replace('.', '_')}_hash.txt", "w"