summaryrefslogtreecommitdiffstats
path: root/src/software/cli
Commit message (Collapse)AuthorAgeFilesLines
* software: removed outdated console scriptMichal Minar2013-09-101-241/+0
| | | | | | | | Software cli is outdated and based on pywbem. Now we have openlmi-scripts with a complete script for software profile providing more functionality. Updated TODO.
* software: added software configuration classMichal Minar2013-07-231-1/+2
| | | | | Added SoftwareConfiguration class for instantiation of a main, global configuration object for all software providers.
* renamed openlmi namespace to lmiMichal Minar2013-07-041-2/+2
| | | | | To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.
* added LMI_ to classnames prefix for to key propertiesMichal Minar2013-04-111-1/+1
| | | | | | | | | | | previous pattern of key properties: LMI:ShortClassName:* replaces with LMI:FullClassName:* where FullClassName = "LMI_" + ShortClassName
* Merge remote-tracking branch 'origin/master' into software-smashMichal Minar2013-03-201-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/software/cli/software.py src/software/openlmi/__init__.py src/software/openlmi/software/LMI_HostedSoftwareIdentityResource.py src/software/openlmi/software/LMI_SoftwareFileCheck.py src/software/openlmi/software/LMI_SoftwareInstalledPackage.py src/software/openlmi/software/LMI_SoftwarePackage.py src/software/openlmi/software/__init__.py src/software/openlmi/software/cimom_entry.py src/software/openlmi/software/core/ComputerSystem.py src/software/openlmi/software/core/SoftwareFileCheck.py src/software/openlmi/software/core/SoftwareInstalledPackage.py src/software/openlmi/software/core/SoftwarePackage.py src/software/openlmi/software/core/SoftwarePackageChecks.py src/software/openlmi/software/core/__init__.py src/software/openlmi/software/util/__init__.py src/software/openlmi/software/yumdb/__init__.py src/software/openlmi/software/yumdb/errors.py src/software/openlmi/software/yumdb/jobs.py src/software/openlmi/software/yumdb/packagecheck.py src/software/openlmi/software/yumdb/packageinfo.py src/software/openlmi/software/yumdb/process.py src/software/test/base.py src/software/test/rpmcache.py src/software/test/run.py src/software/test/test_software_file_check.py src/software/test/test_software_installed_package.py src/software/test/test_software_package.py
| * Happy New Year! (better later than never)Jan Synacek2013-03-131-1/+1
| |
* | happy new yearMichal Minar2013-03-201-1/+1
| | | | | | | | welcome 2013! in our source code
* | changed LMI:* prefixes in key propertiesMichal Minar2013-03-201-1/+1
| | | | | | | | to avoid id collisions with other OpenLMI classes
* | initial phase of rewrite for SMASH profileMichal Minar2013-02-131-166/+116
|/ | | | | currently only a subset of Software Inventory profile is supported * listing available packages
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-121-0/+19
|
* Change project name from Cura to OpenLMIRadek Novacek2012-10-221-2/+2
|
* added a cli tool for testing software provider0.0.9Michal Minar2012-10-131-0/+271