diff options
| author | Mike McQuaid | 2017-02-20 12:47:08 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2017-03-23 10:00:33 +0000 | 
| commit | e72313143880def84ae65fa57f730b3af460ce0a (patch) | |
| tree | e6769a618816cad772874f5fe46f732bfbaeeae0 /manpages | |
| parent | 08a22d013e9ba44aa7c4ed4d08bb2fd6aebf7c05 (diff) | |
| download | brew-e72313143880def84ae65fa57f730b3af460ce0a.tar.bz2 | |
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.
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/manpages/brew.1 b/manpages/brew.1 index bdda89fb0..9a1775233 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -770,7 +770,9 @@ Generate Homebrew\'s manpages\.  If \fB\-\-fail\-if\-changed\fR is passed, the command will return a failing status code if changes are detected in the manpage outputs\. This can be used for CI to be notified when the manpages are out of date\. Additionally, the date used in new manpages will match those in the existing manpages (to allow comparison without factoring in the date)\.  .  .TP -\fBpull\fR [\fB\-\-bottle\fR] [\fB\-\-bump\fR] [\fB\-\-clean\fR] [\fB\-\-ignore\-whitespace\fR] [\fB\-\-resolve\fR] [\fB\-\-branch\-okay\fR] [\fB\-\-no\-pbcopy\fR] [\fB\-\-no\-publish\fR] \fIpatch\-source\fR [\fIpatch\-source\fR] +\fBpull\fR [\fB\-\-bottle\fR] [\fB\-\-bump\fR] [\fB\-\-clean\fR] [\fB\-\-ignore\-whitespace\fR] [\fB\-\-resolve\fR] [\fB\-\-branch\-okay\fR] [\fB\-\-no\-pbcopy\fR] [\fB\-\-no\-publish\fR] [\fB\-\-warn\-on\-publish\-failure\fR] \fIpatch\-source\fR [\fIpatch\-source\fR]: +. +.IP  Gets a patch from a GitHub commit or pull request and applies it to Homebrew\. Optionally, installs the formulae changed by the patch\.  .  .IP @@ -812,6 +814,9 @@ If \fB\-\-no\-pbcopy\fR is passed, do not copy anything to the system clipboard\  .IP  If \fB\-\-no\-publish\fR is passed, do not publish bottles to Bintray\.  . +.IP +If \fB\-\-warn\-on\-publish\-failure\fR was passed, do not exit if there\'s a failure publishing bottles on Bintray\. +.  .TP  \fBrelease\-notes\fR [\fB\-\-markdown\fR] [\fIprevious_tag\fR] [\fIend_ref\fR]  Output the merged pull requests on Homebrew/brew between two Git refs\. If no \fIprevious_tag\fR is provided it defaults to the newest tag\. If no \fIend_ref\fR is provided it defaults to \fBorigin/master\fR\. | 
