- Jul 19, 2023
-
-
Jakub Ružička authored
Make sure alias templates are sorted according to distro aliases ordering in config file as intended. Previously, alias templates got sorted lexicographically. Fixes: #93
-
- Jan 11, 2022
-
-
Jakub Ružička authored
Fixes: #63
-
- Oct 21, 2021
-
-
Jakub Ružička authored
Add 2 new config options to control special files in templates using unix-style file name patterns: * templates.ignore_files to ignore/skip files entirely * templates.plain_copy_files to copy files without rendering Docs and tests are included. Fixes: #58
-
- Oct 13, 2021
-
-
Jakub Ružička authored
Support Jinja include directive: {% include 'distro/common/foo' %} Paths are relative to project root.
-
- Oct 05, 2021
-
-
Jakub Ružička authored
A simple project demonstrating apkg templating features.
-