From 6fb5fbad4f2876f30f482133c53f3a138911498b Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 14 May 2014 11:19:53 +0100 Subject: 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. --- distbuild/worker_build_scheduler.py | 1 + 1 file changed, 1 insertion(+) (limited to 'distbuild') 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] -- cgit v1.2.1