10 Commits
Author SHA1 Message Date
Tudor Marcu 2ed73f38e3 Update add-pkg.sh naming and fix man pages
Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2017-11-03 11:50:08 -07:00
Tudor Marcu bc0fbefafc Add man pages and add-pkg.sh
The add-pkg.sh script handles all of the custom mixer content generation
for use added content. Supporting documentation is added to explain its
behaviour and the additional swupd command to incorporate the local content.

Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2017-11-03 11:50:08 -07:00
Matthew Johnson da21ad7eef Add bundlelist --deps subcommand
Allow user to list all bundle dependencies of a bundle passed to

swupd bundle-list --deps BUNDLE

This lists all included bundles (included those recursively included)
for the BUNDLE. This is particularly useful when applications or users
need to determine just how large the bundle addition will be. For
example, a user may not be aware that by bundle-adding desktop-dev they
are recursively adding 12 other bundles. This command allows the user to
make this check before installation.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2017-08-31 09:50:50 -07:00
Icarus Sparry 2487e5b5d0 Add swupd autoupdate command
"swupd autoupdate" returns 0 if autoupdates are enabled.
"sudo autoupdate --enable" will unmask swupd-update.service
"sudo autoupdate --disable" will mask swupd-update.service

Signed-off-by: Icarus Sparry <icarus.w.sparry@intel.com>
2017-05-17 15:28:44 -07:00
Auke Kok 1dda3bea12 Update man page output. 2017-03-20 11:11:46 -07:00
Auke Kok 226ae1e241 Convert man pages to RST.
This conversion is mostly manual, but fairly straightforward.

Based on templates from clr-man-pages
2017-03-20 11:11:46 -07:00
Mario Alfredo Carrillo Arevalo f3c053f782 Update documentation about bundle-[add|list] sub-commands
The option [-l, --list] is no longer part of "bundle-add"
sub-command, now this option has been taken by "bundle-list"
sub-command using a new name [-a, --all], this information
is updated in swupd man page and markdown file.

Signed-off-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
2017-01-31 12:38:29 -08:00
Mario Alfredo Carrillo Arevalo ee69a9d581 Add doc about bundle-list sub-command
This information describes the funcionality
of "bundle-list" sub-command. It is added to
swupd man page and swupd markdown file.

Signed-off-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
2017-01-18 09:52:49 -08:00
Auke Kok b43ad9748e Add generated troff files.
These are the files we will actually install on the system,
and the ones that are shipped in the tarball release.
2016-11-17 00:52:22 -08:00
Auke Kok 74b8515cd5 Add man (manual) pages.
Add a large amount of manual pages to swupd-client project. These are
meant to cover a large amount of topics and should cover the needed
material for people who are either using, or mixing with swupd,
and so this goes a bit further than end user documentation.

I've put the unit stuff in section 4. Any other section seemed
less related.
2016-11-17 00:52:22 -08:00