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