summaryrefslogtreecommitdiff
path: root/doc/concepts/built-in-rules.md
AgeCommit message (Collapse)Author
2025-04-07Documentation of built-in rules: document {disjoint_,}tree_overlayKlaus Aehlig
2025-01-24"generic" rule: verify staging conflicts on inputsKlaus Aehlig
The "generic" rules deliberately resolves conflicts on identical paths in a latest-wins fashion (seeing all artifacts as later than all runfiles) to allow an easy way to define actions. However, the inputs stage obtained by this resolution can still contain conflicts and those are an error. Properly detect those. Also clarify in the documentation, that only conflicts on identical paths are resolved in the described priority, not semantic overlap.
2024-08-02generic rule: add support for cwdKlaus Aehlig
2023-12-11Documentation for "configure" rule: clarify role of "config"Klaus Aehlig
... as an overlay for the configuration, not the configuration to be used for the target to configure.
2023-08-28Extend built-in "generic" rule to allow setting "sh"Klaus Aehlig
2023-08-10doc: Extend documentation with 'symlink' built-in rulePaul Cristian Sarbu
2023-06-28doc: Fix description of built-in rule genericOliver Reiche
2023-06-12doc: Convert orgmode files to markdownOliver Reiche