Skip to content

Releases: devexp-db/distgen

Release 1.0

19 Apr 07:57
Compare
Choose a tag to compare

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.
  • 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

05 Sep 08:05
Compare
Choose a tag to compare
v0.14

Release 0.14

Development release v0.7~dev

27 Jan 08:35
Compare
Choose a tag to compare
release: v0.7~dev

* distgen/version.py: Bump version.
* rpm/distgen.spec: Likewise.

Initial release

19 May 23:15
Compare
Choose a tag to compare
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.