Skip to content

Commit 279b591

Browse files
author
Mark Wesley
authoredNov 14, 2017
Switch the box used for Vagrant as old one no longer hosted (anki#156)
boxcutter no longer host boxes, and nobody seems to host a desktop box anymore so switched to an available server box. Removed vagrant from documentation tabs, and removed the links from the download - the underlying files and the vagrant.html page still exist, so if anyone really needs it or was relying on it they can find it, but it's no longer user-facing so new users won't be confused by it being there (especially now that it's a non-desktop Linux image, so is less user-friendly).
1 parent 59a9949 commit 279b591

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed
 

‎docs/source/downloads.rst

-10
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@ GitHub
1818

1919
Clone, fork, or report issues on the `GitHub cozmo-python-sdk repository <https://github.com/anki/cozmo-python-sdk>`_.
2020

21-
-------
22-
Vagrant
23-
-------
24-
25-
Download Vagrant files and follow :ref:`instructions <vagrant-guide>` to install a self-contained VM (Virtual Machine) inside VirtualBox.
26-
27-
:verlink:`macOS/Linux Vagrant bundle <vagrant_bundle_0.0.0.tar.gz>`
28-
29-
:verlink:`Windows Vagrant bundle <vagrant_bundle_0.0.0.zip>`
30-
3121
----
3222

3323
`Click here to return to the Cozmo Developer website. <http://developer.anki.com>`_

‎docs/source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Welcome to the Cozmo SDK!
2020
install-windows.rst
2121
install-linux.rst
2222
adb.rst
23-
vagrant.rst
2423

2524
.. toctree::
2625
:maxdepth: 2

‎vagrant/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
1212

1313
# Every Vagrant development environment requires a box. You can search for
1414
# boxes at https://atlas.hashicorp.com/search.
15-
config.vm.box = "boxcutter/ubuntu1604-desktop" #<--16.04 LTS
15+
config.vm.box = "bento/ubuntu-16.04" #<--16.04 LTS
1616
config.vm.provider "virtualbox" do |v|
1717
v.memory = 2028
1818
v.cpus = 2

0 commit comments

Comments
 (0)
Please sign in to comment.