blog.grace.moe

Source for the blog blog.grace.moe
git clone https://git.grace.moe/blog.grace.moe
Log | Files | Refs

commit 6d641f3a75c39f27753ce2d7301b032c7cb10479
parent 5821ab9590909fee385d2f35e5de99f638e4621c
Author: gracefu <81774659+gracefuu@users.noreply.github.com>
Date:   Sat, 19 Apr 2025 23:57:43 +0800

Suppress "- upload" and "- clean" lines

Diffstat:
Mmake.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make.py b/make.py @@ -858,7 +858,7 @@ async def our_main(): if isinstance(ent, dict) ) ) - print("- clean", path) + # print("- clean", path) @rule_no_cache async def upload(fetch: Fetch, path: str): @@ -886,7 +886,7 @@ async def our_main(): f"{STORAGECMD} -T'{LOCALPATH}/{path}' '{STORAGEURL}/{path}'" ) print("--- uploading", path) - print("- upload", path) + # print("- upload", path) @rule_no_cache async def purge(fetch: Fetch):