[Groonga-commit] pgroonga/pgroonga at c92f9c7 [master] ubuntu: support zesty

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 28 15:33:09 JST 2017


Kouhei Sutou	2017-04-28 15:33:09 +0900 (Fri, 28 Apr 2017)

  New Revision: c92f9c79f6fcb7d3bbf7a1ffa2da069fecda4b2e
  https://github.com/pgroonga/pgroonga/commit/c92f9c79f6fcb7d3bbf7a1ffa2da069fecda4b2e

  Message:
    ubuntu: support zesty

  Modified files:
    Rakefile

  Modified: Rakefile (+12 -0)
===================================================================
--- Rakefile    2017-04-27 15:39:34 +0900 (c115613)
+++ Rakefile    2017-04-28 15:33:09 +0900 (7a5ddbd)
@@ -452,12 +452,24 @@ libmsgpack-dev
              "--debian-directory", "packages/debian95",
              "--pgp-sign-key", env_value("LAUNCHPAD_UPLOADER_PGP_KEY"))
       end
+
+      desc "Upload package for PostgreSQL 9.6"
+      task :postgresql96 => [archive_name] do
+        ruby("#{groonga_source_dir}/packages/ubuntu/upload.rb",
+             "--package", package,
+             "--version", version,
+             "--source-archive", archive_name,
+             "--code-names", "zesty",
+             "--debian-directory", "packages/debian96",
+             "--pgp-sign-key", env_value("LAUNCHPAD_UPLOADER_PGP_KEY"))
+      end
     end
 
     desc "Upload package"
     upload_tasks = [
       "package:ubuntu:upload:postgresql93",
       "package:ubuntu:upload:postgresql95",
+      "package:ubuntu:upload:postgresql96",
     ]
     task :upload => upload_tasks
   end
-------------- next part --------------
HTML����������������������������...
Download 



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