aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/fu/fupdate/src (unfollow)
Commit message (Collapse)Author
12 daystreewide: FormatBenedikt Peetz
2025-06-06pkgs/fupdate: Move cli test into a `tests` moduleBenedikt Peetz
2025-05-30pkgs/fupdate: Make killing the update processes possibleBenedikt Peetz
`Command::spawn` will continue to run the command even if the parent exits (e.g., due to CTRL+C). This is not ideal, so we replace it with `Command::status`.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-19pkgs/fupdate: Improve error reportingBenedikt Peetz
2025-04-14pkgs/fupdate: Rewrite in rustBenedikt Peetz