aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2017-03-25 20:23:53 +0000
committerGitHub2017-03-25 20:23:53 +0000
commit422afa0b49bae84e707cb3f66faf2da32cb4c462 (patch)
tree4b0905f365232e5bf475af79e3dfa4d75236bb72 /docs
parent17acb3a91cc399410ce6fa9b00280a7434fcd9a1 (diff)
parente72313143880def84ae65fa57f730b3af460ce0a (diff)
downloadbrew-422afa0b49bae84e707cb3f66faf2da32cb4c462.tar.bz2
Merge pull request #1975 from MikeMcQuaid/pull-not-die-bottle-publish
pull: warn (not die) on bottle publish failure.
Diffstat (limited to 'docs')
-rw-r--r--docs/Manpage.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/Manpage.md b/docs/Manpage.md
index 43207113b..8401248ae 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -746,7 +746,8 @@ 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`] <var>patch-source</var> [<var>patch-source</var>]:
+ * `pull` [`--bottle`] [`--bump`] [`--clean`] [`--ignore-whitespace`] [`--resolve`] [`--branch-okay`] [`--no-pbcopy`] [`--no-publish`] [`--warn-on-publish-failure`] <var>patch-source</var> [<var>patch-source</var>]:
+
Gets a patch from a GitHub commit or pull request and applies it to Homebrew.
Optionally, installs the formulae changed by the patch.
@@ -786,6 +787,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
If `--no-publish` is passed, do not publish bottles to Bintray.
+ If `--warn-on-publish-failure` was passed, do not exit if there's a
+ failure publishing bottles on Bintray.
+
* `release-notes` [`--markdown`] [<var>previous_tag</var>] [<var>end_ref</var>]:
Output the merged pull requests on Homebrew/brew between two Git refs.
If no <var>previous_tag</var> is provided it defaults to the newest tag.