]> xenbits.xensource.com Git - people/liuw/osstest.git/commitdiff
sg-report-job-history: Increase default history depth to 500
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 17 Feb 2015 17:35:05 +0000 (17:35 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 17 Feb 2015 17:38:39 +0000 (17:38 +0000)
We are putting through a lot more jobs and branches.  Older history is
still interesting.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
sg-report-job-history

index 3e4b0efe78b1ba01c67c23a66a709da77dc0bfbc..e7052a33759b4792668f0d71e3f9d4f2489a1941 100755 (executable)
@@ -27,7 +27,7 @@ use HTML::Entities;
 use Osstest::TestSupport;
 
 our (@blessings,@branches);
-our $limit= 100;
+our $limit= 500;
 our $htmlout;
 
 open DEBUG, ">/dev/null";