From 8c0ca1c5e5becc26b2bf740d0fed2e353c3bd2d8 Mon Sep 17 00:00:00 2001 From: chrox Date: Sat, 3 Oct 2015 15:07:31 +0800 Subject: [PATCH] comments for the targz file extension --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a41671c71..e998c34d9 100644 --- a/Makefile +++ b/Makefile @@ -158,6 +158,8 @@ kindleupdate: all cd $(INSTALL_DIR) && zip -u ../koreader-kindle-$(MACHINE)-$(VERSION).zip \ koreader/ota/package.index # make gzip kindleupdate for zsync OTA update + # note that the targz file extension is intended to keep ISP from caching + # the file, see koreader#1644. cd $(INSTALL_DIR) && \ tar czafh ../koreader-kindle-$(MACHINE)-$(VERSION).targz \ -T koreader/ota/package.index --no-recursion