[Groonga-commit] groonga/groonga at 52ac70d [master] package windows: upload SHA256 checksum for temporary zip

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 26 14:18:16 JST 2016


Kouhei Sutou	2016-10-26 14:18:16 +0900 (Wed, 26 Oct 2016)

  New Revision: 52ac70d89ecc33862240f24cbc0a948a52eed3f4
  https://github.com/groonga/groonga/commit/52ac70d89ecc33862240f24cbc0a948a52eed3f4

  Message:
    package windows: upload SHA256 checksum for temporary zip

  Modified files:
    packages/windows/Makefile.am

  Modified: packages/windows/Makefile.am (+3 -1)
===================================================================
--- packages/windows/Makefile.am    2016-10-26 13:48:36 +0900 (3c58322)
+++ packages/windows/Makefile.am    2016-10-26 14:18:16 +0900 (9cef6ac)
@@ -24,7 +24,9 @@ upload: ensure-rsync-path
 
 upload-to-tmp:
 	for architecture in $(ARCHITECTURES); do			\
-	  scp files/$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX).zip	\
+	  zip=$(PACKAGE)-$(VERSION)-$${architecture}$(SUFFIX).zip;	\
+	  (cd files && sha256sum $${zip} > $${zip}.sha256);		\
+	  scp files/$${zip} files/$${zip}.sha256			\
 	    packages �� packages.groonga.org:public/tmp/;			\
 	done
 
-------------- next part --------------
HTML����������������������������...
Download 



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