comments for the targz file extension

This commit is contained in:
chrox
2015-10-03 15:07:31 +08:00
parent a60544b1ad
commit 8c0ca1c5e5

View File

@@ -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