|
Lines 10-15
Link Here
|
| 10 |
$project = "FreeBSD"; |
10 |
$project = "FreeBSD"; |
| 11 |
$mail_prefix = "freebsd-"; |
11 |
$mail_prefix = "freebsd-"; |
| 12 |
$mail_unass = "freebsd-bugs"; |
12 |
$mail_unass = "freebsd-bugs"; |
|
|
13 |
$closed_too = 0; |
| 13 |
|
14 |
|
| 14 |
%statemap = ( |
15 |
%statemap = ( |
| 15 |
"open", "o", |
16 |
"open", "o", |
|
Lines 60-65
Link Here
|
| 60 |
} |
61 |
} |
| 61 |
} |
62 |
} |
| 62 |
|
63 |
|
|
|
64 |
$closed_too = 1 if $input{'state'} eq 'closed' || $input{'closedtoo'}; |
| 65 |
|
| 63 |
#------------------------------------------------------------------------ |
66 |
#------------------------------------------------------------------------ |
| 64 |
|
67 |
|
| 65 |
%mons = ('Jan', '01', 'Feb', '02', 'Mar', '03', |
68 |
%mons = ('Jan', '01', 'Feb', '02', 'Mar', '03', |
|
Lines 203-209
Link Here
|
| 203 |
# [--list-categories] [--list-responsible] [--list-submitters] |
206 |
# [--list-categories] [--list-responsible] [--list-submitters] |
| 204 |
# [--text=text] [--multitext=mtext] [PR] [PR]... |
207 |
# [--text=text] [--multitext=mtext] [PR] [PR]... |
| 205 |
|
208 |
|
| 206 |
$query_args .= " --skip-closed" unless $input{"closedtoo"}; |
209 |
$query_args .= " --skip-closed" unless $closed_too; |
| 207 |
|
210 |
|
| 208 |
# Only read the appropriate PR's. |
211 |
# Only read the appropriate PR's. |
| 209 |
foreach ("category", "originator", "priority", "class", "responsible", |
212 |
foreach ("category", "originator", "priority", "class", "responsible", |