[Mageia-dev] [soft-commits] [5663] debugging...

Thierry Vignaud thierry.vignaud at gmail.com
Tue Sep 4 20:54:47 CEST 2012


On 4 September 2012 19:29,  <root at mageia.org> 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), '<br>';
>
>  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), '<br>';
>
>  list($stats, $users, $total, $pkgs) = build_stats($pkgs);
>
>


More information about the Mageia-dev mailing list