]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- Titanium added to array
authorduddits <duddits@pld-linux.org>
Mon, 19 Jan 2009 20:48:14 +0000 (20:48 +0000)
committerduddits <duddits@pld-linux.org>
Mon, 19 Jan 2009 20:48:14 +0000 (20:48 +0000)
buildlogs.inc

index 273c544521a86a5720acdaf4b94814a7b40a378f..7efefa58e9a4364ce917986c6025d417d0d60089 100644 (file)
@@ -5,6 +5,7 @@ $root_directory = "/home/services/ftp/pub/pld-buildlogs";
 $addr = array(
        "ac" => array("SRPMS", "i386", "i586", "i686", "alpha", "amd64", "athlon",
                "ppc", "sparc", "sparc64"),
-       "th" => array("SRPMS", "i486", "i686", "alpha", "athlon", "ppc", "x86_64")
+       "th" => array("SRPMS", "i486", "i686", "alpha", "athlon", "ppc", "x86_64"),
+       "ti" => array("SRPMS", "i586", "i686", "x86_64")
 );
 ?>
This page took 0.168531 seconds and 4 git commands to generate.