Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

clean reproducable builds #114

Closed
Dieterbe opened this issue Jan 25, 2016 · 2 comments
Closed

clean reproducable builds #114

Dieterbe opened this issue Jan 25, 2016 · 2 comments

Comments

@Dieterbe
Copy link
Contributor

needed for raintank-docker, and basically just needed period.
go 1.6 will adopt go vendoring (see https://docs.google.com/document/d/1Bz5-UB7g2uPBdOx-rw5t9MxJwkfpx90cqG9AFL0JAYo/edit) but that's only part of the solution: we also need to be able to elegantly put, and maintain packages in the vendor directory.
i tried using git submodules, but it's too much work to specify everything manually
https://github.com/kr/vexp looks like it solves it, but it's yet another 3rd party tool.
godep now supports it, see https://github.com/tools/godep#go-15-vendor-experiment so this seems interesting. i've always found godep complicated and cumbersome (or at least how it's used with grafana) but maybe now it's different.

i wonder if with the advent of 1.6 this will also become a solved problem, but i don't think so.

@Dieterbe
Copy link
Contributor Author

Think I'll try glide for this

@Dieterbe
Copy link
Contributor Author

see #197

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

No branches or pull requests

1 participant