From 0c345ec6b2db80b0517e4a63b8eb55333948fcbf Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sun, 26 Oct 2014 19:50:49 +0100 Subject: controller: new perl wrapper Controller is able to read simple YAML configuration file with list of task to be performed in parallel (the task actually are run the testsuite remotely, commit results to DB, count statistics and upload results). * controller/bin/dtf-controller.in: New template for binary. * controller/libexec/dtf-commit-results.in: Copy whole result directory instead of 'dtf' subdir only. * controller/.gitignore: Ignore new binary. * controller/Makefile.am: Build dtf-commit-results. --- controller/libexec/dtf-commit-results.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller/libexec') diff --git a/controller/libexec/dtf-commit-results.in b/controller/libexec/dtf-commit-results.in index 86b31d7..6b33022 100644 --- a/controller/libexec/dtf-commit-results.in +++ b/controller/libexec/dtf-commit-results.in @@ -16,4 +16,4 @@ then exit 1 fi -( cd "$resultdir" && tar -xf dtf.tar.gz && cp -r dtf "$db/$ressubdir" ) +( cd "$resultdir" && tar -xf dtf.tar.gz && cp -r . "$db" ) -- cgit