[Qemu-devel] [PATCH] script: git script to compile every commit in a range of commits

2013-05-31 Thread Jeff Cody
This is a git script that will iterate through every commit in a specified range, and perform a configure and make. The intention of this script is not to act as a check of code correctness, but to see if any commit breaks compilation of the tree. The idea is that prior to submitting a patch or p

Re: [Qemu-devel] [PATCH] script: git script to compile every commit in a range of commits

2013-06-06 Thread Laszlo Ersek
comments below On 05/31/13 18:39, Jeff Cody wrote: > +usage() { > +echo "" > +echo "$0 [OPTIONS]" > +echo "$desc" > +echo "" > +echo "OPTIONS:" > +echo " -r git range > +optional; default is '$range' > +" > +echo " -c configure

Re: [Qemu-devel] [PATCH] script: git script to compile every commit in a range of commits

2013-06-07 Thread Jeff Cody
On Thu, Jun 06, 2013 at 10:58:25AM +0200, Laszlo Ersek wrote: > comments below > > On 05/31/13 18:39, Jeff Cody wrote: > > > +usage() { > > +echo "" > > +echo "$0 [OPTIONS]" > > +echo "$desc" > > +echo "" > > +echo "OPTIONS:" > > +echo " -r git range > > +

Re: [Qemu-devel] [PATCH] script: git script to compile every commit in a range of commits

2013-06-07 Thread Laszlo Ersek
On 06/07/13 16:44, Jeff Cody wrote: > Thanks. I can either do the above changes for a v2, or as follow on > patches. Whichever is easier for you, certainly! I'm fine with the script going-in as is. Cheers, Laszlo

Re: [Qemu-devel] [PATCH] script: git script to compile every commit in a range of commits

2013-06-07 Thread Peter Crosthwaite
Hi Jeff, On Sat, Jun 1, 2013 at 2:39 AM, Jeff Cody wrote: > This is a git script that will iterate through every commit in a > specified range, and perform a configure and make. The intention of > this script is not to act as a check of code correctness, but to see if > any commit breaks compila

Re: [Qemu-devel] [PATCH] script: git script to compile every commit in a range of commits

2013-06-07 Thread Anthony Liguori
Laszlo Ersek writes: > On 06/07/13 16:44, Jeff Cody wrote: > >> Thanks. I can either do the above changes for a v2, or as follow on >> patches. > > Whichever is easier for you, certainly! I'm fine with the script > going-in as is. A suggestion I'll make is to split the script into two parts. gi

Re: [Qemu-devel] [PATCH] script: git script to compile every commit in a range of commits

2013-06-07 Thread Jeff Cody
On Sat, Jun 08, 2013 at 02:36:33AM +1000, Peter Crosthwaite wrote: > Hi Jeff, > > On Sat, Jun 1, 2013 at 2:39 AM, Jeff Cody wrote: > > This is a git script that will iterate through every commit in a > > specified range, and perform a configure and make. The intention of > > this script is not t

Re: [Qemu-devel] [PATCH] script: git script to compile every commit in a range of commits

2013-06-07 Thread Jeff Cody
On Fri, Jun 07, 2013 at 11:51:36AM -0500, Anthony Liguori wrote: > Laszlo Ersek writes: > > > On 06/07/13 16:44, Jeff Cody wrote: > > > >> Thanks. I can either do the above changes for a v2, or as follow on > >> patches. > > > > Whichever is easier for you, certainly! I'm fine with the script >

Re: [Qemu-devel] [PATCH] script: git script to compile every commit in a range of commits

2013-06-10 Thread Peter Crosthwaite
Hi, On Sat, Jun 8, 2013 at 6:30 AM, Jeff Cody wrote: > On Fri, Jun 07, 2013 at 11:51:36AM -0500, Anthony Liguori wrote: >> Laszlo Ersek writes: >> >> > On 06/07/13 16:44, Jeff Cody wrote: >> > >> >> Thanks. I can either do the above changes for a v2, or as follow on >> >> patches. >> > >> > Whi