aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-04-09 19:58:36 +0200
committerDavid Sommerseth <davids@redhat.com>2010-04-09 19:58:36 +0200
commit8fabde7dd23dc275c26e0b36c50f758e691fa342 (patch)
tree77d7fb3c211f35b963ac63e8b6dcd9c67a407878 /Makefile
parent0ea5f1893dbcef9287a705c90c7602ef709a9437 (diff)
downloadrteval-8fabde7dd23dc275c26e0b36c50f758e691fa342.tar.gz
Added Hello() method to XML-RPC server
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6707d99..fe71edd 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ XSLSRC := rteval/rteval_dmi.xsl \
CONFSRC := rteval/rteval.conf
# XML-RPC related files
-XMLRPCVER := 1.2
+XMLRPCVER := 1.3
XMLRPCDIR := server
DESTDIR :=
@@ -46,7 +46,7 @@ sysreport:
python rteval/rteval.py -D -v --workdir=./run --loaddir=./loadsource --duration=$(D) -i ./rteval --sysreport
clean:
- rm -f *~ rteval/*~ rteval/*.py[co] *.tar.bz2 *.tar.gz doc/*~
+ rm -f *~ rteval/*~ rteval/*.py[co] *.tar.bz2 *.tar.gz doc/*~ server/rteval-xmlrpc-*.tar.gz
realclean: clean
[ -f $(XMLRPCDIR)/Makefile ] && make -C $(XMLRPCDIR) maintainer-clean || echo -n