aboutsummaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Fix unittests and more pep8 conformingAdam Stokes2013-04-041-22/+0
| | | | | | | | | | | | | | | | - In our unittest we defined 'is_installed' to be a bool when in fact we wanted to verify if a package is installed via the _method_ is is_installed. Since overriding that method with our variable definition we basically removed any functionality of 'is_installed' method in Plugin class. - Initializing a fake plugin to test was failing due to our global logger not being initialized. Put a simple check in the library to make sure the logger is defined no matter what the calling state does. - Make import selinux conditional - Add travis-ci support - Rename README to utilize travis-ci build status and other markdown supported features Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
* Remove analyze() wiringBryn M. Reeves2012-12-111-2/+2
| | | | | | | The analyze() methods haven't been used since commit 6ea48cb and their functonality has now been moved or removed in all modules. Delete the last bits of wiring and docs references.
* README: Add help line for making local debian unsignedAdam Stokes2012-03-091-0/+1
| | | | | | package Signed-off-by: Adam Stokes <hackr@cypherbook.com>
* README: Debian/Ubuntu installation stepsAdam Stokes2012-03-091-0/+6
| | | | Signed-off-by: Adam Stokes <hackr@cypherbook.com>
* Removing many unused bitsJesse Jaggars2012-02-291-4/+0
|
* adding a note about tests to the READMEJesse Jaggars2012-02-231-0/+4
|
* Major updates to most of SoSReportJesse Jaggars2011-12-141-28/+8
| | | | | | | | | | | | | | | | | | | | | Code reorganization Cross platform support for Windows, OS X and Linux Dynamically loaded policies Support for loading plugins from multiple locations via __path__ modification of sos.plugins Support for running via Jython Support for executing from a jarfile Support for json based reporting infrastructure - Previous reporting methods still exist Support for other checksum algorithms (determined by policy) Support for other compression algorithms (determined by policy) New plugin API for writing arbitrary information in a new file inside the report archive. New plugin API for modifying files that have been added to the archive. Added API for global plugin options - external interface is unavailable at this time Many small bugfixes
* - moved 1.9 to trunkr1.9astokes2010-02-171-0/+35
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@778 ef72aa8b-4018-0410-8976-d6e080ef94d8