]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
wip reorg rename ~/.osstest -> ~/.xen-osstest
authorIan Jackson <ian.jackson@eu.citrix.com>
Wed, 17 Oct 2012 14:15:01 +0000 (15:15 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 17 Oct 2012 14:15:01 +0000 (15:15 +0100)
Osstest.pm
README

index 146e9f7b6d2755e8cc1eb883d55ecc00ab5d6aa4..1b5c725f25733d0f507a72c2b62bb993ab04f14c 100644 (file)
@@ -84,7 +84,7 @@ sub readglobalconfig () {
 
     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 {
@@ -118,7 +118,7 @@ sub readglobalconfig () {
     # 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
diff --git a/README b/README
index 4934f030aba58cc675899c7f330ba0181fcda888..de80536f94e608b1985cee8ecadb8f29a5982a9c 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ To run osstest in standalone mode:
      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
@@ -31,7 +31,7 @@ To run osstest in standalone mode:
 
 ========================================
 
-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: