[Groonga-commit] groonga/groonga at 7cee01a [master] package windows: use the same UID/GID

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 30 13:50:24 JST 2017


Kouhei Sutou	2017-03-30 13:50:24 +0900 (Thu, 30 Mar 2017)

  New Revision: 7cee01a2015867002f757fc9ed41ccb8a918f0ed
  https://github.com/groonga/groonga/commit/7cee01a2015867002f757fc9ed41ccb8a918f0ed

  Message:
    package windows: use the same UID/GID

  Modified files:
    packages/windows/Makefile.am

  Modified: packages/windows/Makefile.am (+3 -0)
===================================================================
--- packages/windows/Makefile.am    2017-03-30 12:24:04 +0900 (3517e15)
+++ packages/windows/Makefile.am    2017-03-30 13:50:24 +0900 (eee8625)
@@ -47,6 +47,8 @@ build: source
 	$(MAKE) prepare-build
 	docker run				\
 	  --rm					\
+	  --interactive				\
+	  --user $$(id --user):$$(id --group)	\
 	  --volume ${abs_builddir}:/build	\
 	  groonga/windows-build
 
@@ -56,6 +58,7 @@ debug: source
 	  --rm					\
 	  --interactive				\
 	  --tty					\
+	  --user $$(id --user):$$(id --group)	\
 	  --volume ${abs_builddir}:/build	\
 	  groonga/windows-build			\
 	  /bin/bash
-------------- next part --------------
HTML����������������������������...
Download 



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