Commit Graph

23 Commits

Author SHA1 Message Date
aa1057dbd8 New check_exit_code fn
The new check_exit_code fn in pacman.rs allows update_all and remove_unused to share the logic that checks exit codes and returns an error if not 0.
2024-04-30 17:22:56 -04:00
4b96063e78 Merge branch 'main' of git.lukeh990.io:luke/rust-archlinux-update
All checks were successful
Build on Release / cargo-build (push) Successful in 8s
2024-04-30 16:33:21 -04:00
426ef923e0 Update README and add gitea workflow 2024-04-30 16:32:15 -04:00
8b79dd83bb Work on #1 and #4 2024-04-30 16:32:15 -04:00
6126add6cc Merge branch 'main' of git.lukeh990.io:luke/rust-archlinux-update
All checks were successful
Build on Release / cargo-build (push) Successful in 7s
2024-04-30 16:17:16 -04:00
f53db91118 Update README and add gitea workflow 2024-04-30 16:16:42 -04:00
2466c99e76 Update README.md 2024-04-30 16:06:12 -04:00
1cd20200b5 Use gitea urls in action pull
All checks were successful
Build on Release / cargo-build (push) Successful in 15s
2024-04-30 13:52:23 -04:00
f856a1d89a On push to main build and create draft release
Some checks failed
Build on Release / cargo-build (push) Failing after 2s
2024-04-30 13:50:02 -04:00
a19d7e026a Testing #4 2024-04-30 13:37:21 -04:00
73682f1194 Work on #1 and #4 2024-04-30 13:20:01 -04:00
d7f62ef690 Move pacman_api; Fix #11; Changes to orphan check 2024-04-30 12:49:34 -04:00
160ad7f1e2 Add ability to remove unused packages 2024-04-28 12:48:57 -04:00
064081a0c3 Pacman update_all() works and gives errors properly. 2024-04-28 00:47:20 -04:00
8f46888688 Remove install_check 2024-04-28 00:46:37 -04:00
00542f11d3 Work on #10 & New implementation for #9 2024-04-27 16:01:47 -04:00
61b5343d43 Add error handling for pacman update 2024-04-24 15:35:53 -04:00
3c2b2479b5 Add shell command framework #6
Added the shell_commands module that will either let you run a command or automatically use `sh - c` to run a command.
2024-04-24 14:16:27 -04:00
12bf969d41 Update README 2024-04-24 12:43:47 -04:00
0d5d2df810 Add file summaries 2024-04-24 12:42:00 -04:00
e890e89d98 Add pacman install check 2024-04-24 01:57:45 -04:00
a2d5833b20 Initialize Cargo and add README 2024-04-24 01:11:12 -04:00
1daa136d7d Initial commit 2024-04-19 03:02:56 +00:00