# HG changeset patch # User Pascal Bellard # Date 1298734280 -3600 # Node ID e9a7c6b82fe62453f890224b29f588c4f4e3c675 # Parent bf8f6db981b6be2336fe7c1bcbea623a5396e1dd web/index.php: more links in summary diff -r bf8f6db981b6 -r e9a7c6b82fe6 web/index.php --- a/web/index.php Sat Feb 26 13:06:36 2011 +0100 +++ b/web/index.php Sat Feb 26 16:31:20 2011 +0100 @@ -123,7 +123,7 @@ echo "$version"; ?> " /> - Show pkg log:
+ Show pkg log: @@ -147,7 +147,7 @@ $duration = floor($duration / 60). " min"; else $duration = sprintf("%dH%02d",floor($duration / 3600), ($duration / 60) % 60); - $status .= ", ".file_get_contents("$log_dir/step")." ($duration ago)"; + $status .= ". ".file_get_contents("$log_dir/step")." ($duration ago)"; if (file_exists("$log_dir/package")) { $pkg = file_get_contents("$log_dir/package"); $pkg = chop($pkg); @@ -159,19 +159,21 @@ echo "
  • ".date(DATE_RFC822).": $status
  • \n"; //include("$db_dir/summary"); ?> -
  • Packages in the wok: Packages in the wok: "; system("cd $wok && ls -1 | wc -l"); ?>
  • Packages in the main repository:
  • -
  • Packages in the incoming repository: Packages in the incoming repository:
  • -
  • Commited packages: Commited packages:
  • -
  • Packages to cook: Packages to cook:
  • -
  • Broken packages: Broken packages:
  • -
  • Blocked packages: Blocked packages: