summaryrefslogtreecommitdiffstats
path: root/server/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* rteval-parsed/rteval-xmlrpc v1.5David Sommerseth2011-10-071-0/+1
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* Fixed wrong copying of apache config files to the tarball for the XML-RPC ↵David Sommerseth2011-02-071-1/+1
| | | | | | | | service The tarball simply lacked the proper templates for the apache config file generation Signed-off-by: David Sommerseth <davids@redhat.com>
* Update version information to rteval-xmlrpc-1.4David Sommerseth2011-02-041-0/+1
| | | | | | This also fixes a forgotten update to the new database schema (1.3) Signed-off-by: David Sommerseth <davids@redhat.com>
* Added needed autoconf changes to enable the new mod_wsgi featureDavid Sommerseth2011-02-041-3/+12
| | | | | | | | By default, mod_wsgi will be used. If --enable-mod-python is given to the ./configure script, the older (and deprecated) mod_python variant of the rteval XML-RPC server will be installed. Signed-off-by: David Sommerseth <davids@redhat.com>
* Added support for storing Linux distro in the databaseDavid Sommerseth2010-03-251-0/+1
|
* Updated rteval-xmlrpc version numbers to 1.1, to reflect the new db schemaDavid Sommerseth2009-12-081-1/+3
|
* Fixed some issues with files related to the XML-RPC serverDavid Sommerseth2009-12-031-3/+7
| | | | | | | - Copy over gen_config.sh and the apache-rteval.conf.tpl to the distdir - Don't copy over already existing apache-rteval.conf - Only create apache-rteval.conf if --with-xmlrpc-webroot is defined - Only copy over README.xmlrpc to docs dir if --with-xmlrpc-webroot is defined
* Added generation and installation of apache-rteval.conf during make installDavid Sommerseth2009-12-031-0/+8
|
* Changed the complete autotools setup for rteval-xmlrpcDavid Sommerseth2009-12-031-0/+31
- Rewrote the complete autotools setup for rteval server to also include the XMLRPC interface - Compiles and installs both the Python files needed for Apache+mod_python and the files needed for the rteval_parserd - ./configure accepts --with-xmlrpc-webroot to set the directory of the XML-RPC files needed for mod_python. If this is not set, those files will not be installed. - Moved the sql/rteval-1.0.sql file into the server directory, where it is needed and install this file into the doc directory