summaryrefslogtreecommitdiffstats
path: root/doc/admin/software
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing spacesPeter Schiffer2014-01-162-10/+10
| | | | This patch removes trailing spaces from source files.
* software: fix example in documentationMichal Minar2014-01-061-1/+1
| | | | | | | | There is wrong prefix before LMI_SoftwareInstallationService class making verification example not working. Related: rhbz#1027681 upstream track ticket: #175
* software: allow tilde presence in package versionKlaus Kämpf2013-11-191-1/+2
| | | | | | | | OpenSUSE distribution uses tilde character (~) in version of their packages a lot. This patch allows to parse such packages. Resolves: bz#1031345 Reported-by: Klaus Kämpf <kkaempf@suse.de>
* software: admin guide correctionsMichal Minar2013-11-192-58/+59
| | | | | | | | | | | | | Epoch part can be omitted in InstanceID key property of LMI_SoftwareIdentity only if it's equal to zero. Fixed example explaining package searching. Missing back slash caused that regular expression rendered incorrectly. Removed blanks at line ends. Resolves ticket #175
* doc: updated usage examples for software providerMichal Minar2013-11-071-25/+26
| | | | Examples are now usable with the newest shell.
* doc: improvement in software's usageMichal Minar2013-10-311-1/+2
| | | | Resolves ticket #165
* doc: added note to listing available packagesMichal Minar2013-10-231-0/+8
| | | | Resolves: ticket #162
* Rework documentation.Jan Safranek2013-10-188-0/+1538
- Everything is in openlmi-providers/doc/admin directory. - 'make doc' automatically builds documentation of all enabled providers. - Documentation shares one 'conf.py' for sphinx. - All documentation uses the same directory structure. There is only one CMakefile.txt to generate all the docs.