Kentaro Hayashi
null+****@clear*****
Tue Jun 28 10:55:52 JST 2016
Kentaro Hayashi 2016-06-28 10:55:52 +0900 (Tue, 28 Jun 2016) New Revision: 995d085d8eae9c5bda19d703b940ad3a9f2ddb39 https://github.com/mroonga/mroonga/commit/995d085d8eae9c5bda19d703b940ad3a9f2ddb39 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 16:23:48 +0900 (e50028e) +++ configure.ac 2016-06-28 10:55:52 +0900 (4c58c07) @@ -383,6 +383,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 (+1 -0) =================================================================== --- packages/ubuntu/Makefile.am 2016-06-27 16:23:48 +0900 (531c60c) +++ packages/ubuntu/Makefile.am 2016-06-28 10:55:52 +0900 (2fd6472) @@ -22,6 +22,7 @@ upload: source ensure-launchpad-configuration --source-archive-directory '$(builddir)/' \ --code-names '$(CODE_NAMES)' \ --debian-base-directory '$(srcdir)/../' \ + --ppa '$(LAUNCHPAD_PPA)' \ --pgp-sign-key '$(LAUNCHPAD_UPLOADER_PGP_KEY)' source: $(SOURCE_55) $(SOURCE_56) $(SOURCE_57) -------------- next part -------------- HTML����������������������������...Download