implemented execution context. needs thoroughly tested.

This commit is contained in:
Phanes
2017-12-07 22:37:42 -05:00
parent 9d89f5ad6a
commit 46e56b8d6f
10 changed files with 196 additions and 36 deletions

View File

@@ -1,5 +1,7 @@
{
"units_path": "/home/phanes/development/internal/Examplar/conf/units/all_test.units",
"plan_path": "/home/phanes/development/internal/Examplar/conf/plans/test.plan",
"config_version": "1"
"execution_context_override": true,
"execution_context": "/home/phanes/development/internal/Examplar/conf/",
"units_path": "units/all_test.units",
"plan_path": "plans/test.plan",
"config_version": "2"
}