summaryrefslogtreecommitdiffstats
path: root/src/software
Commit message (Collapse)AuthorAgeFilesLines
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-1213-65/+188
|
* fixed import in software providerMichal Minar2012-11-081-1/+1
|
* fixed software setup.py0.0.14Michal Minar2012-11-081-1/+1
|
* added python namespace package called openlmiMichal Minar2012-11-086-11/+13
| | | | | This is aimed to be a common package for all openlmi python providers. It allows using fully-qualified imports in provider source packages.
* modified for used under tog-pegasusMichal Minar2012-10-243-33/+35
| | | | | | | | | | | | Checkum property of LMI_SoftwareFileCheck had different type than in base class. This prevented registration. - Solved by renaming: Checksum -> FileChecksum ExpectedChecksum -> ExpectedFileChecksum ChecksumType -> FileChecksumType fixed filtering of found available and installed packages - search by nevra replaced with search for particular keys
* Change project name from Cura to OpenLMIRadek Novacek2012-10-222-6/+6
|
* added a cli tool for testing software provider0.0.9Michal Minar2012-10-131-0/+271
|
* renamed LMI_SoftwarePackage{File,Checks}Michal Minar2012-10-132-71/+107
| | | | | corrected some corner cases, when getting/modifying instance with wrong or missing keys
* changed install directory for software providersMichal Minar2012-10-101-4/+4
| | | | bumped version
* renamed yum package providers to softwareMichal Minar2012-10-1015-0/+3800
renamed LMI_Yum* to LMI_Software* removed attributes GroupString and LicenseString from LMI_SoftwarePackage modified attributes Group, Architecture and License of LMI_SoftwarePackage to return string instead of Uints - because values and valuemaps would need frequent updates