Top-level module versioning for Lola modules #122
trevor-vaughan
started this conversation in
General
Replies: 1 comment
-
|
A |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks,
I've just started using
lolaand it's been pretty good for what I want to achieve.I just ran into something that made me wonder if I was just missing a use case. I'm creating and testing some local modules that have multiple components internally. I figured I'd be able to drop a version file in somewhere but haven't been able to actually determine where this is.
A dumpster dive through the code seems to indicate that the marketplace will have versions but there doesn't seem to be support for standalone versions in modules.
Is this something that the community would like to have or is it a "marketplace is the truth" scenario?
Taking the
dnfreference from the README, I would expect something like alola.ymlthat specifies all of the necessary metadata and is used to generate the final package (which could be rolled up in anrpmif you really want to go for it).Beta Was this translation helpful? Give feedback.
All reactions