]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
Always use primary ftp.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 22 Jun 2012 12:11:12 +0000 (12:11 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 22 Jun 2012 12:11:12 +0000 (12:11 +0000)
index.php

index bec4587a4eadfe1554993e6122c97d66d2670975..f0df720efa4a070c90146cf1a19bfbe32ca8cce9 100644 (file)
--- a/index.php
+++ b/index.php
@@ -480,7 +480,7 @@ function list_archs()
                "alt=\""._("Powered by PLD Linux")."\" border=\"0\" /></a><br />\n" .
             "<small>(c) 2002 ".
             "<a href=\"mailto:feedback@pld-linux.org\">PLD&nbsp;Team</a><br />\n".
-            '$Revision: 1.18 $'.
+            '$Revision: 1.19 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -535,11 +535,7 @@ function get_qa()
 
        if (!isset($dist) || !isset($arch))
                return false;
-       if($dist!='ti'){
-               $addr = "http://ftp.pld-linux.org/dists/$dist/.stat/builder/$dist/rpmqa-$arch.txt";
-       }else{
-               $addr = "http://ftp.pld-linux.org/branches/titanium/.stat/builder/$dist/rpmqa-$arch.txt";
-       }
+       $addr = "http://ftp1.pld-linux.org/dists/$dist/.stat/builder/$dist/rpmqa-$arch.txt";
     return fopen("$addr", "r");
 }
 
@@ -853,7 +849,7 @@ function welcome()
 <!-- ech... niech strace... -->
 <a href="mailto:feedback@pld-linux.org"><?=_("to us")?></a>. <?=_("Positive opinions are also")?>
 <a href="mailto:feedback@pld-linux.org"><?=_("welcome")?></a> ;)</p>
-<p>Version: $Id: index.php,v 1.18 2012/03/21 11:40:49 glen Exp $</p>
+<p>Version: $Id: index.php,v 1.19 2012/03/21 11:45:04 glen Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.108641 seconds and 4 git commands to generate.