Discussion:
[2737] Add youri status to the list now that it can happen
root-odJJhXpcy38dnm+
2012-01-21 01:19:24 UTC
Permalink
Revision: 2737
Author: pterjan
Date: 2012-01-21 02:19:23 +0100 (Sat, 21 Jan 2012)
Log Message:
-----------
Add youri status to the list now that it can happen

Modified Paths:
--------------
build_system/web/index.php

Modified: build_system/web/index.php
===================================================================
--- build_system/web/index.php 2012-01-21 01:02:54 UTC (rev 2736)
+++ build_system/web/index.php 2012-01-21 01:19:23 UTC (rev 2737)
@@ -208,6 +208,7 @@
'building' => 0,
'partial' => 0,
'built' => 0,
+ 'youri' => 0,
);
$total = count($pkgs);

Loading...