]> git.e2factory.org Git - e2factory.git/commit
Clarify and limit valid src/res paths and names
authorTobias Ulmer <tu@emlix.com>
Mon, 18 Feb 2013 19:08:58 +0000 (20:08 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 26 Feb 2013 18:07:15 +0000 (19:07 +0100)
commit3390ecff7bbee94f8351b53758fa7064849c12d1
treed2a51e475a45b8fcb5e065de2e310f5dc2a6a05c
parent342751c7322edeb61c8ff9de683630cbbb3b46ae
Clarify and limit valid src/res paths and names

Backwards compatibility change ahead:

Disallow result and source pathnames that contain a dot (.) as this is
an endless source of pain. Dots may now only be used to group results
and sources. This makes reliable translation from file paths to result
groups and back possible.

Rename the functions doing the validation, add documentation, and make
them available outside of the e2tool module. Improve error messages.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
local/e2tool.lua