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

2012-09-04 Thread Thierry Vignaud
On 4 September 2012 19:29,  r...@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);




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

2012-09-04 Thread Romain d'Alverny
On Tue, Sep 4, 2012 at 8:54 PM, Thierry Vignaud
thierry.vign...@gmail.com wrote:
 On 4 September 2012 19:29,  r...@mageia.org wrote:
 debugging...

 Err... You can debug w/o commiting that...

Agreed, I would welcome a way to get a sample of the files tree
(what's under /home/schedbot/uploads) to replicate a more similar
environment on my workstation - I don't expect to go on the production
server for that :-p