my $cfgvar_re = '[A-Z][0-9a-zA-Z-_]*';
- my $cfgfile = $ENV{'OSSTEST_CONFIG'} || "$ENV{'HOME'}/.osstest/config";
+ my $cfgfile = $ENV{'OSSTEST_CONFIG'} || "$ENV{'HOME'}/.xen-osstest/config";
if (!open C, '<', "$cfgfile") {
die "$cfgfile $!" unless $!==&ENOENT;
} else {
# dynamic default config settings
$c{ExecutiveDbnamePat} ||= "dbname=<dbname>;user=<whoami>;".
"host=<dbname>.db.$c{DnsDomain};".
- "password=<~/.osstest/db-password>"
+ "password=<~/.xen-osstest/db-password>"
if defined $c{DnsDomain};
# 1. <\w+> is replaced with variables:
# <dbname> database name
libdbi-perl libdbd-sqlite3-perl
- Write a config file
- ~/.osstest/config
+ ~/.xen-osstest/config
See below.
- Select the "branch" and job to reproduce. By default the system
========================================
-Format of config file ~/.osstest/config (you may set OSSTEST_CONFIG to
+Format of config file ~/.xen-osstest/config (you may set OSSTEST_CONFIG to
point to a different file):
Lines containing: