From 4581c835619377777f84d0c52279c402ea91e1d9 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 28 Nov 2023 19:46:15 -0800 Subject: [PATCH] Make rsync output less noisy Don't show .gz files: that's almost everything thanks to ect's non-deterministic output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f058f27..2b5755c 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ copy-to-xhtml: .PHONY: deploy-html deploy-html: - rsync $(RSYNCFLAGS) $(RSYNCFLAGS_EXTRA) --exclude 'gemini' --exclude '*.gmi' --exclude-from .rsyncignore $(OUTPUT_DIR)/ $(WWW_RSYNC_DEST) --delete + rsync $(RSYNCFLAGS) $(RSYNCFLAGS_EXTRA) --exclude 'gemini' --exclude '*.gmi' --exclude-from .rsyncignore $(OUTPUT_DIR)/ $(WWW_RSYNC_DEST) --delete | grep -v 'l\.gz$$' .PHONY: deploy-gemini deploy-gemini: