Commit: 56fcb18a22e83d010df719b8087dddc4db0bc8d1
Author: Sergey Sharybin
Date:   Thu Dec 3 16:48:14 2015 +0500
Branches: master
https://developer.blender.org/rB56fcb18a22e83d010df719b8087dddc4db0bc8d1

Buildbot: attempt to solve packing on windows

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

M       build_files/buildbot/slave_pack.py

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

diff --git a/build_files/buildbot/slave_pack.py 
b/build_files/buildbot/slave_pack.py
index d001b25..6005b42 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -165,7 +165,7 @@ else:
         os.rename(result_file, "{}.zip".format(builderified_name))
         # create zip file
         try:
-            upload_zip = "../install/buildbot_upload.zip"
+            upload_zip = os.path.join("..", "install", "buildbot_upload.zip")
             if os.path.exists(upload_zip):
                 os.remove(upload_zip)
             z = zipfile.ZipFile(upload_zip, "w", 
compression=zipfile.ZIP_STORED)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to