From 54662067b5c8703e5d08df4ff3b9eb57c74542c1 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Fri, 15 Mar 2024 15:15:34 -0400 Subject: [PATCH] GNUmakefile: make dev uses packer for install 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 c232e63..4eb1ad1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,6 @@ NAME=outscale BINARY=packer-plugin-${NAME} +PLUGIN_FQN="$(shell grep -E '^module'