Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Reworked version filtering

Latest
Compare
Choose a tag to compare
@Skycoder42 Skycoder42 released this 24 Jan 21:47
· 2 commits to master since this release

Changelog:

  • Version filtering has completely been reworked
    • Regex based filters do not work anymore. They are currently beeing ignored when found, but will cause errors in future versions
    • Version are now compared using a new and simpler set of filter rules. Check the readme for details
  • Added support for wildcard rules (E.g. ruby-*.rule will trigger a rebuild of all custom ruby packages based on the contents)
    • Added extension rules (+<rule>.rule) that instead of overriding wildcard rules extend them
  • Added support for creating rules from all of a packages dependencies