summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/subsubproject.md
AgeCommit message (Collapse)Author
2020-10-30Bump version number for release. This is the 10 000th commit!Jussi Pakkanen
2020-10-13Add wrap mode to disable auto promoteXavier Claessens
2020-10-13Merge wraps from subprojects into wraps from main projectXavier Claessens
wraps from subprojects are now merged into the list of wraps from main project, so they can be used to download dependencies of dependencies instead of having to promote wraps manually. If multiple projects provides the same wrap file, the first one to be configured wins. This also fix usage of sub-subproject that don't have wrap files. We can now configure B when its source tree is at `subprojects/A/subprojects/B/`. This has the implication that we cannot assume that subproject "foo" is at `self.subproject_dir / 'foo'` any more.