Releases: alexheretic/aurto
Releases · alexheretic/aurto
v0.12.4
- Update pacman-chroot.conf & makepkg-chroot.conf.
- Update trust-check dependencies.
v0.12.3
- Set low CPUWeight & IOWeight for background services.
- Update trust-check dependencies.
v0.12.2
- Use conf
SigLevel = Never
instead ofSigLevel = Optional TrustAll
. - Update trust-check dependencies.
v0.12.1
- Fix vcs version comparison when checking for updates.
- Update trust-check dependencies.
v0.12.0
- Use aurutils ninja features to build packages allowing aurto update builds to continue after some package builds fail.
- Switch to aurweb POST rpc API (instead of GET) which supports any number of packages in a single http call. Fixes issues with trust-check when aurto has a large number of packages to check.
- Update trust-check dependencies.
v0.11.1
- trust-check: fix url
/
causing auweb error
v0.11.0
aurto add
now prints full build output instead of trying to summarize it.- Clearing the aurutils cache now only happens after
update-aurto
task fails, instead of after each run. - Fix initial trust-check of packages with many different-maintainer aur dependencies.
- Update trust-check dependencies.
v0.10.8
- Fix
aurto status
missing some older journalctl logs.
v0.10.7
- Add better error message when running
aurto init
as root. - Update pacman-chroot.conf & makepkg-chroot.conf
- Update trust-check dependencies.
- make: Support CARGO_TARGET_DIR env var
v0.10.6
- Require user in
wheel
group explicitly when runningaurto init
. - Update trust-check dependencies.