1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Make rsync output less noisy

Don't show .gz files: that's almost everything thanks to ect's
non-deterministic output
This commit is contained in:
Rohan Kumar 2023-11-28 19:46:15 -08:00
parent 41106cc9fd
commit 4581c83561
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -132,7 +132,7 @@ copy-to-xhtml:
.PHONY: deploy-html .PHONY: deploy-html
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 .PHONY: deploy-gemini
deploy-gemini: deploy-gemini: