<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rteval.git, branch master</title>
<subtitle>Working copy of the upstream rteval.git tree</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/'/>
<entry>
<title>Migrated from libxslt to lxml</title>
<updated>2013-03-12T20:04:51+00:00</updated>
<author>
<name>David Sommerseth</name>
<email>davids@redhat.com</email>
</author>
<published>2013-03-12T20:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/commit/?id=19398af35587726ff5165f3cf040b55fd71e815e'/>
<id>19398af35587726ff5165f3cf040b55fd71e815e</id>
<content type='text'>
To avoid depending on libxslt-python, use the more standard Python lxml
module for XSLT processing.

Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid depending on libxslt-python, use the more standard Python lxml
module for XSLT processing.

Signed-off-by: David Sommerseth &lt;davids@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>update to v1.37</title>
<updated>2012-12-13T16:12:26+00:00</updated>
<author>
<name>Clark Williams</name>
<email>williams@redhat.com</email>
</author>
<published>2012-12-13T16:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/commit/?id=9c836c88614f90ddd8084be312fb7726086c2d08'/>
<id>9c836c88614f90ddd8084be312fb7726086c2d08</id>
<content type='text'>
Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add module-specific command line options</title>
<updated>2012-12-13T15:39:31+00:00</updated>
<author>
<name>Clark Williams</name>
<email>williams@redhat.com</email>
</author>
<published>2012-12-13T15:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/commit/?id=dc6e65517690aade2f1799e816e82b78d902fca3'/>
<id>dc6e65517690aade2f1799e816e82b78d902fca3</id>
<content type='text'>
Add command line options:

	--cyclictest-priority
	--cyclictest-distance
	--cyclictest-interval
	--cyclictest-buckets
	--hackbench-jobspercore
	--kcompile-jobspercore

These options allow setting module specific behavior for a run.

Updated the rteval.8 man page to reflect this and the rteval.conf file
as well.

Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add command line options:

	--cyclictest-priority
	--cyclictest-distance
	--cyclictest-interval
	--cyclictest-buckets
	--hackbench-jobspercore
	--kcompile-jobspercore

These options allow setting module specific behavior for a run.

Updated the rteval.8 man page to reflect this and the rteval.conf file
as well.

Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes the getcmdpath method to use only python calls to find the paths</title>
<updated>2012-11-29T21:41:52+00:00</updated>
<author>
<name>Raphaël Beamonte</name>
<email>raphael.beamonte@gmail.com</email>
</author>
<published>2012-11-21T23:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/commit/?id=2bdb51986aacd5c42bd74719e178eaaa71697d86'/>
<id>2bdb51986aacd5c42bd74719e178eaaa71697d86</id>
<content type='text'>
In my previous patches, I introduced a getcmdpath method which intended
to replace the direct calls to binary from clear paths, using the which
binary to locate the place of the searched one. This behavior was in
fact not the finest as the method itself used the full path to the which
binary. In this patch, I corrected the getcmdpath command to use only
python calls (os.path.isfile and os.access) to identify in the PATH
environment variable the place where the binary is.

Signed-off-by: Raphaël Beamonte &lt;raphael.beamonte@gmail.com&gt;
Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In my previous patches, I introduced a getcmdpath method which intended
to replace the direct calls to binary from clear paths, using the which
binary to locate the place of the searched one. This behavior was in
fact not the finest as the method itself used the full path to the which
binary. In this patch, I corrected the getcmdpath command to use only
python calls (os.path.isfile and os.access) to identify in the PATH
environment variable the place where the binary is.

Signed-off-by: Raphaël Beamonte &lt;raphael.beamonte@gmail.com&gt;
Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>update to v1.36</title>
<updated>2012-10-23T17:15:50+00:00</updated>
<author>
<name>Clark Williams</name>
<email>williams@redhat.com</email>
</author>
<published>2012-10-23T17:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/commit/?id=4090f302f28f7f0d63cc9439d03a6fad7af5bc87'/>
<id>4090f302f28f7f0d63cc9439d03a6fad7af5bc87</id>
<content type='text'>
Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite of the get_services method to make it cross-distribution</title>
<updated>2012-10-23T17:03:24+00:00</updated>
<author>
<name>Raphaël Beamonte</name>
<email>raphael.beamonte@gmail.com</email>
</author>
<published>2012-10-23T15:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/commit/?id=c10491100a5070cab5887224f10b75c8cfed8e4d'/>
<id>c10491100a5070cab5887224f10b75c8cfed8e4d</id>
<content type='text'>
Changes the get_services method to call the new created
__get_services_sysvinit and __get_services_systemd methods
to be able to manage the two different init daemons.

Signed-off-by: Raphaël Beamonte &lt;raphael.beamonte@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes the get_services method to call the new created
__get_services_sysvinit and __get_services_systemd methods
to be able to manage the two different init daemons.

Signed-off-by: Raphaël Beamonte &lt;raphael.beamonte@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds getcmdpath method to use which to locate the used commands</title>
<updated>2012-10-23T17:03:17+00:00</updated>
<author>
<name>Raphaël Beamonte</name>
<email>raphael.beamonte@gmail.com</email>
</author>
<published>2012-10-23T15:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/commit/?id=0a4cb7526bf5734c0995e9e19e9a1d8990c687f4'/>
<id>0a4cb7526bf5734c0995e9e19e9a1d8990c687f4</id>
<content type='text'>
Signed-off-by: Raphaël Beamonte &lt;raphael.beamonte@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Raphaël Beamonte &lt;raphael.beamonte@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite of the get_kthreads method to make it cross-distribution</title>
<updated>2012-10-23T17:03:11+00:00</updated>
<author>
<name>Raphaël Beamonte</name>
<email>raphael.beamonte@gmail.com</email>
</author>
<published>2012-10-23T15:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/commit/?id=565f66981b31f3f82d0c08a08b6f316de34d03fa'/>
<id>565f66981b31f3f82d0c08a08b6f316de34d03fa</id>
<content type='text'>
Signed-off-by: Raphaël Beamonte &lt;raphael.beamonte@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Raphaël Beamonte &lt;raphael.beamonte@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure that priority parameter is converted to int</title>
<updated>2012-08-13T19:36:37+00:00</updated>
<author>
<name>Clark Williams</name>
<email>williams@redhat.com</email>
</author>
<published>2012-08-13T19:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/commit/?id=5609dade84b7c3a50fb60845d3999747904afc76'/>
<id>5609dade84b7c3a50fb60845d3999747904afc76</id>
<content type='text'>
Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>handle system not having dmidecode python module</title>
<updated>2012-08-13T15:29:23+00:00</updated>
<author>
<name>Clark Williams</name>
<email>williams@redhat.com</email>
</author>
<published>2012-08-13T15:29:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dsommers/public_git/rteval.git/commit/?id=3e87a2dbde2d235280b9caa887fdba40af24d10f'/>
<id>3e87a2dbde2d235280b9caa887fdba40af24d10f</id>
<content type='text'>
Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Clark Williams &lt;williams@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
