[libvirt PATCH] ci: Makefile: Add distcheck target

Andrea Bolognani abologna at redhat.com
Wed Jun 17 13:18:48 UTC 2020


On Wed, 2020-06-17 at 12:00 +0200, Erik Skultety wrote:
> +ci-distcheck@%:
> +	$(MAKE) -C $(CI_ROOTDIR) ci-build@$* CI_MAKE_ARGS="distcheck"

I'm not sure we want to have such a proxy for all possible make
targets, especially since CI_MAKE_ARGS exists and is specifically
intended for the purpose of running

  $ make ci-build at centos-8 CI_MAKE_ARGS="syntax-check distcheck"

or whatever.

Anyway, if you're going to add new proxy targets please at least
document them in ci-help, so that users can find out about them
without having to dig into the Makefile.

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list