[libvirt] [tck PATCH] Use a pre-created MANIFEST file

Andrea Bolognani abologna at redhat.com
Wed May 16 14:57:55 UTC 2018


On Wed, 2018-05-16 at 11:01 +0100, Daniel P. Berrangé wrote:
> Using the MANIFEST.SKIP blacklist approach risks creating tarballs with
> extra files mistakenly included if the working directory is not clean.
> Switch to a pre-created MANIFEST file, since maintaining this short list
> of files is not hard work.
> 
> Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
> ---
>  .gitignore         |   1 -
>  MANIFEST           | 219 +++++++++++++++++++++++++++++++++++++++++++++
>  MANIFEST.SKIP      |  19 ----
>  prepare-release.sh |   1 -
>  4 files changed, 219 insertions(+), 21 deletions(-)
>  create mode 100644 MANIFEST
>  delete mode 100644 MANIFEST.SKIP

With the same caveat as with libvirt-perl, and the same
coordination requirements for pushing,

  Reviewed-by: Andrea Bolognani <abologna at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list