summaryrefslogtreecommitdiff
path: root/distbuild
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-05-14 11:19:53 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-05-14 11:19:53 +0100
commit6fb5fbad4f2876f30f482133c53f3a138911498b (patch)
treeb858a61fd54a41d4ef538319bcf8d2121010363b /distbuild
parent949788092824768dc5ffd517073b5b94172869ee (diff)
downloadmorph-6fb5fbad4f2876f30f482133c53f3a138911498b.tar.gz
distbuild: Include .build-log when copying chunk artifacts to the Trove
Users need to be able to see logs of all builds, not just those that failed.
Diffstat (limited to 'distbuild')
-rw-r--r--distbuild/worker_build_scheduler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/distbuild/worker_build_scheduler.py b/distbuild/worker_build_scheduler.py
index 48ef4a7f..b35c83fb 100644
--- a/distbuild/worker_build_scheduler.py
+++ b/distbuild/worker_build_scheduler.py
@@ -547,6 +547,7 @@ class WorkerConnection(distbuild.StateMachine):
source_artifacts = self._job.artifact.source.artifacts
suffixes = ['%s.%s' % (kind, name) for name in source_artifacts]
+ suffixes.append('build-log')
else:
filename = '%s.%s' % (kind, self._job.artifact.name)
suffixes = [filename]