[Groonga-commit] pgroonga/pgroonga at 0f7ea99 [master] Update supported Ubuntu versions

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Nov 4 01:20:15 JST 2016


Kouhei Sutou	2016-11-04 01:20:15 +0900 (Fri, 04 Nov 2016)

  New Revision: 0f7ea99e4decf62e8c0b2ea3e60a5453bfa46e09
  https://github.com/pgroonga/pgroonga/commit/0f7ea99e4decf62e8c0b2ea3e60a5453bfa46e09

  Message:
    Update supported Ubuntu versions

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -13)
===================================================================
--- Rakefile    2016-11-04 01:18:58 +0900 (d9355d6)
+++ Rakefile    2016-11-04 01:20:15 +0900 (cd012c9)
@@ -438,24 +438,13 @@ postgresql-server-dev-9.4
              "--pgp-sign-key", env_value("LAUNCHPAD_UPLOADER_PGP_KEY"))
       end
 
-      desc "Upload package for PostgreSQL 9.4"
-      task :postgresql94 => [archive_name] do
-        ruby("#{groonga_source_dir}/packages/ubuntu/upload.rb",
-             "--package", package,
-             "--version", version,
-             "--source-archive", archive_name,
-             "--code-names", "wily",
-             "--debian-directory", "packages/debian94",
-             "--pgp-sign-key", env_value("LAUNCHPAD_UPLOADER_PGP_KEY"))
-      end
-
       desc "Upload package for PostgreSQL 9.5"
       task :postgresql95 => [archive_name] do
         ruby("#{groonga_source_dir}/packages/ubuntu/upload.rb",
              "--package", package,
              "--version", version,
              "--source-archive", archive_name,
-             "--code-names", "xenial",
+             "--code-names", "xenial,yakkety",
              "--debian-directory", "packages/debian95",
              "--pgp-sign-key", env_value("LAUNCHPAD_UPLOADER_PGP_KEY"))
       end
@@ -464,7 +453,6 @@ postgresql-server-dev-9.4
     desc "Upload package"
     upload_tasks = [
       "package:ubuntu:upload:postgresql93",
-      "package:ubuntu:upload:postgresql94",
       "package:ubuntu:upload:postgresql95",
     ]
     task :upload => upload_tasks
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る