Buildbot: Rename testbuild branch to experimental-build and put the builds to dedicated folder

This commit is contained in:
Bastien Montagne
2014-10-15 15:27:40 +06:00
committed by Sergey Sharybin
parent 5a6f9fd84d
commit de54b031c6
2 changed files with 6 additions and 1 deletions

View File

@@ -117,6 +117,11 @@ if platform == '':
# extract
directory = 'public_html/download'
if not branch or branch == 'master':
directory = 'public_html/download'
elif branch == 'experimental-build':
directory = 'public_html/experimental'
# else: put 'official' branches in their own public subdir of download/ ?
try:
zf = z.open(package)