You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: