forked from clearlinux/swupd-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The bundle-info command shows detailed data related to a specified bundle. Among the data currently displayed it includes: - If the bundle is installed or not - If the bundle is experimental or not - If the bundle is installed, it shows if there is an existing update for the bundle - The latest available version of the bundle - The size of the bundle and all its dependencies - The max size needed in disk to install a bundle if not installed This commit also adds the following command flags: --version: so a user can display information for a bundle in a specific version, not only the current version. --dependencies: this flag can be used to show all optional and required bundles that are directly and indirectly included by the specified bundle. --files: this flag can be used to show all files that are part of a given bundle. All flags can be combined to show specific data. This is the first of a series of PRs to implement the bundle-info features referred to at clearlinux#461. Signed-off-by: Castulo Martinez <[email protected]>
- Loading branch information
Showing
15 changed files
with
957 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.