From 164d23902b6dae0932459e25c2650fe047b9c962 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 21 Dec 2015 17:42:11 +0000 Subject: 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 --- scripts/release-build | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripts') 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() -- cgit v1.2.1