[pve-devel] applied: [PATCH ha-manager 06/12] sim: don't install real resources

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Sep 28 15:36:10 CEST 2018


On 9/28/18 12:48 PM, Fabian Grünbichler wrote:
> they are not needed, the simulator contains its own (simulated)
> resources.
> 
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
> note: this patch is redundant since we switch to a single install target
> and debian/*.install files per package in a later patch
> 
>  src/PVE/HA/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/src/PVE/HA/Makefile b/src/PVE/HA/Makefile
> index 436198f..8b40776 100644
> --- a/src/PVE/HA/Makefile
> +++ b/src/PVE/HA/Makefile
> @@ -12,5 +12,4 @@ install:
>  installsim:
>  	install -d -m 0755 ${DESTDIR}${PERLDIR}/PVE/HA
>  	for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/HA/$$i; done
> -	make -C Resources installsim
>  	make -C Sim installsim
> 

applied





More information about the pve-devel mailing list