-
Notifications
You must be signed in to change notification settings - Fork 85
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
WIP: Extend for upstream repos/archives/subcomponents #135
Comments
link to #98 |
@noelmcloughlin Thanks for opening this issue. In a conversation with @javierbertoli recently, we got around to discussing different use-case for the
Part of the idea is to have useful templates for different situation, without having to strip out all the stuff you don't need, every time. So implementation-wise, it would probably be best to have different branches here, for the different types of formula. The main |
Another approach would be to maintain a template formula family. These formulas are given a showcase status and PRs are carefully studied and discussed for best practice. The family should be small enough to manage but large enough to showcase usage patterns. For example ....
|
Adapting the template-formula to handle installation of package/archives from an upstream repository will require extra configuration data. The following is my learnings from creating a new
cloudfoundry-formula
from template-formula.New configuration data is needed in defaults.yaml updates and osfamilymap-
New
install
and clean States are needed.I am documenting my learnings in this issue to share knowledge.
The text was updated successfully, but these errors were encountered: