Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

v88

Compare
Choose a tag to compare
@n0rad n0rad released this 22 Aug 20:42
· 13 commits to master since this release

Release of version 88

From this version, if you have a dependency without a fixed version, dgr will look for latest version on remote repository (--pull-policy=update). If you want to use only your local rkt store, add --pull-policy=(none|new) to command line or set it in dgr configuration file.

  • [#171] Fix dependencies version during build if using latest
  • Replace command line no-store & store-only with pull-policy
  • Add support for rkt pull-policy option in dgr configuration file
  • Add support for checking if newer dependency version exists on acserver
  • Improve check of newer dependency version with X.X-X format