-
Notifications
You must be signed in to change notification settings - Fork 28
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
Allow passing a list of packages to be included #25
Comments
Is each of the projects in a separated module? |
Yes |
I assume that your projects (appN) have a It is a restriction that only one (non-major) version is chosen for each module in the current implementation. The restriction comes from the If you can make sure that your projects don't depend on two different versions of a module, here is a (some inconvenient) workaround:
|
I will try that |
shouldn't tools/go provide mechanisms to resolve a dependency graph before you compute the details? @go101 |
|
I am looking for something similar to how the
std
mode works but where i have a number of related repos that i would like parsed together into one generated output.Example:
golds -wdpkgs-listing=promoted x.y.z/myapp1 x.y.z/myapp2 x.y.z/myapp3 x.y.z/myappN
where all of the packages related to the list provided are included in the promoted.
The text was updated successfully, but these errors were encountered: