Skip to content

1.6.0

Latest

Choose a tag to compare

@Amaury Amaury released this 11 Jun 11:43

Deployment (dpk install)

  • Improve systemd deployment.
  • Generate files before Supervisor/systemd installation.
  • Manage generation of systemd configuration files.
  • Fix quoted glob patterns that prevented the installation of systemd .target files.
  • CONF_INSTALL_SYMLINK: links cleanup is now pattern-based (version numbers and main branch name, non-committed links only), the main-named link is created when the main branch is deployed, and links are never created over committed files.
  • New CONF_INSTALL_VERSION_ALIAS configuration.

Packaging (dpk pkg)

  • New CONF_PKG_CONCAT configuration (associative array) to concatenate files during the packaging process.
  • Check the minification program availability before any file generation.

Branch management (dpk branch)

  • Fix the --rename option.
  • Accept the --tag parameter (used with --create).

Misc

  • bash completion: add the origin command, the branch options (--graph, --rebase, --rename, --prune) and the install options (--no-supervisor, --no-systemd).
  • README: document missing features.