]> git.proxmox.com Git - mirror_qemu.git/commit
scripts: Add a script to check for bug URLs in the git log
authorThomas Huth <thuth@redhat.com>
Wed, 21 Sep 2016 19:42:22 +0000 (21:42 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Sep 2016 18:20:53 +0000 (20:20 +0200)
commit6867783a804b5b7eb34a2e6f0d43d0eaf88ad2de
treebe585cb77ff6c40fe4e18c7ebbbf0f8a0d821a36
parent9e14037f05e99ca3b8a33d8be9a2a636bbf09326
scripts: Add a script to check for bug URLs in the git log

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>
Message-Id: <1474486942-18754-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/show-fixed-bugs.sh [new file with mode: 0755]