Hi Krisztian, It's basically a github permissions issue when it comes to pushing the merged PR branch to apache master.
I get prompted for git username on the command line, which doesn't happen on my old desktop. I did create a github API token and set ARROW_GITHUB_API_TOKEN but it doesn't help. Interestingly, I don't seem to have that env var set on my old desktop. My apache remote is named "apache". I've been trying to spot the difference between the two setups but am stumped. Thanks, Andy. On Mon, Apr 1, 2019 at 2:53 AM Krisztián Szűcs <szucs.kriszt...@gmail.com> wrote: > Hey Andy, > > What's the error message? > Ensure, that You've correctly set up the environment variables described in > the > docstring: > > # This utility assumes you already have a local Arrow git clone and that > you > # have added remotes corresponding to both (i) the Github Apache Arrow > mirror > # and (ii) the apache git repo. > # > # There are several pieces of authorization possibly needed via environment > # variables > # > # JIRA_USERNAME: your Apache JIRA id > # JIRA_PASSWORD: your Apache JIRA password > # ARROW_GITHUB_API_TOKEN: a GitHub API token to use for API requests (to > avoid > # rate limiting) > > On Mon, Apr 1, 2019 at 1:46 AM Andy Grove <andygrov...@gmail.com> wrote: > > > I'm not sure what I'm missing, but when I run ./dev/merge_pr.sh on a new > > computer, I am prompted for my github username and even when I enter > that, > > the merge fails. I'm using the same id_rsa key on the new computer. I've > > also tried setting the github oauth token in an environment variable as > per > > the instructions on the wiki. > > > > I'm sure I'm missing something obvious but could use some help. > > > > Thanks, > > > > Andy. > > >