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
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs