[Groonga-mysql-commit] mroonga/mroonga at 5b7624f [master] packages: support Debian 8.0 (Jessie)

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Apr 24 17:56:13 JST 2015


HAYASHI Kentaro	2015-04-24 17:56:13 +0900 (Fri, 24 Apr 2015)

  New Revision: 5b7624f7e516e415da42b6a018437717c3d2f67b
  https://github.com/mroonga/mroonga/commit/5b7624f7e516e415da42b6a018437717c3d2f67b

  Message:
    packages: support Debian 8.0 (Jessie)

  Modified files:
    packages/apt/Makefile.am
    packages/apt/Vagrantfile

  Modified: packages/apt/Makefile.am (+1 -1)
===================================================================
--- packages/apt/Makefile.am    2015-04-21 23:52:51 +0900 (26f5609)
+++ packages/apt/Makefile.am    2015-04-24 17:56:13 +0900 (ff3098e)
@@ -1,7 +1,7 @@
 REPOSITORIES_PATH = repositories
 DISTRIBUTIONS = debian
 ARCHITECTURES = i386 amd64
-CODE_NAMES = wheezy
+CODE_NAMES = wheezy,jessie
 
 all:
 

  Modified: packages/apt/Vagrantfile (+4 -0)
===================================================================
--- packages/apt/Vagrantfile    2015-04-21 23:52:51 +0900 (4483412)
+++ packages/apt/Vagrantfile    2015-04-24 17:56:13 +0900 (ff993c9)
@@ -14,6 +14,10 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
       :id => "debian-wheezy-amd64",
       :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box",
     },
+    {
+      :id => "debian-jessie-amd64",
+      :box_url => "https://downloads.sourceforge.net/project/vagrantboxjessie/debian80.box",
+    },
   ]
 
   vms.each do |vm|
-------------- next part --------------
HTML����������������������������...
Download 



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