Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pkgs/fupdate: Move cli test into a `tests` module | Benedikt Peetz | 2025-06-06 |
| | |||
* | pkgs/fupdate: Make killing the update processes possible | Benedikt Peetz | 2025-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 header | Benedikt Peetz | 2025-04-27 |
| | | | | This change also ensures that this repo is reuse-3.0 compliant. | ||
* | pkgs/fupdate: Improve error reporting | Benedikt Peetz | 2025-04-19 |
| | |||
* | pkgs/fupdate: Rewrite in rust | Benedikt Peetz | 2025-04-14 |