hashicorp / packer-plugin-vagrant

Packer plugin for Vagrant
https://packer.io
Mozilla Public License 2.0
13 stars 24 forks source link

GNUmakefile: make dev uses packer for install #116

Closed lbajolet-hashicorp closed 2 months ago

lbajolet-hashicorp commented 3 months ago

When building the development version of the plugin, we now use packer plugins install for that instead of moving it to the plugins directory manually.

This target will require Packer 1.10.2 and above to function, as prior versions don't support instaling pre-release versions of a plugin with that command.