blender/build_files/config
Thomas Dinges f4031f2be2 Revert "Update pipeline config and point to 3.1 branches."
This reverts commit 5d4583683b6d99f2561efa589076d67ee15662e0.
2022-01-28 11:19:29 +01:00
..
pipeline_config.yaml Revert "Update pipeline config and point to 3.1 branches." 2022-01-28 11:19:29 +01:00
README.md Delete pipeline_config.json file. The yaml file is now used. 2021-08-02 16:57:29 +02:00

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.