Re: [NSIS 8/8] packaging: add Makefile

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Sep 10, 2015 at 03:14:15PM +0300, Yedidyah Bar David wrote:
> From: Sandro Bonazzola <sbonazzo@xxxxxxxxxx>
> 
> Allow to generate the tar.gz by just calling
> "make ovirt-dist"
> 
> Change-Id: I0d651065697d962d4e351ffc1b7274c8eb37cb22
> Signed-off-by: Sandro Bonazzola <sbonazzo@xxxxxxxxxx>
> Signed-off-by: Yedidyah Bar David <didi@xxxxxxxxxx>
> ---
>  Makefile | 5 +++++
>  1 file changed, 5 insertions(+)
>  create mode 100644 Makefile
> 
> diff --git a/Makefile b/Makefile
> new file mode 100644
> index 0000000..0a7afda
> --- /dev/null
> +++ b/Makefile
> @@ -0,0 +1,5 @@
> +OVIRT_WGT_VERSION="3.6.0"
> +
> +ovirt-dist:
> +	tar -c --transform 's,^\.,ovirt-wgt,' --exclude=.git --exclude=ovirt-wgt-${OVIRT_WGT_VERSION}.tar.gz . | \
> +	GZIP=$(GZIP_ENV) gzip -c > ovirt-wgt-${OVIRT_WGT_VERSION}.tar.gz

Looks like 'git archive --prefix ovirt-wgt-${OVIRT_WGT_VERSION} --format=tar | gzip -c > ovirt-wgt-${OVIRT_WGT_VERSION}.tar.gz

I don't think there is anything oVirt specific in the generated tarball
though, this could be a generic 'make dist' upstream target.

Christophe

Attachment: pgpSeQlXYNF_T.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]