summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-04 12:34:38 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-04 12:34:38 +0000
commit7faf9c7ed9452eb0847b6fca2d26966c0fc9feea (patch)
treebdd4f4edc6cb3ca806cb84214a2f793618ae05df
parent4fbca5a8ce75059e94e11339e251acf707a1d7c2 (diff)
downloadpkgsubmit-7faf9c7ed9452eb0847b6fca2d26966c0fc9feea.tar
pkgsubmit-7faf9c7ed9452eb0847b6fca2d26966c0fc9feea.tar.gz
pkgsubmit-7faf9c7ed9452eb0847b6fca2d26966c0fc9feea.tar.bz2
pkgsubmit-7faf9c7ed9452eb0847b6fca2d26966c0fc9feea.tar.xz
pkgsubmit-7faf9c7ed9452eb0847b6fca2d26966c0fc9feea.zip
put in progress order
-rw-r--r--test_index.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/test_index.php b/test_index.php
index f57fb71..8449c10 100644
--- a/test_index.php
+++ b/test_index.php
@@ -144,11 +144,12 @@ $buildtime_total = array_sum($buildtime_total);
// count all packages statuses
$stats = array(
- 'uploaded' => 0,
- 'failure' => 0,
'todo' => 0,
'building' => 0,
- 'partial' => 0
+ 'partial' => 0,
+ 'uploaded' => 0,
+ 'rejected' => 0,
+ 'failure' => 0
);
$total = count($pkgs);