Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-12-03 14:59:36 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-12-03 15:00:09 +0300
commit9019523161858708485807ed618ed91f57be3631 (patch)
treebe711c910e69f181258314fe11faf7d6cfafc150 /build_files
parentc825c81c38eb9c3cdb4d45669bf36173ef2e0664 (diff)
Buildbot: Followup to previous commit
Path is to be fully specified, so it's independent form the working directory.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_pack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index ffe038e988a..340ee6cc8fa 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