Moved repository
thekoma opened this issue · 1 comments
thekoma commented
Hello,
Looks like the repos has been moved from the creator (mitchell) to hashicorp.
but even after patching the code:
git clone https://github.com/frapposelli/packer-post-processor-vagrant-vmware-ovf
cd packer-post-processor-vagrant-vmware-ovf
sed -i 's#github.com/mitchellh/packer#github.com/hashicorp/packer#g' *
It does not compile well:
make
==> Building
go get -v ./...
_/home/koma/src/packer-post-processor-vagrant-vmware-ovf
# _/home/koma/src/packer-post-processor-vagrant-vmware-ovf
./post-processor.go:179: cannot use &md (type *"github.com/mitchellh/mapstructure".Metadata) as type *"github.com/hashicorp/packer/vendor/github.com/mitchellh/mapstructure".Metadata in field value
Makefile:14: recipe for target 'all' failed
make: *** [all] Error 2
frapposelli commented
Fixed, please use make bin
to build it or download the release here https://github.com/frapposelli/packer-post-processor-vagrant-vmware-ovf/releases/tag/v0.2.3