SeattleTestbed / dist

ARCHIVAL: SeattleTestbed's old installer build tool and files
MIT License
0 stars 3 forks source link

`build.py` doesn't copy to subdirs of the target directory #141

Closed aaaaalbert closed 10 years ago

aaaaalbert commented 10 years ago

SeattleTestbed/dist's build.py (aka "the new build script") currently lacks the functionality to copy files to subdirectories of the build target dir. Similar to #140, the old build harness allows this, e.g. to create subfolders for the different Repy runtimes in a Seattle installer.

I think we could add the subdir as an optional second or third argument in config_build.txt, like

# This one would be for building a component
seattlelib_v2/* subdir_for_seattlelib

# And that's the syntax for preparing tests
test repy_v2/* subdir_for_repytests
aaaaalbert commented 10 years ago

build.py turned into build_component.py and now lives in the SeattleTestbed/common repo. Closing this ticket, and reopening it as SeattleTestbed/common#8.