Skip to content

Commit

Permalink
Auto merge of #117122 - ferrocene:pa-configure-git-diff, r=albertlars…
Browse files Browse the repository at this point in the history
…an68

Allow configuring the parent GitHub repository

The git integration in build_helper hardcoded `rust-lang/rust` as the parent GitHub repository, and `master` as the branch name. This works great for `rust-lang/rust`, but causes problems in downstream forks like Ferrocene whenever those functions are invoked (like `./x fmt`).

In `src/stage0.json` there was already a configuration key for the name of the nightly branch, but it wasn't used by build_helper. This PR adds the `github_repository` key to the file, and requires both values to be passed to build_helper whenever a git function is called. This will allow downstream forks to tweak the values.
  • Loading branch information
bors committed Nov 9, 2023
2 parents b075d0d + 4159b54 commit 56f67f9
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 56f67f9

Please sign in to comment.