[Groonga-commit] groonga/groonga at a36dd2c [master] packages apt: add upload task for keyring

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Aug 24 13:58:03 JST 2018


Kentaro Hayashi	2018-08-24 13:58:03 +0900 (Fri, 24 Aug 2018)

  Revision: a36dd2c0e57f7b2e1deeb8cb1a00311fcf9f0003
  https://github.com/groonga/groonga/commit/a36dd2c0e57f7b2e1deeb8cb1a00311fcf9f0003

  Message:
    packages apt: add upload task for keyring

  Modified files:
    packages/apt/Makefile.am

  Modified: packages/apt/Makefile.am (+4 -0)
===================================================================
--- packages/apt/Makefile.am    2018-08-24 13:57:47 +0900 (df08b0c31)
+++ packages/apt/Makefile.am    2018-08-24 13:58:03 +0900 (8deb3b53e)
@@ -47,6 +47,10 @@ upload: ensure-rsync-path
 	     dists pool $(RSYNC_PATH)/$${distribution});	\
 	done
 
+upload-archive-keyring: archive-keyring
+	rsync -avz --progress $(KEYRING_FILE) $(RSYNC_PATH)/debian/
+	rsync -avz --progress tmp/$(KEYRING_BASE_NAME).tar.gz $(RSYNC_PATH)/source/groonga-keyring/
+
 build: build-package-deb build-keyring-deb
 
 run-vagrant:
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180824/1e62ede6/attachment-0001.htm 



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