Re: [Spice-devel] [NSIS 8/8] packaging: add Makefile

2015-10-12 Thread Christophe Fergeau
Hey, On Mon, Oct 12, 2015 at 11:59:32AM +0300, Yedidyah Bar David wrote: > On Mon, Sep 14, 2015 at 4:24 PM, Christophe Fergeau > wrote: > > On Sun, Sep 13, 2015 at 08:50:22AM +0300, Yedidyah Bar David wrote: > >> > same content as what would be generated by git archive, just working also > >> >

Re: [Spice-devel] [NSIS 8/8] packaging: add Makefile

2015-10-12 Thread Yedidyah Bar David
On Mon, Sep 14, 2015 at 4:24 PM, Christophe Fergeau wrote: > On Sun, Sep 13, 2015 at 08:50:22AM +0300, Yedidyah Bar David wrote: >> > same content as what would be generated by git archive, just working also >> > without the .git. >> >> Not sure it should be part of 'make dist', but I think it wil

Re: [Spice-devel] [NSIS 8/8] packaging: add Makefile

2015-09-14 Thread Christophe Fergeau
On Sun, Sep 13, 2015 at 08:50:22AM +0300, Yedidyah Bar David wrote: > > same content as what would be generated by git archive, just working also > > without the .git. > > Not sure it should be part of 'make dist', but I think it will help if we > also have somewhere the git hash inside the tarbal

Re: [Spice-devel] [NSIS 8/8] packaging: add Makefile

2015-09-12 Thread Yedidyah Bar David
On Fri, Sep 11, 2015 at 2:46 PM, Sandro Bonazzola wrote: > > > On Thu, Sep 10, 2015 at 5:05 PM, Christophe Fergeau > wrote: >> >> On Thu, Sep 10, 2015 at 04:32:46PM +0200, Sandro Bonazzola wrote: >> > On Thu, Sep 10, 2015 at 3:25 PM, Christophe Fergeau >> > >> > wrote: >> > >> > > On Thu, Sep 10

Re: [Spice-devel] [NSIS 8/8] packaging: add Makefile

2015-09-11 Thread Christophe Fergeau
On Fri, Sep 11, 2015 at 01:46:43PM +0200, Sandro Bonazzola wrote: > > > > > ovirt-dist is because of the ovirt version involved in tarball name. Not > > > sure that out of ovirt such version make sense. > > > > Actually, this really depends on what you expect to get in the > > tarball... .nsis scri

Re: [Spice-devel] [NSIS 8/8] packaging: add Makefile

2015-09-11 Thread Sandro Bonazzola
On Thu, Sep 10, 2015 at 5:05 PM, Christophe Fergeau wrote: > On Thu, Sep 10, 2015 at 04:32:46PM +0200, Sandro Bonazzola wrote: > > On Thu, Sep 10, 2015 at 3:25 PM, Christophe Fergeau > > > wrote: > > > > > On Thu, Sep 10, 2015 at 03:14:15PM +0300, Yedidyah Bar David wrote: > > > > From: Sandro B

Re: [Spice-devel] [NSIS 8/8] packaging: add Makefile

2015-09-10 Thread Christophe Fergeau
On Thu, Sep 10, 2015 at 04:32:46PM +0200, Sandro Bonazzola wrote: > On Thu, Sep 10, 2015 at 3:25 PM, Christophe Fergeau > wrote: > > > On Thu, Sep 10, 2015 at 03:14:15PM +0300, Yedidyah Bar David wrote: > > > From: Sandro Bonazzola > > > > > > Allow to generate the tar.gz by just calling > > > "

Re: [Spice-devel] [NSIS 8/8] packaging: add Makefile

2015-09-10 Thread Sandro Bonazzola
On Thu, Sep 10, 2015 at 3:25 PM, Christophe Fergeau wrote: > On Thu, Sep 10, 2015 at 03:14:15PM +0300, Yedidyah Bar David wrote: > > From: Sandro Bonazzola > > > > Allow to generate the tar.gz by just calling > > "make ovirt-dist" > > > > Change-Id: I0d651065697d962d4e351ffc1b7274c8eb37cb22 > >

Re: [Spice-devel] [NSIS 8/8] packaging: add Makefile

2015-09-10 Thread Christophe Fergeau
On Thu, Sep 10, 2015 at 03:14:15PM +0300, Yedidyah Bar David wrote: > From: Sandro Bonazzola > > Allow to generate the tar.gz by just calling > "make ovirt-dist" > > Change-Id: I0d651065697d962d4e351ffc1b7274c8eb37cb22 > Signed-off-by: Sandro Bonazzola > Signed-off-by: Yedidyah Bar David > ---

[Spice-devel] [NSIS 8/8] packaging: add Makefile

2015-09-10 Thread Yedidyah Bar David
From: Sandro Bonazzola Allow to generate the tar.gz by just calling "make ovirt-dist" Change-Id: I0d651065697d962d4e351ffc1b7274c8eb37cb22 Signed-off-by: Sandro Bonazzola Signed-off-by: Yedidyah Bar David --- Makefile | 5 + 1 file changed, 5 insertions(+) create mode 100644 Makefile di