]> git.pld-linux.org Git - projects/buildlogs.git/blame - buildlogs.inc
i486 replaced with x32 (baggins?)
[projects/buildlogs.git] / buildlogs.inc
CommitLineData
a7f1713c 1<?php
d919f6e8 2$database_file = "/home/services/httpd/html/pld-buildlogs/db/buildlogs2.db";
a7f1713c 3$database = "sqlite:$database_file";
4$root_directory = "/home/services/ftp/pub/pld-buildlogs";
5$addr = array(
5e447961 6 "th" => array("SRPMS", "x32", "i686", "x86_64"),
506bb488 7 "ac" => array("SRPMS", "i386", "i586", "i686", "alpha", "amd64", "athlon",
1e118bfb 8 "ppc", "sparc", "sparc64")
a7f1713c 9);
a7f1713c 10?>
This page took 0.165855 seconds and 4 git commands to generate.