diff options
| author | David Sommerseth <davids@redhat.com> | 2010-08-04 14:00:10 +0200 |
|---|---|---|
| committer | David Sommerseth <davids@redhat.com> | 2010-08-04 14:00:10 +0200 |
| commit | 41a8faee05f1737bc6fcaf8cf26b2a9e033de6eb (patch) | |
| tree | 02aefc8329b6de0e1d2c8137dac54d73fc6a5f97 | |
| parent | d0cd9bffef386ebfee9cae6bdc2218446ea7fa5f (diff) | |
Updated docs with relevant up-to-date information
Signed-off-by: David Sommerseth <davids@redhat.com>
| -rw-r--r-- | doc/installing.txt | 32 | ||||
| -rw-r--r-- | doc/release-checklist.txt | 2 |
2 files changed, 10 insertions, 24 deletions
diff --git a/doc/installing.txt b/doc/installing.txt index 3e16f7b..c202902 100644 --- a/doc/installing.txt +++ b/doc/installing.txt @@ -3,41 +3,27 @@ properly. These are: python-schedutils A python library to manipulate priority and affinty of threads - -git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-schedutils.git + git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-schedutils.git python-ethtool A python library to query network interfaces - -git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-ethtool.git + git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-ethtool.git libxslt-python - A python library to parse XML/HTML stylesheets + A python library to parse XSLT stylesheets + http://www.xmlsoft.org/XSLT/python.html python-dmidecode - A python library used to access DMI table information - -git://git.autonomy.net.au/python-dmidecode + A python library used to access DMI table information + http://www.autonomy.net.au/display/pydmi/Home rt-tests A collection of programs used to measure real-time behavior + git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git -git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git - -So, to install rteval on a fedora system: +So, to install rteval on a Fedora 11 (or newer) system: -$ sudo yum install libxslt-python -$ git clone git://git.autonomy.net.au/python-dmidecode -$ cd python-dmidecode && sudo make install -$ cd .. -$ git clone \ - git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-schedutils.git -$ cd python-schedutils && sudo make DESTDIR=/ install -$ cd .. -$ git clone \ - git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-ethtool.git -$ cd python-ethtool && sudo make DESTDIR=/ install -$ cd .. +$ sudo yum install python-{dmidecode,ethtool,schedutils} $ git clone \ git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git $ cd rt-tests && sudo make prefix=/usr install diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt index 2a14f7e..1649883 100644 --- a/doc/release-checklist.txt +++ b/doc/release-checklist.txt @@ -19,4 +19,4 @@ 10. Create signed tag of the form v<major>.<minor> for the release: e.g.: git tag -u williams@redhat.com v1.10 11. Push master branch back to origin - e.g.: git push --tags origin + e.g.: git push origin && git push --tags origin |
