[Bf-blender-cvs] [3c662ef] master: Buildbot: fix path got pack step

Sergey Sharybin noreply at git.blender.org
Tue Nov 19 11:02:26 CET 2013


Commit: 3c662efee33be215092255dd23e4f4f0dc71b502
Author: Sergey Sharybin
Date:   Tue Nov 19 16:01:45 2013 +0600
http://developer.blender.org/rB3c662efee33be215092255dd23e4f4f0dc71b502

Buildbot: fix path got pack step

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

M	build_files/buildbot/slave_pack.py

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

diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index 3e8ae93..b6e817b 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -40,7 +40,7 @@ if len(sys.argv) >= 3:
 
 # scons does own packaging
 if builder.find('scons') != -1:
-    os.chdir('../blender')
+    os.chdir('../blender.git')
     scons_options = ['BF_QUICK=slnt', 'BUILDBOT_BRANCH=' + branch, 'buildslave', 'BF_FANCY=False']
 
     buildbot_dir = os.path.dirname(os.path.realpath(__file__))




More information about the Bf-blender-cvs mailing list