basho / riak_dt

Convergent replicated datatypes in Erlang
Apache License 2.0
353 stars 70 forks source link

Hex package #118

Closed Licenser closed 7 years ago

Licenser commented 8 years ago

Hi I've published riak_dt as a hex package, this are the changes necessary to make it hex-able with riak3. Since it is your project it would be great if you'd take over the package, for that you can ask hex.pm to change ownership, until then I'll try to keep it up to date with the latest tagged release.

zeeshanlakhani commented 8 years ago

Thanks @Licenser... guessing you mean rebar3 :). @russelldb and I will discuss... still haven't made the move to rebar3 w/ this, but we should.

Licenser commented 8 years ago

argh yes sorry rebar3 not riak3 ;) freudian slip there ...

So it doesn't need rebar3 to build or anything just as there is no hex upload option with anything else, that's all that requires rebar3 in it.

Licenser commented 8 years ago

oh, slightly unrelated, I only listed myself as a co-maintainer in there so you don't get bothered by people having questions about the package. I'm not sure if the maintainers are the package maintainers or the code maintainers, just drop that if you take over the package :)

cmeiklejohn commented 8 years ago

:+1: on moving to rebar3, please.

zeeshanlakhani commented 8 years ago

@Licenser of course, but as @cmeiklejohn pointed out... would be nice :). And, again, thank you :).

Licenser commented 7 years ago

neva!

Ah well OK, but just because it's you russell ;)!

Yes since you don't have deps this is really all that's needed.

$ cat ~/.config/rebar3/rebar.config
{plugins, [rebar3_hex]}.

But other then that it'll just be rebar3 hex publish and it sends it up.

russelldb commented 7 years ago

Thanks @Licenser. When I get back to UK I'll do it. Promise! Thanks for your patience and help.

Licenser commented 7 years ago

hey no worries at all, riak_dt helps me soooo much in my stuff it's really the least I can do.

russelldb commented 7 years ago

+1