diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-11 18:36:41 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-11 18:36:41 +0000 |
commit | e5284a8492c2d435e923144b12ab78b45647a7d4 (patch) | |
tree | a4f8b7bdfefad8891dc167441d6a9d6e4dddc35d /README | |
parent | e92fd7c3fdbfe0b829597a862e9426c3951dfa5a (diff) | |
download | sos-e5284a8492c2d435e923144b12ab78b45647a7d4.tar.gz |
Remove analyze() wiring
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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ This set of tools is designed to provide information to support organizations in an extensible manner, allowing third parties, package maintainers, and -anyone else to provide plugins that will collect, analyze, and report -information that is useful for supporting software packages. +anyone else to provide plugins that will collect and report information that +is useful for supporting software packages. This project is hosted at http://github.com/sosreport/sosreport For the latest version, to contribute, and for more information, please visit there. |