[Groonga-commit] pgroonga/pgroonga at 0ab492d [master] package apt: support stretch amd64

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 3 12:24:06 JST 2017


Kouhei Sutou	2017-07-03 12:24:06 +0900 (Mon, 03 Jul 2017)

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

  Message:
    package apt: support stretch amd64

  Modified files:
    Rakefile
    packages/apt/Vagrantfile

  Modified: Rakefile (+2 -0)
===================================================================
--- Rakefile    2017-07-03 12:23:57 +0900 (78e0635)
+++ Rakefile    2017-07-03 12:24:06 +0900 (44c0801)
@@ -320,6 +320,7 @@ postgresql#{postgresql_package_version}-devel
     distribution = "debian"
     code_names = [
       "jessie",
+      "stretch",
     ]
     architectures = [
       "i386",
@@ -361,6 +362,7 @@ libmsgpack-dev
         sh("vagrant", "destroy", "--force")
         code_names.each do |code_name|
           architectures.each do |arch|
+            next if code_name == "stretch" and arch == "i386"
             id = "#{distribution}-#{code_name}-#{arch}"
             sh("vagrant", "up", id)
             sh("vagrant", "destroy", "--force", id)

  Modified: packages/apt/Vagrantfile (+6 -2)
===================================================================
--- packages/apt/Vagrantfile    2017-07-03 12:23:57 +0900 (0abc8a6)
+++ packages/apt/Vagrantfile    2017-07-03 12:24:06 +0900 (7522291)
@@ -8,11 +8,15 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "debian-jessie-i386",
-      :box => "bento/debian-8.6-i386",
+      :box => "bento/debian-8.7-i386",
     },
     {
       :id => "debian-jessie-amd64",
-      :box => "bento/debian-8.6",
+      :box => "bento/debian-8.8",
+    },
+    {
+      :id => "debian-jessie-amd64",
+      :box => "bento/debian-9.0",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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