r1850 - people/goneri/update-pkg-games
Gonéri Le Bouder
goneri-guest at costa.debian.org
Sun Oct 15 16:50:15 UTC 2006
Author: goneri-guest
Date: 2006-10-15 16:50:15 +0000 (Sun, 15 Oct 2006)
New Revision: 1850
Modified:
people/goneri/update-pkg-games/refresh.pl
Log:
do not print "success" when build success. The green color is
enough I guess. log are still available in the log
directory.
Modified: people/goneri/update-pkg-games/refresh.pl
===================================================================
--- people/goneri/update-pkg-games/refresh.pl 2006-10-15 16:36:53 UTC (rev 1849)
+++ people/goneri/update-pkg-games/refresh.pl 2006-10-15 16:50:15 UTC (rev 1850)
@@ -115,7 +115,7 @@
$color = $yellow if ($status eq "unknow");
$color = $green if ($status eq "success");
print "bgcolor=".$color;
- print "><a href=\"log/$pkg/build.log\">$status</a></th><th ";
+ print "><a href=\"log/$pkg/build.log\">".($status!~/success/?$status:"")."</a></th><th ";
print "bgcolor=".($ur !~ /^$/?$red:$green);
print ">$ur</th><th ";
print "bgcolor=".($lintian !~ /^$/?$red:$green);
More information about the Pkg-games-commits
mailing list