[PATCH] doc: fix include handler order documentation

7 views
Skip to first unread message

Tamino Larisch

unread,
Jul 16, 2026, 7:26:56 AMJul 16
to kas-...@googlegroups.com, Tamino Larisch
Fixes: 34dd07e76 ("added initial implementation of a include handler")
Signed-off-by: Tamino Larisch <tamino....@siemens.com>
---
kas/includehandler.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kas/includehandler.py b/kas/includehandler.py
index 2e8d9f3..2da4f6d 100644
--- a/kas/includehandler.py
+++ b/kas/includehandler.py
@@ -260,12 +260,12 @@ class IncludeHandler:
file: include-repo1.yml
- repo: repo2
file: include-repo2.yml
- - include3.yml
+ - include2.yml
-------

- Includes are merged in in this order:
- ['include1.yml', 'include2.yml', 'include-repo1.yml',
- 'include-repo2.yml', 'include-repo2.yml', 'topfile.yml']
+ Includes are merged in this order:
+ ['include1.yml', 'include-repo1.yml', 'include-repo2.yml',
+ 'include2.yml', 'topfile.yml']
On conflict the latter includes overwrite previous ones and
the current file overwrites every include. (evaluation depth first
and from top to bottom)
--
2.39.5

Jan Kiszka

unread,
Jul 20, 2026, 6:27:53 AMJul 20
to Tamino Larisch, kas-...@googlegroups.com
Thanks, applied.

Jan

--
Siemens AG, Foundational Technologies
Linux Expert Center
Reply all
Reply to author
Forward
0 new messages