[Groonga-commit] groonga/groonga at 28c21dd [master] packages ubuntu: support to switch ppa

Back to archive index

Kentaro Hayashi null+****@clear*****
Fri Jun 24 17:20:11 JST 2016


Kentaro Hayashi	2016-06-24 17:20:11 +0900 (Fri, 24 Jun 2016)

  New Revision: 28c21dd0215647e3ad8f54db654a5810f3eb568a
  https://github.com/groonga/groonga/commit/28c21dd0215647e3ad8f54db654a5810f3eb568a

  Message:
    packages ubuntu: support to switch ppa
    
    Before building official packages, it enables to test build packages in
    nightly PPA.

  Modified files:
    packages/ubuntu/upload.rb

  Modified: packages/ubuntu/upload.rb (+4 -0)
===================================================================
--- packages/ubuntu/upload.rb    2016-06-24 17:09:41 +0900 (508d1d4)
+++ packages/ubuntu/upload.rb    2016-06-24 17:20:11 +0900 (6fd2c01)
@@ -86,6 +86,10 @@ allow_unsigned_uploads = 0
               "The PGP key to sign .changes and .dsc") do |pgp_sign_key|
       @pgp_sign_key = pgp_sign_key
     end
+    parser.on("--ppa=PPA",
+              "The personal package archive name (groonga-ppa or groonga-nightly") do |ppa|
+      @dput_configuration_name = ppa
+    end
 
     parser.parse!
   end
-------------- next part --------------
HTML����������������������������...
Télécharger 



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