]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
fixed mess with builder table(s)
authorankry <ankry@pld-linux.org>
Mon, 31 Mar 2003 20:06:30 +0000 (20:06 +0000)
committerankry <ankry@pld-linux.org>
Mon, 31 Mar 2003 20:06:30 +0000 (20:06 +0000)
obsolete/buildlogs/index.php

index 88db595a37a5e22131d08570dc9be1c6419c81e0..cf15549d82f919e8c37aede0634b37fe3792e794 100644 (file)
@@ -15,18 +15,20 @@ $addr = array(
        "/ra/alpha",    
        "/ra/sparc",
        "/ra/ppc",
-       "/nest/athlon",
        "/nest/i386",
        "/nest/i586",
        "/nest/i686",
+       "/nest/athlon",
        "/nest/ppc"
 );
 $qa_base = "http://ftp.pld.org.pl/.stat/builder";
 $qa_addr = array(
+       "/ep/rpmqa-ac-i386.txt",
+       "/ep/rpmqa-ac-i386.txt",
+       "/ep/rpmqa-ac-i386.txt",
        "",
-       "/kenny/rpmqa-nest-i386.txt",
-       "/kenny/rpmqa-nest-i586.txt",
-       "/kenny/rpmqa-nest-i686.txt",
+       "/alpha/rpmqa-ac-alpha.txt",    
+       "/newboss/rpmqa-ac-sparc.txt",
        "",
        "/ep/rpmqa-ra-i386.txt",
        "/ep/rpmqa-ra-i586.txt",
@@ -34,11 +36,10 @@ $qa_addr = array(
        "/mifgate/rpmqa-ra-alpha.txt",  
        "/team/rpmqa-ra-sparc.txt",
        "",
-       "/ep/rpmqa-ac-i386.txt",
-       "/ep/rpmqa-ac-i386.txt",
-       "/ep/rpmqa-ac-i386.txt",
-       "/alpha/rpmqa-ac-alpha.txt",    
-       "/newboss/rpmqa-ac-sparc.txt",
+       "/kenny/rpmqa-nest-i386.txt",
+       "/kenny/rpmqa-nest-i586.txt",
+       "/kenny/rpmqa-nest-i686.txt",
+       "",
        ""
 );
 $local = 1; /* $local=0 for FTP */ 
@@ -939,7 +940,7 @@ function welcome()
 <!-- ech... niech strace... -->
 <a href="mailto:feedback@pld.org.pl"><?=_("to us")?></a>. <?=_("Positive opinions are also")?> 
 <a href="mailto:feedback@pld.org.pl"><?=_("welcome")?></a> ;)</p>
-<p>Version: $Id: index.php,v 1.55 2002/11/01 17:59:32 ankry Exp $</p>
+<p>Version: $Id: index.php,v 1.56 2003/03/29 22:25:54 kloczek Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.111926 seconds and 4 git commands to generate.