Releases: devexp-db/distgen
Releases · devexp-db/distgen
Release 1.0
New in 1.0:
-
Incompatible changes
- The 'trim_blocks' and 'lstrip_blocks' jinja2 options are enabled by
default for more convenient white-space maintenance. The macros blocks
(conditions, loops, etc.) can look like '{% .. %}' instead of '{%- -%}'
in most cases. This might require updating the templates (if
whitespaces matters) or using --keep-block-whitespaces to use the
old behavior.
- The 'trim_blocks' and 'lstrip_blocks' jinja2 options are enabled by
-
New features
-
Added option '--version'.
-
Added 'centos-6-x86_64' and 'rhel-8-x86_64' dist config.
-
When the --distro flag is not specified, 'dg' newly automatically
detects the underlying distribution for the defaults, instead of
instantiating the templates artificially for 'fedora-21-x86_64'. -
The --distro flag accepts arguments both with/without ".yaml" suffix.
-
Error output is printed out consistently through fatal() to stderr.
-
0.14 stable release
v0.14 Release 0.14
Development release v0.7~dev
release: v0.7~dev * distgen/version.py: Bump version. * rpm/distgen.spec: Likewise.
Initial release
release: 0.2~dev * distgen/version.py: Bump version. * setup.py: Install new yaml files, don't install files which are not needed. * templates/macros/system.macros: Remove (unused). * templates/general.tpl: Don't import unused macros file. * MANIFEST.in: Manage to distribute testsuite-related files.