[Groonga-commit] groonga/groonga at 229d7a6 [master] packages yum: migrate to atlas

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon Dec 26 12:23:39 JST 2016


Kentaro Hayashi	2016-12-26 12:23:39 +0900 (Mon, 26 Dec 2016)

  New Revision: 229d7a6735520f1edbad43808c3716a52f8bb01f
  https://github.com/groonga/groonga/commit/229d7a6735520f1edbad43808c3716a52f8bb01f

  Message:
    packages yum: migrate to atlas
    
    Amazon S3 images will not be updated anymore.

  Modified files:
    packages/yum/Vagrantfile

  Modified: packages/yum/Vagrantfile (+5 -5)
===================================================================
--- packages/yum/Vagrantfile    2016-12-26 11:21:28 +0900 (00c4824)
+++ packages/yum/Vagrantfile    2016-12-26 12:23:39 +0900 (e1cd9ed)
@@ -8,23 +8,23 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   vms = [
     {
       :id => "centos-5-i386",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-5.11-i386_chef-provisionerless.box",
+      :box_url => "https://atlas.hashicorp.com/bento/boxes/centos-5.11-i386/versions/2.3.1/providers/virtualbox.box",
     },
     {
       :id => "centos-5-x86_64",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-5.11_chef-provisionerless.box",
+      :box_url => "https://atlas.hashicorp.com/bento/boxes/centos-5.11/versions/2.3.1/providers/virtualbox.box",
     },
     {
       :id => "centos-6-i386",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.8-i386_chef-provisionerless.box",
+      :box_url => "https://atlas.hashicorp.com/bento/boxes/centos-6.8-i386/versions/2.3.1/providers/virtualbox.box",
     },
     {
       :id => "centos-6-x86_64",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.8_chef-provisionerless.box",
+      :box_url => "https://atlas.hashicorp.com/bento/boxes/centos-6.8/versions/2.3.1/providers/virtualbox.box",
     },
     {
       :id => "centos-7-x86_64",
-      :box_url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-7.2_chef-provisionerless.box",
+      :box_url => "https://atlas.hashicorp.com/bento/boxes/centos-7.3/versions/2.3.2/providers/virtualbox.box",
     },
   ]
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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