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Ă© <[email protected]>
> ---
>  .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 <[email protected]>

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to