Skip to content
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

[RFE] Have each devel rpm provide its own glide.lock file #51

Open
ingvagabund opened this issue May 10, 2018 · 1 comment
Open

[RFE] Have each devel rpm provide its own glide.lock file #51

ingvagabund opened this issue May 10, 2018 · 1 comment

Comments

@ingvagabund
Copy link
Contributor

Every devel rpm should provide a dependency snapshot file (e.g. glide.lock) so a tooling performing analysis know which dependencies of which commits were used to compile the source code.

E.g. put the glide.lock into the same directory where the .goipath file is.

@ingvagabund
Copy link
Contributor Author

ingvagabund commented May 10, 2018

This can not be automatically performed by the %goinstall. More like it is up to a maintainer to make sure glide.lock. GLOGFILE, Godeps.json or any other variant of the dependency file is install in the same directory as .goipath is. Given the %goinstall itself already does that, it's just simply enough to do %goinstall glide.lock, resp. %goinstall -i IPPREFIX glide.lock.

So the only action to do is to document it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant