Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_component.py doesn't copy to subdirs of the target directory #8

Closed
aaaaalbert opened this issue Sep 18, 2014 · 1 comment
Closed

Comments

@aaaaalbert
Copy link
Contributor

build_component.py currently lacks the functionality to copy files to subdirectories of the build target dir. Similar to #7, 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
@priyam3nidhi priyam3nidhi mentioned this issue Nov 7, 2014
@vladimir-v-diaz vladimir-v-diaz mentioned this issue Dec 11, 2014
aaaaalbert added a commit that referenced this issue Jan 21, 2015
This mirrors @XuefengHuang's commit da24bb9,
in turn based on @priyam3nidhi's work in reference to #8,
put here so I can fix it up for release.
aaaaalbert referenced this issue Jan 22, 2015
Add yet more connports and messports
@aaaaalbert
Copy link
Contributor Author

Fixed in #26.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants