[Groonga-commit] groonga/groonga at 8551bc8 [master] packages ubuntu: support to customize ppa

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Jun 28 10:24:40 JST 2016


Kentaro Hayashi	2016-06-28 10:24:40 +0900 (Tue, 28 Jun 2016)

  New Revision: 8551bc871b68ab738ce83f97795ce6d07f07425f
  https://github.com/groonga/groonga/commit/8551bc871b68ab738ce83f97795ce6d07f07425f

  Message:
    packages ubuntu: support to customize ppa
    
      groonga-ppa: used for official release
      groonga-nightly: used for testing

  Modified files:
    configure.ac
    packages/ubuntu/Makefile.am

  Modified: configure.ac (+7 -0)
===================================================================
--- configure.ac    2016-06-27 14:16:59 +0900 (495533f)
+++ configure.ac    2016-06-28 10:24:40 +0900 (843c0d8)
@@ -1642,6 +1642,13 @@ AC_ARG_WITH(rsync-path,
             [RSYNC_PATH="packages �� packages.groonga.org:public"])
 AC_SUBST(RSYNC_PATH)
 
+AC_ARG_WITH(launchpad-ppa,
+            [AS_HELP_STRING([--with-launchpad-ppa=PPA],
+            [specify Launchpad Personal Package Archive. [default=groonga-ppa]])],
+            [LAUNCHPAD_PPA="$withval"],
+            [LAUNCHPAD_PPA="groonga-ppa"])
+AC_SUBST(LAUNCHPAD_PPA)
+
 AC_ARG_WITH(launchpad-uploader-pgp-key,
             [AS_HELP_STRING([--with-launchpad-uploader-pgp-key=KEY],
             [specify PGP key UID to upload Groonga packages to Launchpad.])],

  Modified: packages/ubuntu/Makefile.am (+2 -0)
===================================================================
--- packages/ubuntu/Makefile.am    2016-06-27 14:16:59 +0900 (ca5bdfb)
+++ packages/ubuntu/Makefile.am    2016-06-28 10:24:40 +0900 (ffb18a7)
@@ -16,6 +16,7 @@ upload: source ensure-launchpad-configuration
 	  --source-archive '$(SOURCE)' \
 	  --code-names '$(CODE_NAMES)' \
 	  --debian-directory '$(srcdir)/../debian/' \
+	  --ppa '$(LAUNCHPAD_PPA)' \
 	  --pgp-sign-key '$(LAUNCHPAD_UPLOADER_PGP_KEY)'
 
 upload: upload-precise
@@ -30,6 +31,7 @@ upload-precise: source ensure-launchpad-configuration
 	  --source-archive '$(SOURCE)' \
 	  --code-names 'precise' \
 	  --debian-directory 'precise/debian' \
+	  --ppa '$(LAUNCHPAD_PPA)' \
 	  --pgp-sign-key '$(LAUNCHPAD_UPLOADER_PGP_KEY)'
 
 source: $(SOURCE)
-------------- next part --------------
HTML����������������������������...
Descargar 



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