Update for committers: now that my user ID is synced, I can
successfully push to remote https://github.com/apache/spark directly.
Use that as the 'apache' remote (if you like; gitbox also works). I
confirmed the sync works both ways.

As a bonus you can directly close pull requests when needed instead of
using "Close Stale PRs" pull requests.

On Mon, Dec 10, 2018 at 10:30 AM Sean Owen <sro...@apache.org> wrote:
>
> Per the thread last week, the Apache Spark repos have migrated from
> https://git-wip-us.apache.org/repos/asf to
> https://gitbox.apache.org/repos/asf
>
>
> Non-committers:
>
> This just means repointing any references to the old repository to the
> new one. It won't affect you if you were already referencing
> https://github.com/apache/spark .
>
>
> Committers:
>
> Follow the steps at https://reference.apache.org/committer/github to
> fully sync your ASF and Github accounts, and then wait up to an hour
> for it to finish.
>
> Then repoint your git-wip-us remotes to gitbox in your git checkouts.
> For our standard setup that works with the merge script, that should
> be your 'apache' remote. For example here are my current remotes:
>
> $ git remote -v
> apache https://gitbox.apache.org/repos/asf/spark.git (fetch)
> apache https://gitbox.apache.org/repos/asf/spark.git (push)
> apache-github git://github.com/apache/spark (fetch)
> apache-github git://github.com/apache/spark (push)
> origin https://github.com/srowen/spark (fetch)
> origin https://github.com/srowen/spark (push)
> upstream https://github.com/apache/spark (fetch)
> upstream https://github.com/apache/spark (push)
>
> In theory we also have read/write access to github.com now too, but
> right now it hadn't yet worked for me. It may need to sync. This note
> just makes sure anyone knows how to keep pushing commits right now to
> the new ASF repo.
>
> Report any problems here!
>
> Sean

---------------------------------------------------------------------
To unsubscribe e-mail: dev-unsubscr...@spark.apache.org

Reply via email to