From 2db117aa6c83c3e02c84ba15270b4fd1e61d8200 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 15 Oct 2014 16:16:56 +0600 Subject: [PATCH] Buildbot: Correct folder for experimetnal builds --- build_files/buildbot/master_unpack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: