HAYASHI Kentaro
null+****@clear*****
Fri Dec 21 16:50:55 JST 2012
HAYASHI Kentaro 2012-12-21 16:50:55 +0900 (Fri, 21 Dec 2012) New Revision: d84aaf90de22d02a965b9be9cb686620831ece51 https://github.com/mroonga/mroonga/commit/d84aaf90de22d02a965b9be9cb686620831ece51 Log: packages: distribute mroonga source under packages.groonga.org GitHub plans to stop downloadable source code archives. See https://github.com/blog/1302-goodbye-uploads about details. Added files: packages/source/Makefile.am Modified files: configure.ac packages/Makefile.am Modified: configure.ac (+1 -0) =================================================================== --- configure.ac 2012-12-21 16:02:56 +0900 (a091357) +++ configure.ac 2012-12-21 16:50:55 +0900 (4dbc68e) @@ -366,6 +366,7 @@ AC_CONFIG_FILES([ packages/rpm/fedora/Makefile packages/yum/Makefile packages/apt/Makefile + packages/source/Makefile tools/Makefile doc/Makefile doc/locale/Makefile Modified: packages/Makefile.am (+1 -0) =================================================================== --- packages/Makefile.am 2012-12-21 16:02:56 +0900 (d1bf9d1) +++ packages/Makefile.am 2012-12-21 16:50:55 +0900 (585984e) @@ -1,4 +1,5 @@ SUBDIRS = \ apt \ rpm \ + source \ yum Added: packages/source/Makefile.am (+19 -0) 100644 =================================================================== --- /dev/null +++ packages/source/Makefile.am 2012-12-21 16:50:55 +0900 (dcd5eb8) @@ -0,0 +1,19 @@ +all: + +release: upload + +ensure-rsync-path: + @if test -z "$(RSYNC_PATH)"; then \ + echo "--with-rsync-path configure option must be specified."; \ + false; \ + fi + +download: ensure-rsync-path + rsync -avz --progress $(RSYNC_PATH)/source/mroonga/ files + +upload: ensure-rsync-path files/$(PACKAGE)-$(VERSION).tar.gz + rsync -avz --progress --delete files/ $(RSYNC_PATH)/source/mroonga + +files/$(PACKAGE)-$(VERSION).tar.gz: $(top_builddir)/$(PACKAGE)-$(VERSION).tar.gz + mkdir -p files + cp -p $< $@ -------------- next part -------------- HTML����������������������������... ダウンロード