[ANN] Basho move Lager to erlang-lager organization on Github

2016-11-15 Thread Douglas Rohrer
Recognizing that Lager has long-since become an important open-source
tool for Erlang developers, the team at Basho is happy to announce we
have created the Erlang-Lager organization on Github to open up Lager to
encourage broader community involvement:

https://github.com/erlang-lager/lager

The primary maintainers will continue to be Mark Allen and John Daily.
Please reach out to them to coordinate your involvement going forward.

You’ll notice the original lager repo is owned by the organization and we’ve
forked a copy back to Basho. All your existing forks will work just fine,
though you may need to update your remote URLs (if you were previously
pushing directly to the Basho repo):

➜  lager git:(develop) git remote -v
upstream https://github.com/basho/lager.git (fetch)
upstream https://github.com/basho/lager.git (push)
➜  lager git:(develop) git remote set-url upstream
https://github.com/erlang-lager/lager.git
➜  lager git:(develop) git remote -v
upstream https://github.com/erlang-lager/lager.git (fetch)
upstream https://github.com/erlang-lager/lager.git (push)

"upstream" may be different depending on your personal setup.

You will also want to update any existing build tools (rebar, mix, erlang.mk,
etc.)
in your projects that point to the Basho clone of the repo to instead use
the
erlang-lager organization's repo.

I want to thank Mark and John for being willing to continue their excellent
work on Lager for the wider community, along with all of our other outside
contributors. We all believe a larger maintainer base on Lager will continue
to improve Lager and our community as a whole.

Please share with any interested parties that may not see this announcement.

Best,

Doug Rohrer
Principal Engineer
Basho
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Doc typo

2016-11-15 Thread sean mcevoy
Cheers Luca, easy when you know how ;-)
PR has been made.
//Sean.


On Tue, Nov 15, 2016 at 9:31 AM, Luca Favatella <
luca.favate...@erlang-solutions.com> wrote:

> On 15 November 2016 at 09:17, sean mcevoy  wrote:
> [...]
>
>> Hi Basho guys,
>>
>> What's your procedure on reporting documentation bugs?
>>
>>
>>
> Hi Sean,
>
> I understand the source of the docs is at https://github.com/basho/
> basho_docs and the usual pull requests workflow applies.
>
> Regards
> Luca
>
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Doc typo

2016-11-15 Thread Luca Favatella
On 15 November 2016 at 09:17, sean mcevoy  wrote:
[...]

> Hi Basho guys,
>
> What's your procedure on reporting documentation bugs?
>
>
>
Hi Sean,

I understand the source of the docs is at
https://github.com/basho/basho_docs and the usual pull requests workflow
applies.

Regards
Luca
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com