[Bf-blender-cvs] [ce092a5] master: Buildbot: Missed this in the previous commit

Sergey Sharybin noreply at git.blender.org
Mon Jul 27 11:51:53 CEST 2015


Commit: ce092a58a296c8bdfa5086f9084bbe928a24b73c
Author: Sergey Sharybin
Date:   Mon Jul 27 11:49:05 2015 +0200
Branches: master
https://developer.blender.org/rBce092a58a296c8bdfa5086f9084bbe928a24b73c

Buildbot: Missed this in the previous commit

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

M	build_files/buildbot/slave_pack.py

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

diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index 3cab27c..aa1f944 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -140,7 +140,7 @@ else:
             if os.path.exists(upload_zip):
                 os.remove(upload_zip)
             z = zipfile.ZipFile(upload_zip, "w", compression=zipfile.ZIP_STORED)
-            z.write("{}.zip".format(builder))
+            z.write("{}.zip".format(builderified_name))
             z.close()
             sys.exit(retcode)
         except Exception as ex:




More information about the Bf-blender-cvs mailing list