]> git.pld-linux.org Git - projects/buildlogs.git/blame - buildlogs.inc
- hiliting for shell debug, rpmbuild sections; add toc for rpm build sections
[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"),
e926de50 8 "th" => array("SRPMS", "i486", "i686", "alpha", "athlon", "ppc", "x86_64")
a7f1713c 9);
a7f1713c 10?>
This page took 0.045658 seconds and 4 git commands to generate.