Thanks Attila!

FYI, for anybody that had a git remote pointing to git.apache.org as well,
that won't work anymore and you should point that to gitbox per the above
or github.com/apache/kudu instead.

Mike

On Wed, Jan 9, 2019 at 10:13 AM Attila Bukor <[email protected]> wrote:

> Hi,
>
> The official kudu and kudu-site repos have been successfully migrated[1]
> from
> git-wip-us.apache.org to gitbox.apache.org.
>
> If you're not a committer and you've been using the GitHub mirror this
> change
> shouldn't affect you at all.
>
> If you're a committer or you've been using the git-wip-us.a.o server for
> some
> other reason, you'll need to change it to the new URL:
> https://gitbox.apache.org/repos/asf/kudu.git
>
> If you're a committer:
>
> The repo URL has been rewritten in
> the build-support/push_to_asf.py in master and in site_tool script in the
> gh-pages branch.
>
> You'll need to change the 'apache' remote's URL to
> https://gitbox.apache.org/repos/asf/kudu.git using the below command:
>
> $ git remote set-url apache https://gitbox.apache.org/repos/asf/kudu.git
>
> You can now link your GitHub and ASF accounts at
> https://gitbox.apache.org/setup/ to gain write access to
> github.com/apache/kudu
> as it is now fully synchronized with GitBox. Even if you do this, please
> do not
> merge pull requests, push commits or change the repo in any way at this
> time as
> even it is synchronized with GitBox, it is not synchronized with Gerrit
> which
> remains our code review tool for now.
>
> This change shouldn't break anything, but please let me know if anything
> goes
> wrong following this migration.
>
> - Attila
>
> [1]
> https://blogs.apache.org/infra/entry/relocation-of-apache-git-repositories
>

Reply via email to