Buildbot: Correct folder for experimetnal builds

This commit is contained in:
Sergey Sharybin
2014-10-15 16:16:56 +06:00
parent 84eeff0348
commit 2db117aa6c

View File

@@ -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: