diff options
Diffstat (limited to 'trunk/src/README')
-rw-r--r-- | trunk/src/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/trunk/src/README b/trunk/src/README new file mode 100644 index 00000000..b65b07ed --- /dev/null +++ b/trunk/src/README @@ -0,0 +1,24 @@ +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://sos.108.redhat.com. 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 checkout https://sos.108.redhat.com/svn/sos/trunk sos + +(all the following as root) +to install locally ==> python setup.py install +to build an rpm ==> make rpm + +See the Makefile. + +Contributors: +Steve Conklin <sconklin@redhat.com> +Pierre Amadio <pamadio@redhat.com> +John Berninger <jwb@redhat.com> +Navid Sheikhol-Eslami <navid@redhat.com> |