Re: Repositories are being renamed

2016-06-03 Thread Sasha Parfenov
The following will update your remotes automatically. Go to the root of the repository you need to update from incubator to top level and execute: for remote in `git remote`; do new_url=`git config --get remote.$remote.url | sed 's|incubator-||'`; echo $remote $new_url; git remote set-url

Repositories are being renamed

2016-06-03 Thread Thomas Weise
The ASF git repos are done, github mirrors should follow shortly. You may need to change your remotes and mirroring may be interrupted for a while. Thanks, Thomas