[Bf-blender-cvs] [23c670e] master: Buildbot: Remove debug-only early exit

Sergey Sharybin noreply at git.blender.org
Thu Dec 3 17:59:56 CET 2015


Commit: 23c670ea0d51743d194dce1aaed0d81d48b2edf2
Author: Sergey Sharybin
Date:   Thu Dec 3 21:59:42 2015 +0500
Branches: master
https://developer.blender.org/rB23c670ea0d51743d194dce1aaed0d81d48b2edf2

Buildbot: Remove debug-only early exit

===================================================================

M	build_files/buildbot/slave_pack.py

===================================================================

diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index d13b6b6..4b0d138 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -206,7 +206,6 @@ else:
         print("Stripping python...")
         py_target = os.path.join(install_dir, blender_version)
         subprocess.call(chroot_prefix + ['find', py_target, '-iname', '*.so', '-exec', 'strip', '-s', '{}', ';'])
-        sys.exit(0)
 
         # Copy all specific files which are too specific to be copied by
         # the CMake rules themselves




More information about the Bf-blender-cvs mailing list