'; 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); publish_stats_headers( $stats, $buildtime_total, $build_count, (isset($_GET['last']) && $total > 0) ? reset($pkgs) : null ); ?> <?php echo strip_tags($title); ?>

« Back to full list'; } echo ''; uksort($buildtime_stats, "timesort"); echo ''; echo mga_bs_charts::js_init(); } else { echo sprintf('
  • No package has been submitted in the past %d hours.

  • ', $max_modified * 24); } ?>

    Generated at . Code for this page is in http://svnweb.mageia.org/soft/build_system/web/.