[Bf-blender-cvs] [9019523] master: Buildbot: Followup to previous commit

Sergey Sharybin noreply at git.blender.org
Thu Dec 3 13:00:32 CET 2015


Commit: 9019523161858708485807ed618ed91f57be3631
Author: Sergey Sharybin
Date:   Thu Dec 3 16:59:36 2015 +0500
Branches: master
https://developer.blender.org/rB9019523161858708485807ed618ed91f57be3631

Buildbot: Followup to previous commit

Path is to be fully specified, so it's independent form the working directory.

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

M	build_files/buildbot/slave_pack.py

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

diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index ffe038e..340ee6c 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -39,7 +39,7 @@ branch = sys.argv[2] if (len(sys.argv) >= 3 and sys.argv[2] != 'master') else ''
 blender_dir = os.path.join('..', 'blender.git')
 build_dir = os.path.join('..', 'build', builder)
 install_dir = os.path.join('..', 'install', builder)
-buildbot_upload_zip = os.path.join(os.path.dirname(install_dir), "buildbot_upload.zip")
+buildbot_upload_zip = os.path.abspath(os.path.join(os.path.dirname(install_dir), "buildbot_upload.zip"))
 
 upload_filename = None  # Name of the archive to be uploaded
                         # (this is the name of archive which will appear on the




More information about the Bf-blender-cvs mailing list