yangtse: curl-www/auto summarize.pl,1.58,1.59

[email protected] Fri, 17 Jul 2009 04:19:17 +0000
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv11387/auto

Modified Files:
	summarize.pl 
Log Message:
lack of device space prevails over all other errors

Index: summarize.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/summarize.pl,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- summarize.pl	17 Jul 2009 03:50:34 -0000	1.58
+++ summarize.pl	17 Jul 2009 04:19:15 -0000	1.59
@@ -258,13 +258,13 @@
     my $res = join("",
                    "<!-- $lyear$lmonth$lday $showdate --><tr>\n",
                    "<td>$a$showdate</a></td>\n");
-    if($fail || !$linkfine || !$fine) {
+    if($fail || !$linkfine || !$fine || $nospaceleft) {
         $res .= "<td class=\"buildfail\">";
-        if(!$linkfine) {
-            if($nospaceleft) {
-                $res .= "no&nbsp;space";
-            }
-            elsif($cvsfail) {
+        if($nospaceleft) {
+            $res .= "no&nbsp;space";
+        }
+        elsif(!$linkfine) {
+            if($cvsfail) {
                 $res .= "CVS";
             }
             elsif(!$buildconf) {