]> git.pld-linux.org Git - projects/buildlogs.git/blob - buildlogs.inc
- hiliting for shell debug, rpmbuild sections; add toc for rpm build sections
[projects/buildlogs.git] / buildlogs.inc
1 <?php
2 $database_file = "/home/services/httpd/html/pld-buildlogs/db/buildlogs2.db";
3 $database = "sqlite:$database_file";
4 $root_directory = "/home/services/ftp/pub/pld-buildlogs";
5 $addr = array(
6         "ac" => array("SRPMS", "i386", "i586", "i686", "alpha", "amd64", "athlon",
7                 "ppc", "sparc", "sparc64"),
8         "th" => array("SRPMS", "i486", "i686", "alpha", "athlon", "ppc", "x86_64")
9 );
10 ?>
This page took 0.084393 seconds and 3 git commands to generate.