soundcloud / roshi

Roshi is a large-scale CRDT set implementation for timestamped events.
BSD 2-Clause "Simplified" License
3.15k stars 154 forks source link

Refactor vendoring #9

Closed peterbourgon closed 10 years ago

peterbourgon commented 10 years ago

roshi-server now supports a "blessed build" process, via make build to produce a binary. Run make check in roshi-server to see where all of the blessed dependencies will come from.

/cc @u-c-l

peterbourgon commented 10 years ago

Very dirty history :frowning: I would squash it, but I'm not sure if that will do bad things to the new subtree merges...

beorn7 commented 10 years ago

Very nice. And I don't mind dirty histories...

LGTM

tsenart commented 10 years ago

So this is how you're doing dependencies versioning... I like it.