Buildbot: fix path got pack step

This commit is contained in:
Sergey Sharybin 2013-11-19 16:01:45 +06:00
parent 631ae088ff
commit 3c662efee3
1 changed files with 1 additions and 1 deletions

View File

@ -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__))