All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH] production-config: Use /home/logs, not /home/osstest/pub
@ 2015-05-14 17:14 Ian Jackson
  2015-05-15  8:51 ` Ian Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Jackson @ 2015-05-14 17:14 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell

The logs and images (including .../logs, .../results, etc.) are now on
their own filesystem on the production osstest VM, which I have called
/home/logs.

Changing this in production config will allow us to tidy up by
removing the symlink I left behind.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 production-config |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/production-config b/production-config
index 8834110..3a0b768 100644
--- a/production-config
+++ b/production-config
@@ -34,12 +34,12 @@ QueueDaemonHost osstest
 
 ExecutiveDbnamePat dbname=osstestdb;host=db
 
-Stash /home/osstest/pub/logs
-Images /home/osstest/pub/images
-Logs /home/osstest/pub/logs
+Stash /home/logs/logs
+Images /home/logs/images
+Logs /home/logs/logs
 
-Results /home/osstest/pub/results
-PubBaseDir /home/osstest/pub
+Results /home/logs/results
+PubBaseDir /home/logs
 
 OverlayLocal /home/osstest/overlay-local
 
-- 
1.7.10.4

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

end of thread, other threads:[~2015-05-15  8:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14 17:14 [OSSTEST PATCH] production-config: Use /home/logs, not /home/osstest/pub Ian Jackson
2015-05-15  8:51 ` 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.