Alexandre Julliard : patches: Add support for new bug statuses in regression page.
Module: tools Branch: master Commit: e1b5ff7e49bff9e0746663a5dfc8cde2ca9a2aeb URL: http://source.winehq.org/git/tools.git/?a=commit;h=e1b5ff7e49bff9e0746663a5d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Oct 2 17:53:26 2015 +0900 patches: Add support for new bug statuses in regression page. --- patches/update-regressions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/update-regressions b/patches/update-regressions index 0502878..65eb263 100755 --- a/patches/update-regressions +++ b/patches/update-regressions @@ -44,7 +44,7 @@ sub read_bugs() { my $csv = Text::CSV::Encoded->new({ binary => 1 }); - open LIST, "-|", "wget", "-qO-", "http://bugs.winehq.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug..." or die "cannot query bug list"; + open LIST, "-|", "wget", "-qO-", "http://bugs.winehq.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug..." or die "cannot query bug list"; <LIST>; # skip header line while (<LIST>)
participants (1)
-
Alexandre Julliard