Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: sconsUtils
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:DRP F16-3
-
Team:Data Release Production
Description
I have made the deeply embarrassing discovery that I knowingly made sconsUtils' reading of SConstruct files discovered in subdirectories ordered alphabetically, and considered this okay because "include < lib < python < test". This needs to be made user-configurable, probably via a keyword argument to sconsUtils.scripts.BasicSConstruct.
I believe the posted commit fixes the problem: I was able to remove the file-only dependency, add various Requires() in the base SConstruct, and the build order was obeyed.