The patch adds files under result_xslt that are used for generating html to setup.py so that they are distributed with LNST.
Signed-off-by: Jan Tluka jtluka@redhat.com --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py index 628ac1f..286d465 100755 --- a/setup.py +++ b/setup.py @@ -169,8 +169,11 @@ BASH_COMP = [(BASH_COMP_DIR, ["install/lnst-ctl.bash",
SCHEMAS = [(CTL_RESOURCE_DIR, ["schema-recipe.rng", "schema-sm.rng"])]
+RESULT_XSLT_DATA = [(CTL_RESOURCE_DIR + "result_xslt/", + ["result_xslt/" + f for f in os.listdir("result_xslt")])] + DATA_FILES = CONFIG + TEST_MODULES + MULTICAST_TEST_TOOLS + MAN_PAGES + \ - SCHEMAS + BASH_COMP + RECIPE_FILES + SCHEMAS + BASH_COMP + RECIPE_FILES + RESULT_XSLT_DATA
setup(name="lnst", version="10",
2015-12-10 12:14 GMT+01:00 Jan Tluka jtluka@redhat.com:
The patch adds files under result_xslt that are used for generating html to setup.py so that they are distributed with LNST.
Signed-off-by: Jan Tluka jtluka@redhat.com
setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py index 628ac1f..286d465 100755 --- a/setup.py +++ b/setup.py @@ -169,8 +169,11 @@ BASH_COMP = [(BASH_COMP_DIR, ["install/lnst-ctl.bash",
SCHEMAS = [(CTL_RESOURCE_DIR, ["schema-recipe.rng", "schema-sm.rng"])]
+RESULT_XSLT_DATA = [(CTL_RESOURCE_DIR + "result_xslt/",
["result_xslt/" + f for f in
os.listdir("result_xslt")])]
DATA_FILES = CONFIG + TEST_MODULES + MULTICAST_TEST_TOOLS + MAN_PAGES + \
SCHEMAS + BASH_COMP + RECIPE_FILES
SCHEMAS + BASH_COMP + RECIPE_FILES + RESULT_XSLT_DATA
setup(name="lnst", version="10", -- 2.4.3 _______________________________________________ LNST-developers mailing list lnst-developers@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/lnst-developers@lists.fedorahoste...
Acked-by: Jiri Prochazka jprochaz@redhat.com
On Thu, Dec 10, 2015 at 12:14:02PM +0100, Jan Tluka wrote:
The patch adds files under result_xslt that are used for generating html to setup.py so that they are distributed with LNST.
Signed-off-by: Jan Tluka jtluka@redhat.com
Acked-by: Ondrej Lichtner olichtne@redhat.com
lnst-developers@lists.fedorahosted.org