Re: [Qemu-devel] [PATCH] build: add make dist target (v2)

2012-07-18 Thread Daniel P. Berrange
On Tue, Jul 17, 2012 at 01:33:32PM -0500, Anthony Liguori wrote: > Let's stop screwing up releases by having a script do the work that Anthony's > fat fingers can't seem to get right. > > Cc: Michael Roth > Signed-off-by: Anthony Liguori > --- > v1 -> v2 > - include the scripts for real this ti

Re: [Qemu-devel] [PATCH] build: add make dist target (v2)

2012-07-18 Thread Anthony Liguori
Gerd Hoffmann writes: > On 07/17/12 21:12, Michael Roth wrote: >> On Tue, Jul 17, 2012 at 01:33:32PM -0500, Anthony Liguori wrote: >>> Let's stop screwing up releases by having a script do the work that >>> Anthony's >>> fat fingers can't seem to get right. >>> >>> Cc: Michael Roth >>> Signed-o

Re: [Qemu-devel] [PATCH] build: add make dist target (v2)

2012-07-18 Thread Gerd Hoffmann
On 07/17/12 21:12, Michael Roth wrote: > On Tue, Jul 17, 2012 at 01:33:32PM -0500, Anthony Liguori wrote: >> Let's stop screwing up releases by having a script do the work that Anthony's >> fat fingers can't seem to get right. >> >> Cc: Michael Roth >> Signed-off-by: Anthony Liguori > > Breaks i

Re: [Qemu-devel] [PATCH] build: add make dist target (v2)

2012-07-17 Thread Michael Roth
On Tue, Jul 17, 2012 at 01:33:32PM -0500, Anthony Liguori wrote: > Let's stop screwing up releases by having a script do the work that Anthony's > fat fingers can't seem to get right. > > Cc: Michael Roth > Signed-off-by: Anthony Liguori Breaks if there's no tag corresponding with the contents

Re: [Qemu-devel] [PATCH] build: add make dist target (v2)

2012-07-17 Thread Eric Blake
On 07/17/2012 12:33 PM, Anthony Liguori wrote: > Let's stop screwing up releases by having a script do the work that Anthony's > fat fingers can't seem to get right. > > Cc: Michael Roth > Signed-off-by: Anthony Liguori > --- > +++ b/scripts/make-release > @@ -0,0 +1,24 @@ > +#!/bin/bash -e Is

[Qemu-devel] [PATCH] build: add make dist target (v2)

2012-07-17 Thread Anthony Liguori
Let's stop screwing up releases by having a script do the work that Anthony's fat fingers can't seem to get right. Cc: Michael Roth Signed-off-by: Anthony Liguori --- v1 -> v2 - include the scripts for real this time - remove tar/tarbin from PHONY --- Makefile | 19 -

Re: [Qemu-devel] [PATCH] build: add make dist target

2012-07-17 Thread Peter Maydell
On 17 July 2012 19:16, Anthony Liguori wrote: > Let's stop screwing up releases by having a script do the work that Anthony's > fat fingers can't seem to get right. > > Cc: Michael Roth > Signed-off-by: Anthony Liguori > --- > Makefile | 19 --- > 1 files changed, 8 insertions

[Qemu-devel] [PATCH] build: add make dist target

2012-07-17 Thread Anthony Liguori
Let's stop screwing up releases by having a script do the work that Anthony's fat fingers can't seem to get right. Cc: Michael Roth Signed-off-by: Anthony Liguori --- Makefile | 19 --- 1 files changed, 8 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 9