Skip to content

Add support for `pre_command`

Pre-release
Pre-release
Compare
Choose a tag to compare
@lpenz lpenz released this 31 Dec 12:46
· 17 commits to main since this release

pre_command executed during setup, which now does:

  • go to working-directory
  • pre_command
  • dependencies_debian

This makes pre_command more flexible, and gives it the opportunity to
affect debian repositories.

Fixes #11

Full Changelog: v0.16...v0.17