[Groonga-commit] groonga/groonga-normalizer-mysql at 0290384 [master] source: add symlink to latest archive

Back to archive index
Kentaro Hayashi null+****@clear*****
Fri Mar 29 16:14:29 JST 2019


Kentaro Hayashi	2019-03-29 16:14:29 +0900 (Fri, 29 Mar 2019)

  Revision: 029038445c6f67b1e66dafa9942fe8ddc145066f
  https://github.com/groonga/groonga-normalizer-mysql/commit/029038445c6f67b1e66dafa9942fe8ddc145066f

  Message:
    source: add symlink to latest archive

  Modified files:
    packages/source/Makefile.am

  Modified: packages/source/Makefile.am (+6 -1)
===================================================================
--- packages/source/Makefile.am    2018-10-29 15:46:23 +0900 (d94a3fd)
+++ packages/source/Makefile.am    2019-03-29 16:14:29 +0900 (b25d869)
@@ -12,6 +12,11 @@ ensure-rsync-path:
 	  false;							\
 	fi
 
+ensure-latest-archive: $(FILES)
+	cd files &&							\
+	ln -sf $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-latest.tar.gz;	\
+	ln -sf $(PACKAGE)-$(VERSION).zip $(PACKAGE)-latest.zip
+
 download: ensure-rsync-path
 	rsync							\
 	  -avz							\
@@ -20,7 +25,7 @@ download: ensure-rsync-path
 	  $(RSYNC_PATH)/source/groonga-normalizer-mysql/	\
 	  files
 
-upload: ensure-rsync-path $(FILES)
+upload: ensure-rsync-path ensure-latest-archive $(FILES)
 	rsync						\
 	  -avz						\
 	  --progress					\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190329/d7b1022a/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index