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>2014-10-15 14:16:56 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-10-15 14:16:56 +0400
commit2db117aa6c83c3e02c84ba15270b4fd1e61d8200 (patch)
tree14f6c6b524324a3ac1da804781177ad4a5a97379 /build_files
parent84eeff034805f3b13d0cb2f5f52d4edab5aa964c (diff)
Buildbot: Correct folder for experimetnal builds
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/master_unpack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/buildbot/master_unpack.py b/build_files/buildbot/master_unpack.py
index efcc56328c9..35d26617893 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: