about summary refs log tree commit diff stats
path: root/pkgs/by-name/fu/fupdate/src (follow)
Commit message (Collapse)AuthorAge
* pkgs/fupdate: Move cli test into a `tests` moduleBenedikt Peetz2025-06-06
|
* pkgs/fupdate: Make killing the update processes possibleBenedikt Peetz2025-05-30
| | | | | | `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`.
* treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz2025-04-27
| | | | This change also ensures that this repo is reuse-3.0 compliant.
* pkgs/fupdate: Improve error reportingBenedikt Peetz2025-04-19
|
* pkgs/fupdate: Rewrite in rustBenedikt Peetz2025-04-14