On 4 September 2012 19:29, wrote:
> debugging...
Err... You can debug w/o commiting that...
> --- build_system/web/test_index.php 2012-09-04 17:20:56 UTC (rev 5662)
> +++ build_system/web/test_index.php 2012-09-04 17:29:19 UTC (rev 5663)
> @@ -46,12 +46,14 @@
> $date_gen = date('c');
>
> $matches = get_submitted_packages($upload_dir);
> +echo 'debug:count:matches', count($matches), '';
>
> list($pkgs, $hosts, $build_dates, $buildtime_total) =
> get_refined_packages_list(
> $matches,
> isset($_GET['package']) ? $_GET['package'] : null,
> isset($_GET['user']) ? $_GET['user'] : null
> );
> +echo 'debug:count:pkgs', count($pkgs), '';
>
> list($stats, $users, $total, $pkgs) = build_stats($pkgs);
>
>