FreeBSD Bugzilla – Attachment 21625 Details for
Bug 37828
[PATCH] prstats does not include 'patched' PRs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.24 KB, created by
k
on 2002-05-07 14:00:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
k
Created:
2002-05-07 14:00:02 UTC
Size:
2.24 KB
patch
obsolete
>Index: tools/prstats/eval.tcl >=================================================================== >RCS file: /home/ncvs/www/tools/prstats/eval.tcl,v >retrieving revision 1.1 >diff -u -r1.1 eval.tcl >--- tools/prstats/eval.tcl 2001/10/29 01:58:12 1.1 >+++ tools/prstats/eval.tcl 2002/05/07 00:06:18 >@@ -5,7 +5,7 @@ > > set fi [open "|sort -n _"] > set fo [open "__" w] >-set v {open feedback analyzed suspended closed } >+set v {open feedback analyzed suspended patched closed } > > foreach i $v { > set $i 0 >Index: tools/prstats/g >=================================================================== >RCS file: /home/ncvs/www/tools/prstats/g,v >retrieving revision 1.1 >diff -u -r1.1 g >--- tools/prstats/g 2001/10/29 01:58:12 1.1 >+++ tools/prstats/g 2002/05/07 00:06:18 >@@ -12,14 +12,16 @@ > plot '__' using 1:4 title "open", \ > '__' using 1:5 title "feedback", \ > '__' using 1:6 title "analyzed" , \ >- '__' using 1:7 title "suspended" >+ '__' using 1:7 title "suspended", \ >+ '__' using 1:8 title "patched" > > set output "gnats1.png" > set format x "%H:%M" > plot '__1' using 1:4 title "open" with linespo, \ > '__1' using 1:5 title "feedback", \ > '__1' using 1:6 title "analyzed" , \ >- '__1' using 1:7 title "suspended" >+ '__1' using 1:7 title "suspended", \ >+ '__1' using 1:8 title "patched" > > set output "gnats1r.png" > plot '__1' using 1:4 title "open" with linespo >@@ -29,7 +31,8 @@ > plot '__7' using 1:4 title "open", \ > '__7' using 1:5 title "feedback", \ > '__7' using 1:6 title "analyzed" , \ >- '__7' using 1:7 title "suspended" >+ '__7' using 1:7 title "suspended", \ >+ '__7' using 1:8 title "patched" > > set output "gnats7r.png" > plot '__7' using 1:4 title "open" >@@ -39,7 +42,8 @@ > plot '__30' using 1:4 title "open", \ > '__30' using 1:5 title "feedback", \ > '__30' using 1:6 title "analyzed" , \ >- '__30' using 1:7 title "suspended" >+ '__30' using 1:7 title "suspended", \ >+ '__30' using 1:8 title "patched" > > set output "gnats30r.png" > plot '__30' using 1:4 title "open" >@@ -49,7 +53,8 @@ > plot '__365' using 1:4 title "open", \ > '__365' using 1:5 title "feedback", \ > '__365' using 1:6 title "analyzed" , \ >- '__365' using 1:7 title "suspended" >+ '__365' using 1:7 title "suspended", \ >+ '__365' using 1:8 title "patched" > > set output "gnats365r.png" > plot '__365' using 1:4 title "open"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37828
: 21625