From e9c700ce0eebf440949d541f0da693c8188ae047 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet <105649352+lbajolet-hashicorp@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:12:23 -0400 Subject: [PATCH] GNUmakefile: make dev uses packer for install (#85) 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. --- GNUmakefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 53113ae..0c9adf4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,6 @@ NAME=cloudstack BINARY=packer-plugin-${NAME} +PLUGIN_FQN="$(shell grep -E '^module'