vagrant/plugins/commands/box
Seth Vargo dab4537682
core/boxes: Do not update the same box twice
Vagrant's environment (which includes the known list of boxes and
versions) is established at the start of the Vagrant run. This means
that box downloads which occur during the run are not contained in the
set until the next run. This causes duplicate box downloads to raise an
error in multi-machine Vagrantfiles.

This commit fixes that issue by pre-processing the machines by provider
and version, creating a unique set of boxes to update.

Fixes GH-6042
2016-05-31 23:08:51 -04:00
..
command core/boxes: Do not update the same box twice 2016-05-31 23:08:51 -04:00
plugin.rb core: Get rid of code that deals with box info on a separate statefile 2013-10-29 13:09:24 -02:00