report: Add build number to mason reports.
parent
20fda0e371
commit
a01ffaeac0
|
@ -17,6 +17,7 @@ IN: mason.report
|
||||||
disk-usage
|
disk-usage
|
||||||
build-dir
|
build-dir
|
||||||
current-git-id get git-link
|
current-git-id get git-link
|
||||||
|
build number>string
|
||||||
[XML
|
[XML
|
||||||
<h1>Build report for <->/<-></h1>
|
<h1>Build report for <->/<-></h1>
|
||||||
<table>
|
<table>
|
||||||
|
@ -24,6 +25,7 @@ IN: mason.report
|
||||||
<tr><td>Disk usage:</td><td><-></td></tr>
|
<tr><td>Disk usage:</td><td><-></td></tr>
|
||||||
<tr><td>Build directory:</td><td><-></td></tr>
|
<tr><td>Build directory:</td><td><-></td></tr>
|
||||||
<tr><td>GIT ID:</td><td><-></td></tr>
|
<tr><td>GIT ID:</td><td><-></td></tr>
|
||||||
|
<tr><td>Build number:</td><td><-></td></tr>
|
||||||
</table>
|
</table>
|
||||||
XML] ;
|
XML] ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue