Merge pull request #6691 from issyl0/update-linux-docs-with-recent-changes

Linux Maintainer Guide: Reflect recent changes to tap commands
This commit is contained in:
Issy Long 2019-11-04 19:59:42 +00:00 committed by GitHub
commit c169348f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@ running `git push your-fork master`
After merging changes, we must rebuild bottles for all the PRs that
had conflicts.
To do this, tap `Linuxbrew/homebrew-developer` and run the following
To do this, tap `Homebrew/homebrew-linux-dev` and run the following
command where the merge commit is `HEAD`:
```sh
@ -235,7 +235,6 @@ against the formulae:
And it skips formulae if any of the following are true:
- it doesn't need a bottle
- it already has a bottle
- the formula depends on macOS to build
- the formula's tap is Homebrew/homebrew-core (the upstream macOS repo)
- there is already an open PR for the formula's bottle
- the current branch is not master
@ -246,7 +245,7 @@ run `brew find-formulae-to-bottle --verbose` separate to the `for`
loop above.
The `build-bottle-pr` script creates a branch called `bottle-<FORMULA>`, adds `# Build a bottle
for Linuxbrew` to the top of the formula, pushes the branch to GitHub
for Linux` to the top of the formula, pushes the branch to GitHub
at the specified remote (default: `origin`), and opens a pull request using `hub
pull-request`.