AdRoll / hologram

Easy, painless AWS credentials on developer laptops.
Apache License 2.0
803 stars 42 forks source link

Have intermediate .go files checked in repo #20

Closed frangarciam closed 9 years ago

frangarciam commented 9 years ago

Instead of rebuilding the protobuf definitions or the bindata assets on every build the intermediate .go files they generate should be checked in the repository already, and only regenerated when the source changes (using go generate)

This will simplify our build process and the dependencies needed to build and test hologram (as opposed to actually hacking on its internals) and will potentially get us to the point where hologram is go gettable

frangarciam commented 9 years ago

https://github.com/AdRoll/hologram/pull/21

zylad commented 9 years ago

This simplifies things a lot. Merged and thanks!