This repository was archived by the owner on Mar 4, 2023. It is now read-only.
Releases: Skycoder42/repkg
Releases · Skycoder42/repkg
Reworked version filtering
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-*.rulewill 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 extension rules (
- Added support for creating rules from all of a packages dependencies
Small feature update
Changelog:
- Fix support for tty-based pacman frontends (like yay), as long as they do not required waved packages
- Added explicit support for yay (as default)
- Add option to reset the frontend
- Add support for version scopes to only update packages when the version change is significant enough
- Improved the
rulescommand - Added ZSH-Completitions
Fix the fix of the fix...
Removed debug code, found by @nikita-moor
Fix the fix
no comment needed
Fix for pacman 5.1
The hook stopped working with pacman 5.1 - this was fixed now
Feature updates and bugfixes
Changelog:
- Now use
trizenas default frontend - Fix
frontend --set - Add
removecommand to remove rules - Test if all packages to be rebuild are already installed
- Added bash completition
- Sort rebuild command to build packages in order
- Prevents most frontends from having to build packages multiple times
- For frontends that don't support ordered build arguments, the
--wavedcan be use when adding the frontend. It splits the rebuild into multiple commands to archieve the same effect.
CLI cleanup and fixes
- Updated cli
- few fixes
- better original user detection
- added
rulescommand to list existing rules
Initial Release
How to comming soon