mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-08-22 05:15:49 +00:00
a562fb4fd3
When diagnosing/repairing a system, sometimes is useful to only diagnose/repair a specific file or path. This commit implements the --file option for diagnose/repair so a file or path can be diagnosed only instead of doing it to the whole OS or a whole bundle. Closes #1150 Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
Release notes draft for next version
|
|
|
|
Release vX.XX.XX
|
|
|
|
Bug Fixes:
|
|
|
|
Features:
|
|
- Add the --file flag to diagnose and repair to allow users to diagnose/repair a specific
|
|
file or directory (recursively).
|
|
|
|
Tests:
|