From 90326c4c6e6c312ac4bf97dc443c32c8c0206ec6 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 2 Apr 2011 21:11:22 +0000 Subject: buildbot: - Remove packed to buildbot_archive.zip archive file to keep scons install directory as clean as possible (if i understood correct, this file isn't actually needed in the future, so we could remove it just after packing rather than cleaning install directory before packing as it's done for cmake) - No need in scripts installation for linux slaves when preparing archive --- build_files/scons/tools/btools.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build_files/scons/tools') diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py index 2d8c9276ba1..a646b9084c2 100644 --- a/build_files/scons/tools/btools.py +++ b/build_files/scons/tools/btools.py @@ -530,6 +530,8 @@ def buildbot_zip(src, dest, package_name, extension): print("writing %s to %s" % (dest, bb_zip_name)) bb_zip.write(dest, os.path.split(dest)[1]) bb_zip.close() + print("removing unneeded packed file %s (to keep install directory clean)" % (dest)) + os.remove(dest) print("done.") def buildslave_print(target, source, env): -- cgit v1.2.3