[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] production-config: Use /home/logs, not /home/osstest/pub
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@xxxxxxxxxxxxx> --- 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |