From: Thomas Huth <thuth@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
stefanha@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3] scripts: Add a script to check for bug URLs in the git log
Date: Thu, 22 Sep 2016 09:02:21 +0200 [thread overview]
Message-ID: <20160922090221.24f4dc8a@thh440s> (raw)
In-Reply-To: <775d6051-c03a-847a-2988-a07344367ea6@redhat.com>
On Wed, 21 Sep 2016 22:08:10 +0200
Paolo Bonzini <pbonzini@redhat.com> 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.e. closed) already. So this script can e.g. be used after
> > each public release of QEMU to check whether there are any
> > bug tickets that could be moved from "Fix committed" (or another
> > state if the author of the patch forgot to update the bug ticket)
> > to "Fix released".
> >
> > Signed-off-by: Thomas Huth <thuth@redhat.com>
> > ---
> > v3: Adressed Eric's review comments from v2 (fixed bashisms, more
> > POSIX compliance, use lower-case variable names, etc.)
>
> Queued with this squashed in:
Thanks a lot for the fixup. But...
> diff --git a/scripts/show-fixed-bugs.sh b/scripts/show-fixed-bugs.sh
> index 9dcc0f7..6e64edd 100755
> --- a/scripts/show-fixed-bugs.sh
> +++ b/scripts/show-fixed-bugs.sh
> @@ -23,7 +23,7 @@ while getopts "s:e:cbh" opt; do
> done
>
> if [ "x$start" = "x" ]; then
> - start=`git tag -l 'v[0-9]*\.[0-9]*.0' | tail -n 2 | head -n 1`
> + start=`git tag -l 'v[0-9]*\.[0-9]*\.0' | tail -n 2 | head -n 1`
> fi
> if [ "x$end" = "x" ]; then
> end=`git tag -l 'v[0-9]*\.[0-9]*.0' | tail -n 1`
... could you please also squash in another backslash in the "end=..."
line here?
Thanks,
Thomas
next prev parent reply other threads:[~2016-09-22 7:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-21 19:42 [Qemu-devel] [PATCH v3] scripts: Add a script to check for bug URLs in the git log Thomas Huth
2016-09-21 20:00 ` Eric Blake
2016-09-22 7:00 ` Thomas Huth
2016-09-21 20:08 ` Paolo Bonzini
2016-09-22 7:02 ` Thomas Huth [this message]
2016-09-22 8:53 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160922090221.24f4dc8a@thh440s \
--to=thuth@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).