AI Bot and Riyyi
83de6acc74
Refactor fetch and pacman packages into subpackages
...
Split fetch into alpm and aur subpackages for better organization.
Rename state to log. Split pacman into read and sync subpackages.
Remove validation in favor of read.DBFreshness.
2026-04-18 18:18:23 +02:00
AI Bot and Riyyi
86c6d078d6
Output actual commands run instead of generic progress messages
2026-04-18 15:35:22 +02:00
AI Bot and Riyyi
bd1108a93f
Dont use CombinedOutput() to capture error separately
2026-04-18 15:07:56 +02:00
AI Bot and Riyyi
8348cc21df
Suppress command output from stdout, only log to file
2026-04-17 23:34:53 +02:00
AI Bot and Riyyi
720be92d82
Fix MarkAllAsDeps to retrieve all packages first
2026-04-17 19:06:03 +02:00
AI Bot and Riyyi
4143a23c91
Implement package resolve logic fixes
2026-04-17 18:24:14 +02:00
AI Bot and Riyyi
11a5e57516
Fix AUR package installation root privileges
2026-04-16 22:55:41 +02:00
AI Bot and Riyyi
cffccf2390
Add Makefile and fix pacman.go
2026-04-16 22:24:36 +02:00
AI Bot and Riyyi
eb6bb8fb76
Add state tracking and pacman package enhancements
2026-04-15 22:40:02 +02:00
AI Bot and Riyyi
0fa0988666
Fix AUR package detection for installed packages
2026-04-15 19:57:34 +02:00
AI Bot and Riyyi
2bead6af27
Refactor pkg into modular packages
2026-04-14 22:37:48 +02:00
AI Bot and Riyyi
076bebbedf
Register sync DBs manually to fix dyalpm returning empty list
...
The dyalpm library's SyncDBs() returns an empty slice, causing packages
from official repos (extra, core, multilib) to not be found. This fix
manually registers each repo after getting an empty result.
2026-04-14 22:05:42 +02:00
AI Bot and Riyyi
be9c9c6df1
Integrate dyalpm for local/sync package queries
2026-04-14 21:46:02 +02:00
AI Bot and Riyyi
521b862919
Add dry-run flag and implement AUR support
2026-04-13 21:42:11 +02:00
AI Bot and Riyyi
e165558262
Add initial declpac CLI tool implementation
2026-04-13 19:27:40 +02:00