Kentaro Hayashi 2019-03-27 12:40:07 +0900 (Wed, 27 Mar 2019) Revision: aff6084ff8acb27e9282f2823b160a14d253a9ed https://github.com/groonga/groonga/commit/aff6084ff8acb27e9282f2823b160a14d253a9ed Message: source: add symlink to latest source archives Modified files: packages/source/Makefile.am Modified: packages/source/Makefile.am (+6 -1) =================================================================== --- packages/source/Makefile.am 2019-03-27 11:53:05 +0900 (1ec28d3d1) +++ packages/source/Makefile.am 2019-03-27 12:40:07 +0900 (7cef38127) @@ -24,10 +24,15 @@ ensure-signed-archive: $(FILES) gpg2 --local-user $(GPG_UID) --armor --detach-sign $$file); \ done +ensure-latest-archive: $(FILES) + cd files && \ + ln -sf groonga-$(VERSION).zip groonga-latest.zip; \ + ln -sf groonga-$(VERSION).tar.gz groonga-latest.tar.gz + download: ensure-rsync-path rsync -avz --progress --delete $(RSYNC_PATH)/source/groonga/ files -upload: ensure-rsync-path $(FILES) ensure-signed-archive +upload: ensure-rsync-path $(FILES) ensure-signed-archive ensure-latest-archive rsync -avz --progress --delete files/ $(RSYNC_PATH)/source/groonga upload-to-tmp: $(TMP_FILES) -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190327/d98a4dd1/attachment.html>