From e72313143880def84ae65fa57f730b3af460ce0a Mon Sep 17 00:00:00 2001
From: Mike McQuaid
Date: Mon, 20 Feb 2017 12:47:08 +0000
Subject: pull: optionally warn (not die) on bottle publish failure.
This is useful when you're pulling PRs where individual bottles can't be
uploaded/built but you still want to pull the PR as a whole anyway.
---
docs/Manpage.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(limited to 'docs')
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`] patch-source [patch-source]:
+ * `pull` [`--bottle`] [`--bump`] [`--clean`] [`--ignore-whitespace`] [`--resolve`] [`--branch-okay`] [`--no-pbcopy`] [`--no-publish`] [`--warn-on-publish-failure`] 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.
@@ -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`] [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.
--
cgit v1.2.3