build:wafsamba: Removed hard-coded class names from build scripts
authorThomas Nagy <tnagy@waf.io>
Wed, 28 Oct 2015 20:04:28 +0000 (21:04 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 28 Oct 2015 20:40:24 +0000 (21:40 +0100)
commit1466e27fa612b0e09e78dea75c65516e76529ff6
tree92cdfe2b7d6d152e7a9bf6329418e3670c8d1877
parent6404c07266be0a2986473aacec7079c5849f3703
build:wafsamba: Removed hard-coded class names from build scripts

Using hard-coded class names prevents subclassing and make it hard
to reason about the workflow. The wscript files read during the build
must be read during the installation phase as well.

Signed-off-by: Thomas Nagy <tnagy@waf.io>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
buildtools/wafsamba/samba_utils.py