BTW, should I be able to close PRs via GitHub UI right now or is there another way to do it? Looks I'm not seeing the close button.
2018년 12월 11일 (화) 오전 1:51, Sean Owen <sro...@apache.org>님이 작성: > Agree, I'll ask on the INFRA ticket and follow up. That's a lot of extra > noise. > > On Mon, Dec 10, 2018 at 11:37 AM Marcelo Vanzin <van...@cloudera.com> > wrote: > > > > Hmm, it also seems that github comments are being sync'ed to jira. > > That's gonna get old very quickly, we should probably ask infra to > > disable that (if we can't do it ourselves). > > On Mon, Dec 10, 2018 at 9:13 AM Sean Owen <sro...@apache.org> wrote: > > > > > > 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 > > > > > > > > > -- > > Marcelo > > --------------------------------------------------------------------- > To unsubscribe e-mail: dev-unsubscr...@spark.apache.org > >