Buildbot: Rename testbuild branch to experimental-build and put the builds to dedicated folder
This commit is contained in:

committed by
Sergey Sharybin

parent
5a6f9fd84d
commit
de54b031c6
@@ -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)
|
||||
|
Reference in New Issue
Block a user