From 9019523161858708485807ed618ed91f57be3631 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 3 Dec 2015 16:59:36 +0500 Subject: Buildbot: Followup to previous commit Path is to be fully specified, so it's independent form the working directory. --- build_files/buildbot/slave_pack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') 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 -- cgit v1.2.3