Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « config « build_files - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: efa3d4524ec46fad88216c48ddc07de8528f1645 (plain)
1
2
3
4
5
6
7
8
9
10
Pipeline Config
===============

The `yaml` configuration file is used by buildbot build pipeline `update-code` step.

The file allows to set branches or specific commits for both git submodules and svn artifacts. Can also define various build package versions for use by build workers. Especially useful in experimental and release branches. 

NOTE:
* The configuration file is ```NOT``` used by the `../utils/make_update.py` script.
* That will implemented in the future.