]> git.pld-linux.org Git - projects/buildlogs.git/blame - buildlogs.inc
- update from buildlogs
[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(
506bb488 6 "ac" => array("SRPMS", "i386", "i586", "i686", "alpha", "amd64", "athlon",
8f0e31ba 7 "ppc", "sparc", "sparc64"),
93d98bbe 8 "th" => array("SRPMS", "i486", "i686", "alpha", "athlon", "ppc", "x86_64"),
e90a2776
ER
9 "ti" => array("SRPMS", "i586", "i686", "x86_64"),
10 "ti-dev" => array("SRPMS", "i586", "i686", "x86_64")
a7f1713c 11);
a7f1713c 12?>
This page took 0.070443 seconds and 4 git commands to generate.