[Groonga-commit] groonga/groonga at 23c9672 [master] package windows: use rsync to transfer directory

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 11 22:51:59 JST 2017


Kouhei Sutou	2017-05-11 22:51:59 +0900 (Thu, 11 May 2017)

  New Revision: 23c967279f0ba697cb601f225ac331092c1a7235
  https://github.com/groonga/groonga/commit/23c967279f0ba697cb601f225ac331092c1a7235

  Message:
    package windows: use rsync to transfer directory

  Modified files:
    packages/windows/Makefile.am

  Modified: packages/windows/Makefile.am (+2 -2)
===================================================================
--- packages/windows/Makefile.am    2017-05-11 22:47:43 +0900 (e330b85)
+++ packages/windows/Makefile.am    2017-05-11 22:51:59 +0900 (e34e4b9)
@@ -31,8 +31,8 @@ upload-to-tmp:
 	  scp files/$${zip} files/$${zip}.sha256			\
 	    packages �� packages.groonga.org:public/tmp/;			\
 	done
-	scp -r source 							\
-	  packages �� packages.groonga.org:public/tmp/$(PACKAGE)-$(VERSION)$(SUFFIX)
+	rsync -avz --progress --delete source/				\
+	  $(RSYNC_PATH)/tmp/$(PACKAGE)-$(VERSION)$(SUFFIX)
 
 prepare-build:
 	@(							\
-------------- next part --------------
HTML����������������������������...
Télécharger 



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