Added some code to peer into a data structure in Maemian/Schedule.pm. Also added the
[maemian] / nokia-lintian / reporting / config
1 # Hey emacs! This is a -*- Perl -*- script!
2 # config -- configuration file for Lintian reporting harness
3
4 $HOME = "/org/lintian.debian.org";
5 $LINTIAN_ARCHIVEDIR = "/org/ftp.debian.org/ftp";
6 $LINTIAN_DIST = "sid";
7 $LINTIAN_SECTION = "main";
8 $LINTIAN_ARCH = "i386";
9
10 $LINTIAN_ROOT = "$HOME/root";
11 $LINTIAN_LAB = "$HOME/laboratory";
12 $LOG_DIR = "$HOME/logs";
13 $HTML_DIR = "$HOME/www";
14 $HTML_TMP_DIR = "$HTML_DIR.new";
15 $LINTIAN_CFG = "$LINTIAN_ROOT/reporting/lintian-dummy.cfg";  # this config file has to be empty!
16 $LINTIAN_UNPACK_LEVEL = "";
17
18 $log_file = "$LOG_DIR/harness.log";
19 $changes_file = "$LOG_DIR/setup-lab.log";
20 $list_file = "$LOG_DIR/changed-packages.list";
21 $lintian_log = "$LOG_DIR/lintian.log";
22 $old_lintian_log = "$LOG_DIR/lintian.log.old";
23 $lintian_cmd = "$LINTIAN_ROOT/frontend/lintian";
24 $html_reports_cmd = "$LINTIAN_ROOT/reporting/html_reports";
25 $html_reports_log = "$LOG_DIR/html_reports.log";
26 $statistics_file = "$LOG_DIR/statistics";
27
28 1;