summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Updated build files to package rteval-xmlrpc-1.4David Sommerseth2011-02-041-1/+1
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* added util.py module to PYSRC variable in MakefileClark Williams2010-08-231-0/+1
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* add logging for loadsClark Williams2010-07-081-1/+1
| | | | | | | Added an option (-L/--logging) to rteval that will turn on logging of load output to a file in the report directory. Signed-off-by: Clark Williams <williams@redhat.com>
* Updated rteval to use hackbench from rt-testsDavid Sommerseth2010-07-081-2/+1
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* Added Hello() method to XML-RPC serverDavid Sommerseth2010-04-091-2/+2
| | | | | | | | | Enhanced rteval with trying to access the Hello() method. If the server responds (even if Hello() is not available), rteval will continue to run. If the server is not accessible, rteval will abort. In a future version, rteval should expect a proper response to the XML-RPC Hello() call.
* Remember to also package rteval/cputopology.pyDavid Sommerseth2010-04-011-0/+1
|
* version-bump of rteval-xmlrpc/rteval-parser to v1.2David Sommerseth2010-03-251-1/+1
|
* Cleaned up the rteval parser/XML-RPC spec fileDavid Sommerseth2010-03-221-2/+2
| | | | | | | | | - rteval-xmlrpc.spec renamed to rteval-parser.spec This was needed to make the noarch package - Split XML-RPC noarch related files and the binary part with rteval-parserd - Reorganised the .spec file - rteval-xmlrpc RPM is now a noarch sub-package - Consider the renamed rteval_parserd -> rteval-parserd - Install /etc/init.d/rteval-parserd and /etc/sysconfig/rteval-parserd
* update 'clean' and 'help' targetsClark Williams2009-12-221-2/+3
| | | | | | | Update the clean target to get backupfiles in doc/* update the help target to add the rpmlint target Signed-off-by: Clark Williams <williams@redhat.com>
* Merge commit 'davids/master_ipv4' into workClark Williams2009-12-081-28/+29
|\ | | | | | | | | Conflicts: rteval.spec
| * Simplified the rpmlint Makefile targetDavid Sommerseth2009-12-081-4/+4
| |
| * Updated rteval-xmlrpc version numbers to 1.1, to reflect the new db schemaDavid Sommerseth2009-12-081-1/+1
| |
| * Merge commit 'v1.12' into master_ipv4David Sommerseth2009-12-031-1/+0
| |\ | | | | | | | | | | | | Conflicts: rteval.spec
| * | Build rteval-xmlrpc RPM when doing all rpmsDavid Sommerseth2009-12-031-1/+1
| | |
| * | Take rteval-xmlrpc package out of rteval.specDavid Sommerseth2009-12-031-33/+19
| | | | | | | | | | | | Will be reintroduced into it's own spec file
| * | Merge commit 'clark/clark' into merge_ipv4David Sommerseth2009-11-101-22/+36
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up the Makefile to not be as intrusive in regards to building and installing the rteval_parserd. This should really be done in the .spec file and not this main Makefile Conflicts: .gitignore Makefile
| * | | Build and package rteval_parserdDavid Sommerseth2009-11-051-8/+33
| | | |
* | | | include rteval/rteval_histogram_raw.xsl in Makefile and specfileClark Williams2009-11-281-1/+3
| |_|/ |/| | | | | | | | | | | Signed-off-by: Clark Williams <williams@redhat.com> CC: David Sommerseth <davids@redhat.com>
* | | ensure that no double-slashes appear in symlink path for theClark Williams2009-11-161-1/+0
| |/ |/| | | | | | | | | /usr/bin/rteval link. This exposes a problem with rpmdiff. Signed-off-by: Clark Williams <williams@redhat.com>
* | split rteval into two separate packagesClark Williams2009-11-051-5/+29
|/ | | | | | | | | | split split the current rteval rpm logic into two specfiles: rteval.spec - python and xml stuff rteval-loads.spec - tarballs for loads modified Makefile to deal with this and to add rpmlint target Signed-off-by: Clark Williams <williams@redhat.com> CC: David Sommerseth <davids@redhat.com>
* Merge commit 'clark/master' into local clark work branchDavid Sommerseth2009-10-261-4/+43
|\ | | | | | | | | | | Conflicts: Makefile rteval.spec
| * version bump to 1.8Clark Williams2009-10-201-1/+0
| |
| * fixed command line issue with sysreport optionClark Williams2009-10-201-2/+2
| | | | | | | | | | | | | | Fixed incorrect option being passed to sysreport option and added debugging messages around generation and moving of sysreport Signed-off-by: Clark Williams <williams@redhat.com>
| * reworked Makefile and specfile install/uninstall logicClark Williams2009-10-201-2/+43
| | | | | | | | | | | | | | | | Moved the install work from the specfile %install section to the Makefile 'install' target. Also added an 'uninstall' target so the source tree may be used directly for installation/uninstallation Signed-off-by: Clark Williams <williams@redhat.com>
* | Merge branch 'master_ipv4' into clarkDavid Sommerseth2009-10-261-1/+19
|\ \ | |/ |/| | | | | | | Conflicts: Makefile rteval.spec
| * Added missing SQL script for rteval-xmlrpc packageDavid Sommerseth2009-10-261-1/+2
| |
| * Added xmlrpc mod_python stuff into rteval.spec fileDavid Sommerseth2009-10-261-1/+4
| | | | | | | | | | | | Rewrote the server/install.sh a little bit and moved out the apache conf generation to server/gen_config.sh which is also used by the rteval.spec file.
| * changed test command line in Makefile to specify all local parametersClark Williams2009-10-231-1/+1
| |
* | fixed tarfile creationClark Williams2009-10-141-3/+21
| | | | | | | | | | | | modified tar file creation to avoid adding cruft to the archive by explicitly copying the python and xls files required (instead of copying the rteval directory and all it's contents)
* | changed test command line in Makefile to specify all local parametersClark Williams2009-10-071-1/+1
|/
* Cleaned up rteval.spec and made rpmlint happyDavid Sommerseth2009-09-241-1/+2
| | | | TODO: Need to have a complete Source URL to rteval and hackbench tar balls
* reworked to use config file for parameters and loadsClark Williams2009-09-171-1/+1
| | | | | | | | | | | modified: Makefile rteval.spec rteval/hackbench.py rteval/kcompile.py rteval/load.py rteval/rteval.conf rteval/rteval.py
* added dynamic loading of loads from a .ini-style config fileClark Williams2009-09-081-2/+2
| | | | removed unimplemented command line options
* rearranged help target outputClark Williams2009-08-131-1/+1
|
* added help target to MakefileClark Williams2009-07-221-1/+12
|
* added Makefile code to create run directoryClark Williams2009-04-211-0/+1
|
* removed --keepdata option from testrunClark Williams2009-03-011-2/+2
|
* reworked run target to use new optionsClark Williams2009-02-201-2/+2
|
* renamed from prevert to rtevalClark Williams2009-01-131-10/+13
|
* added --keepdate option to Makefile default run targetClark Williams2009-01-081-1/+1
|
* added D environment variable to Makefile for durationClark Williams2009-01-071-1/+2
|
* added realclean target to MakefileClark Williams2008-12-101-0/+3
|
* added tarfile and rpm target logicClark Williams2008-12-091-1/+20
|
* moved files into prevert directoryClark Williams2008-12-081-2/+5
|
* reworked load classesClark Williams2008-11-261-1/+1
|
* initial checkinClark Williams2008-11-201-0/+5