aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2017-10-18 21:16:24 +0100
committerGitHub2017-10-18 21:16:24 +0100
commit15096e7289b25ef19baa6c0455f2051583665f70 (patch)
tree2c2bcdb9d0b7e4a974c0562a3e9391401354098c /docs
parent0ae6d2ab2f87f8ed8acb4ed7ec63d02ca4e5f7b3 (diff)
parent558299b039f4b76653ad65c0c7d590885ceeb2fa (diff)
downloadbrew-15096e7289b25ef19baa6c0455f2051583665f70.tar.bz2
Merge pull request #3279 from sjackman/pull
Support `brew pull --bottle` for taps in organizations other than Homebrew
Diffstat (limited to 'docs')
-rw-r--r--docs/Manpage.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md
index f92991147..59969a3e8 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -770,7 +770,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
Additionally, the date used in new manpages will match those in the existing
manpages (to allow comparison without factoring in the date).
- * `pull` [`--bottle`] [`--bump`] [`--clean`] [`--ignore-whitespace`] [`--resolve`] [`--branch-okay`] [`--no-pbcopy`] [`--no-publish`] [`--warn-on-publish-failure`] `patch-source` [`patch-source`]:
+ * `pull` [`--bottle`] [`--bump`] [`--clean`] [`--ignore-whitespace`] [`--resolve`] [`--branch-okay`] [`--no-pbcopy`] [`--no-publish`] [`--warn-on-publish-failure`] [`--bintray-org=``bintray-org`] [`--test-bot-user=``test-bot-user`] `patch-source` [`patch-source`]:
Gets a patch from a GitHub commit or pull request and applies it to Homebrew.
Optionally, installs the formulae changed by the patch.
@@ -814,6 +814,12 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
If `--warn-on-publish-failure` was passed, do not exit if there's a
failure publishing bottles on Bintray.
+ If `--bintray-org=``bintray-org` is passed, publish at the given Bintray
+ organisation.
+
+ If `--test-bot-user=``test-bot-user` is passed, pull the bottle block
+ commit from the specified user on GitHub.
+
* `release-notes` [`--markdown`] [`previous_tag`] [`end_ref`]:
Output the merged pull requests on Homebrew/brew between two Git refs.
If no `previous_tag` is provided it defaults to the newest tag.