From a8c68e44d62a1f6ad4e7fd4fea0758ec10131453 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Mon, 20 Dec 2010 14:43:16 +0100 Subject: [PATCH] Add QA scripts to checked Python code pylint is not yet included as the code needs some work for that. Signed-off-by: Michael Hanselmann Reviewed-by: Iustin Pop --- Makefile.am | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/Makefile.am b/Makefile.am index 51d5913..0be0edb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -310,6 +310,20 @@ PYTHON_BOOTSTRAP = \ scripts/gnt-node \ scripts/gnt-os +qa_scripts = \ + qa/ganeti-qa.py \ + qa/qa_cluster.py \ + qa/qa_config.py \ + qa/qa_daemon.py \ + qa/qa_env.py \ + qa/qa_error.py \ + qa/qa_instance.py \ + qa/qa_node.py \ + qa/qa_os.py \ + qa/qa_rapi.py \ + qa/qa_tags.py \ + qa/qa_utils.py + dist_sbin_SCRIPTS = nodist_sbin_SCRIPTS = \ @@ -376,19 +390,8 @@ EXTRA_DIST = \ man/footer.rst \ $(manrst) \ $(maninput) \ - qa/ganeti-qa.py \ qa/qa-sample.json \ - qa/qa_cluster.py \ - qa/qa_config.py \ - qa/qa_daemon.py \ - qa/qa_env.py \ - qa/qa_error.py \ - qa/qa_instance.py \ - qa/qa_node.py \ - qa/qa_os.py \ - qa/qa_rapi.py \ - qa/qa_tags.py \ - qa/qa_utils.py + $(qa_scripts) man_MANS = \ man/ganeti.7 \ @@ -504,7 +507,8 @@ all_python_code = \ $(masterd_PYTHON) \ $(impexpd_PYTHON) \ $(watcher_PYTHON) \ - $(noinst_PYTHON) + $(noinst_PYTHON) \ + $(qa_scripts) srclink_files = \ man/footer.rst \ -- 1.7.10.4