apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.55k stars 3.54k forks source link

[Website] On change to master branch, automatically make PR to asf-site #22866

Closed asfimport closed 5 years ago

asfimport commented 5 years ago

I added a build/deploy script to arrow-site that would enable automatically publishing to asf-site when there is a commit to the master branch. However, ASF won't let us add a deploy key to enable this publishing (INFRA-18924).

I have a workaround that's not automatic but as close as we can get. On commits to apache/arrow-site's master branch, Travis builds the site and pushes it to a fork of arrow-site (where there is no restriction on deploy keys), and then it makes a PR from there back to the asf-site branch of apache/arrow-site using hub. So it's "semiautomatic": the asf-site PR is made automatically, but a committer will need to merge it.

Reporter: Neal Richardson / @nealrichardson Assignee: Neal Richardson / @nealrichardson

Related issues:

Note: This issue was originally created as ARROW-6497. Please see the migration documentation for further details.

asfimport commented 5 years ago

Kouhei Sutou / @kou: I changed wrong issue. ARROW-6569 should have been changed...