From 18191c43943661b2d61b191ea95a9c9351bd465c Mon Sep 17 00:00:00 2001 From: astokes Date: Wed, 17 Feb 2010 16:28:17 +0000 Subject: - moved 1.9 to trunk git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@778 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 00000000..d46c33fd --- /dev/null +++ b/README @@ -0,0 +1,35 @@ +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. + +This project is hosted at http://fedorahosted.org/sos +For the latest version, to contribute, and for more information, please visit there. + +To access to the public source code repository for this project run: + + svn export http://svn.fedorahosted.org/svn/sos/trunk sos --username guest + +to install locally (as root) ==> make install +to build an rpm ==> make rpm + +See the Makefile. + +Maintainer: + + Adam Stokes + +Developers and Contributors: + + Steve Conklin + Pierre Amadio + John Berninger + Navid Sheikhol-Eslami + +Thanks to: + + Eva Schaller for providing an Italian translation + Marco Ceci for helping me out with the cluster plugin + Leonardo Macchia for being my personal regexp generator + Imed Chihi for providing Arabic and French translations -- cgit