[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 06/13] Reporting: sg-report-job-history: Honour --limit
The global $limit was erroneously shadowed by a local in processjobbranch. Fix this, and move the erroneously hardcoded value to the global default. No functional change if --limit was not specified, which it is not for any of our runs with the in-tree configs. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- sg-report-job-history | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sg-report-job-history b/sg-report-job-history index aa33f94..82713d3 100755 --- a/sg-report-job-history +++ b/sg-report-job-history @@ -28,7 +28,7 @@ use Osstest::TestSupport; use Osstest::Executive; our (@blessings,@branches); -our $limit= 500; +our $limit= 100; our $htmlout; open DEBUG, ">/dev/null"; @@ -123,7 +123,6 @@ sub processjobbranch ($$) { $cond .= " AND branch = ?"; push @params, $bra; } - my $limit= 100; my $offset= $limit-1; my $fromstuff= <<END; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |