Skip to content

Feature: use specific submodule branches or commits

Andreas Baer requested to merge dev-specific-art-branch into main

A new subsection in the build.yml file allows to use specific submodule branches or commits. In the icon section, add a section SUBMODULES. It contains a list of entries, one per submodule, that should point to a non-default value. The syntax is <submodule>:<branch>:<commit>, where submodule is the submodules name, e.g. art, the branch is the branch to check out, e.g. master and commit is either a specific commit or tag or can be HEAD, or CURRENT. HEAD means to use the branches HEAD and CURRENT to use the current state of the repository (if it is not yet existing, use the branches HEAD).

Merge request reports