All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH 1/2] config: Default Stash to $c{Logs}, not "logs"
@ 2015-06-19 12:38 Ian Jackson
  2015-06-19 12:38 ` [OSSTEST PATCH 2/2] config: Computed defaults for Logs and Results Ian Jackson
  2015-06-19 12:56 ` [OSSTEST PATCH 1/2] config: Default Stash to $c{Logs}, not "logs" Ian Campbell
  0 siblings, 2 replies; 5+ messages in thread
From: Ian Jackson @ 2015-06-19 12:38 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 Osstest.pm                  |    3 ++-
 production-config           |    1 -
 production-config-cambridge |    1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Osstest.pm b/Osstest.pm
index 8948666..fc46487 100644
--- a/Osstest.pm
+++ b/Osstest.pm
@@ -60,7 +60,6 @@ our %c = qw(
     JobDB Standalone
     HostDB Static
 
-    Stash logs
     Images images
     Logs logs
     Results results
@@ -214,6 +213,8 @@ sub readglobalconfig () {
     $c{DefaultBranch} ||= 'xen-unstable';
 
     $c{DebianMirrorHost} ||= 'ftp.debian.org' if $c{DebianMirrorProxy};
+
+    $c{Stash} //= $c{Logs};
 }
 
 sub augmentconfigdefaults {
diff --git a/production-config b/production-config
index 47c0c4c..b17bd66 100644
--- a/production-config
+++ b/production-config
@@ -34,7 +34,6 @@ QueueDaemonHost osstest
 
 ExecutiveDbnamePat dbname=osstestdb;host=db
 
-Stash /home/logs/logs
 Images /home/logs/images
 Logs /home/logs/logs
 
diff --git a/production-config-cambridge b/production-config-cambridge
index 8f6fbe4..693690b 100644
--- a/production-config-cambridge
+++ b/production-config-cambridge
@@ -32,7 +32,6 @@ NetNameservers 10.80.248.2 10.80.16.28 10.80.16.67
 
 Timezone Europe/London
 
-Stash /home/xc_osstest/logs
 Images /home/xc_osstest/images
 Logs /home/xc_osstest/logs
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-19 13:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-19 12:38 [OSSTEST PATCH 1/2] config: Default Stash to $c{Logs}, not "logs" Ian Jackson
2015-06-19 12:38 ` [OSSTEST PATCH 2/2] config: Computed defaults for Logs and Results Ian Jackson
2015-06-19 12:57   ` Ian Campbell
2015-06-19 13:45     ` Ian Jackson
2015-06-19 12:56 ` [OSSTEST PATCH 1/2] config: Default Stash to $c{Logs}, not "logs" Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.