Re: [Qemu-devel] [PATCH v3] scripts: Add a script to check for bug URLs in the git log

2016-09-22 Thread Paolo Bonzini
On 22/09/2016 09:02, Thomas Huth wrote: > On Wed, 21 Sep 2016 22:08:10 +0200 > Paolo Bonzini wrote: > >> On 21/09/2016 21:42, Thomas Huth wrote: >>> Basic idea of this script is to check the git log for URLs >>> to the QEMU bugtracker at launchpad.net and to figure out >>> whether the related b

Re: [Qemu-devel] [PATCH v3] scripts: Add a script to check for bug URLs in the git log

2016-09-22 Thread Thomas Huth
On Wed, 21 Sep 2016 22:08:10 +0200 Paolo Bonzini wrote: > On 21/09/2016 21:42, Thomas Huth wrote: > > Basic idea of this script is to check the git log for URLs > > to the QEMU bugtracker at launchpad.net and to figure out > > whether the related bug has been marked there as "Fix released" > > (i

Re: [Qemu-devel] [PATCH v3] scripts: Add a script to check for bug URLs in the git log

2016-09-22 Thread Thomas Huth
On Wed, 21 Sep 2016 15:00:21 -0500 Eric Blake wrote: > On 09/21/2016 02:42 PM, Thomas Huth wrote: > > Basic idea of this script is to check the git log for URLs > > to the QEMU bugtracker at launchpad.net and to figure out > > whether the related bug has been marked there as "Fix released" > > (i

Re: [Qemu-devel] [PATCH v3] scripts: Add a script to check for bug URLs in the git log

2016-09-21 Thread Paolo Bonzini
On 21/09/2016 21:42, Thomas Huth wrote: > Basic idea of this script is to check the git log for URLs > to the QEMU bugtracker at launchpad.net and to figure out > whether the related bug has been marked there as "Fix released" > (i.e. closed) already. So this script can e.g. be used after > each pu

Re: [Qemu-devel] [PATCH v3] scripts: Add a script to check for bug URLs in the git log

2016-09-21 Thread Eric Blake
On 09/21/2016 02:42 PM, Thomas Huth wrote: > Basic idea of this script is to check the git log for URLs > to the QEMU bugtracker at launchpad.net and to figure out > whether the related bug has been marked there as "Fix released" > (i.e. closed) already. So this script can e.g. be used after > each

[Qemu-devel] [PATCH v3] scripts: Add a script to check for bug URLs in the git log

2016-09-21 Thread Thomas Huth
Basic idea of this script is to check the git log for URLs to the QEMU bugtracker at launchpad.net and to figure out whether the related bug has been marked there as "Fix released" (i.e. closed) already. So this script can e.g. be used after each public release of QEMU to check whether there are an