diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-04 17:29:19 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-04 17:29:19 +0000 |
commit | 30e3c269c1608f09b10353654e610d88296d8b4b (patch) | |
tree | c3382bb27edfe14f4775ec351a9967eebae7e0ff | |
parent | 5707b70182eeadba81291bd017c1886d63f90897 (diff) | |
download | pkgsubmit-30e3c269c1608f09b10353654e610d88296d8b4b.tar pkgsubmit-30e3c269c1608f09b10353654e610d88296d8b4b.tar.gz pkgsubmit-30e3c269c1608f09b10353654e610d88296d8b4b.tar.bz2 pkgsubmit-30e3c269c1608f09b10353654e610d88296d8b4b.tar.xz pkgsubmit-30e3c269c1608f09b10353654e610d88296d8b4b.zip |
debugging...
-rw-r--r-- | test_index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_index.php b/test_index.php index 3427af0..53be1ee 100644 --- a/test_index.php +++ b/test_index.php @@ -46,12 +46,14 @@ $tz = new DateTimeZone('UTC'); $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); |