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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to