-
Notifications
You must be signed in to change notification settings - Fork 29
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
implement nested fmf structures #82
Comments
one more possible extension would be usage of path attribute which would allow one to use just a sub-tree of the target repo which could be another form of filtering or selecting just a subset of the metadata (e.g. include plans only, or tests only if organized separately).
|
I think I have another use case: |
this PR #54 probably also implements what you want. Another solution what your need is clone git repo separately to subdir (of use git submodule inside your preferred path inside) and just remove .fmf dir inside this cloned dir and it will create exactly what you want. (trouble could be with semantics e.g. using relative |
Hm, I guess #99 is a duplicate of this, right? |
Yep, looks like the idea is basically the same. The difference might be the granularity. |
Image a node where I define a reference to another git repo where the branch continues.
I can image a reserved attribute
such repo would be pulled and the tree would be simply extended by this part.
It is still questionable how the inheritance should behave at such points where a new fmf tree begins. This might be controlled by another attribute of fmf_subtree, e.g. boolean inheritance.
The text was updated successfully, but these errors were encountered: