summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-12-21 17:42:11 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-12-21 17:43:43 +0000
commit164d23902b6dae0932459e25c2650fe047b9c962 (patch)
tree9a8d5d2869b86974deda0b1260cb97b78d9ab58c
parent68261f05566f82ea92ba00eb1450c2b2d8d8e42b (diff)
downloaddefinitions-164d23902b6dae0932459e25c2650fe047b9c962.tar.gz
scripts/release-build: Don't create a 'builds' directory
It no longer works because we use the 'distbuild' command instead of the 'distbuild-morphology' command. Morph puts distbuild build logs in a subdirectory now, anyway, so we don't need to worry about that in this script. Change-Id: I49f2c64cb0c3c859bb21cd0bc84a2aa41efe92f1
-rwxr-xr-xscripts/release-build3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/release-build b/scripts/release-build
index c45dc15b..2d31a102 100755
--- a/scripts/release-build
+++ b/scripts/release-build
@@ -98,9 +98,6 @@ class ReleaseApp(cliapp.Application):
cluster, cluster_path = self.load_morphology(cluster_name)
builds = self.prepare_builds(cluster)
- if not os.path.exists('builds'):
- os.mkdir('builds')
- os.chdir('builds')
for build in builds:
build.start()