-
Notifications
You must be signed in to change notification settings - Fork 0
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
Concerns regarding recipe repository "overlays" #9
Comments
In the discussions, we all agreed that a modular, hierarchically-organized overlay mechanism is required to easily benefit from external repos. A modular structure has several advantages:
Which kind of tool-support are you expecting? grep and git can still be used. If you place your various repos into an overarching folder, you can run grep across all repos at once.
The semantics was well-defined in RDTK/generator#30, wasn't it?
Isn't that the same? Just looking from a different point of view? |
Do we really need external repos and composition of repos?
We were not yet able to define semantically-grouped sub-folders.
It was a proposal that lead to a big discussion.
From a theoretical point: yes. In my opinion (git) forks have everything we need right now and allow us to easily track changes. |
Paraphrasing discussion with semeyerz. @semeyerz please correct and/or expand as necessary
cc @rhaschke @swrede @LeroyR @warp1337 @nexero
Concerns
Keeping recipes in multiple unrelated (as in not forks of a single one) repositories is complicated and impractical:
grep
We don't have enough resources to develop, document and maintain tool-supported features like this. We should focus on solutions that can be implemented with standard tools (i.e.
git
,grep
, etc.)Semantics are unclear
Would overlays instead of underlays work better?
Advantages of single-repository solution
Better for new external users as well current Unibi users
Simple Migration Proposal
rdtk/recipes-core
repositoryrdtk/recipes-core
intordtk/recipes-unibi
rdtk/recipes-unibi
rdtk/recipes-unibi
rdtk/recipes-core
andrdtk/recipes-unibi
using pull-requestsThe text was updated successfully, but these errors were encountered: