summaryrefslogtreecommitdiffstats
path: root/src/mustach.c
AgeCommit message (Collapse)AuthorFilesLines
2017-09-05Fix warnings 'implicit-fallthrough' of gcc 7José Bollo1-0/+1
Change-Id: I32b42fd8db481fcbdce4b934fc990c118293850d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-03-02fix a bug in mustachJosé Bollo1-2/+2
occured if closing before opening Change-Id: I9c9515535d83f2c13bb75c0638e12c0a5a333413 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-02-14Fix bug in mustach.cJosé Bollo1-1/+1
Change-Id: I353ae1cc33795ba8ffd98fcec503125ec9d455a3 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-01-26Prepare the Integration with systemdJosé Bollo1-0/+257
This is an intermediate commit providing basic functionnalities for setting up integration of the framework with systemd. - file afm-unit.conf is a mustache template - translation of config.xml to json object - mustache (extended) application of the json to the template - post processing of the result for extracting unit files This processing is currently available as a test (and a tool) and will be integrated after more developement, test and validation. Signed-off-by: José Bollo <jose.bollo@iot.bzh>