[Bf-blender-cvs] [2db117a] master: Buildbot: Correct folder for experimetnal builds

Sergey Sharybin noreply at git.blender.org
Wed Oct 15 12:17:17 CEST 2014


Commit: 2db117aa6c83c3e02c84ba15270b4fd1e61d8200
Author: Sergey Sharybin
Date:   Wed Oct 15 16:16:56 2014 +0600
Branches: master
https://developer.blender.org/rB2db117aa6c83c3e02c84ba15270b4fd1e61d8200

Buildbot: Correct folder for experimetnal builds

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

M	build_files/buildbot/master_unpack.py

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

diff --git a/build_files/buildbot/master_unpack.py b/build_files/buildbot/master_unpack.py
index efcc563..35d2661 100644
--- a/build_files/buildbot/master_unpack.py
+++ b/build_files/buildbot/master_unpack.py
@@ -120,7 +120,7 @@ directory = 'public_html/download'
 if not branch or branch == 'master':
     directory = 'public_html/download'
 elif branch == 'experimental-build':
-    directory = 'public_html/experimental'
+    directory = 'public_html/download/experimental'
 # else: put 'official' branches in their own public subdir of download/ ?
 
 try:




More information about the Bf-blender-cvs mailing list