From 56ce59ecee63ef705ced4d622ca346557823324d Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Fri, 15 Mar 2024 15:44:11 -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 b9bec13..13ab031 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,5 +1,6 @@ NAME=ucloud BINARY=packer-plugin-${NAME} +PLUGIN_FQN="$(shell grep -E '^module'