[Bf-blender-cvs] [6161627] blender-v2.72-release: Buildbot: Rename testbuild branch to experimental-build and put the builds to dedicated folder

Bastien Montagne noreply at git.blender.org
Wed Oct 15 16:59:03 CEST 2014


Commit: 616162774768bdb6057a799fb2b1f73aeb84d91b
Author: Bastien Montagne
Date:   Wed Oct 15 15:27:40 2014 +0600
Branches: blender-v2.72-release
https://developer.blender.org/rB616162774768bdb6057a799fb2b1f73aeb84d91b

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

===================================================================

M	build_files/buildbot/master.cfg
M	build_files/buildbot/master_unpack.py

===================================================================

diff --git a/build_files/buildbot/master.cfg b/build_files/buildbot/master.cfg
index 5f31533..66b456f 100644
--- a/build_files/buildbot/master.cfg
+++ b/build_files/buildbot/master.cfg
@@ -113,7 +113,7 @@ def schedule_force_build(name):
         codebases=[forcesched.CodebaseParameter(
                 codebase="blender",
                 branch=forcesched.ChoiceStringParameter(
-                    name="branch", choices=["master", "testbuild"], default="master"),
+                    name="branch", choices=["master", "experimental-build"], default="master"),
                 # Do not hide revision, can be handy!
                 repository=forcesched.FixedParameter(name="repository", default="", hide=True),
                 project=forcesched.FixedParameter(name="project", default="", hide=True)),
diff --git a/build_files/buildbot/master_unpack.py b/build_files/buildbot/master_unpack.py
index ecacf3b..651a68b 100644
--- a/build_files/buildbot/master_unpack.py
+++ b/build_files/buildbot/master_unpack.py
@@ -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)




More information about the Bf-blender-cvs mailing list