17707 Commits

Author SHA1 Message Date
Mike McQuaid
c97d3b0fbc
Merge pull request #4383 from GauthamGoli/help-gen
cli_parser: man-pages and help text generation using Homebrew::CLI::Parser
2018-10-03 19:05:59 +01:00
Mike McQuaid
3e6531ad3e
Merge pull request #5032 from MikeMcQuaid/azure-pipelines-always-test-results
azure-pipelines: always upload test results.
2018-10-03 18:59:26 +01:00
Mike McQuaid
1df1ea3de0
azure-pipelines: always upload test results. 2018-10-03 17:21:47 +01:00
Gautham Goli
b5b988cbb1
help_spec: fix and generate help text in help.rb 2018-10-03 21:12:44 +05:30
Gautham Goli
38feaf1270
extract: Add option descriptions 2018-10-03 20:18:05 +05:30
Gautham Goli
f6081d6ab0
man: Update manpages 2018-10-03 19:52:26 +05:30
Gautham Goli
a03d2e0cd1
man: Correct option synopsis 2018-10-03 19:49:46 +05:30
Gautham Goli
7b0f27ca39
style: Fix style errors 2018-10-03 19:49:46 +05:30
Gautham Goli
604dfb4ae6
help: Let OptionParser generate help text for supported commands 2018-10-03 19:49:45 +05:30
Gautham Goli
f60582ca48
man: Remove [] from command synopsis 2018-10-03 19:49:45 +05:30
Gautham Goli
3c74683d88
man: Format h3 tags in ronn output 2018-10-03 19:49:45 +05:30
Gautham Goli
446b1cb9e3
man: Seperate global options into a section 2018-10-03 19:49:45 +05:30
Gautham Goli
e0e876cf37
man: Make command heading H3 2018-10-03 19:49:44 +05:30
Gautham Goli
4f58f2db99
man: Generate dev cmd manpages 2018-10-03 19:49:41 +05:30
Gautham Goli
cfaaa0eb71
Move option descriptions to new line 2018-10-03 19:20:26 +05:30
Gautham Goli
c7bf79407a
Better man page formatting 2018-10-03 19:20:26 +05:30
Gautham Goli
83e7cbe5c5
Man page help text similar to git 2018-10-03 19:20:26 +05:30
Gautham Goli
df101dde84
Move --help handling of dev commands to help.rb 2018-10-03 19:20:26 +05:30
Gautham Goli
acd9a335a5
brew man output 2018-10-03 19:20:26 +05:30
Gautham Goli
b6c456b681
Extract out arg parsing method to <cmd>_args method 2018-10-03 19:19:04 +05:30
Gautham Goli
32e5a5686b
audit: Use OptionParser to generate help text 2018-10-03 19:18:56 +05:30
Mike McQuaid
8f03ea7ca9
Merge pull request #5016 from EricFromCanada/docs-formula-cookbook
docs/Formula-Cookbook: several content updates
2018-10-03 09:23:23 +01:00
Shaun Jackman
8f74ba0197
Merge pull request #5023 from sjackman/change-rpath
keg_relocate: Fix Error: wrong number of arguments [Linux]
2018-10-02 15:46:56 -07:00
Shaun Jackman
fdcdf7cb5c CoreTap.default_remote: Use Linuxbrew/core [Linux] 2018-10-02 15:44:30 -07:00
Shaun Jackman
afa975bf26 keg_relocate: Fix Error: wrong number of arguments [Linux]
Fix the error:
Error: wrong number of arguments (given 1, expected 2)
/projects/btl_scratch/sjackman/brew/Homebrew/Library/Homebrew/exceptions.rb:550:in `block in initialize'
/projects/btl_scratch/sjackman/brew/Homebrew/Library/Homebrew/exceptions.rb:559:in `map'
2018-10-02 15:16:32 -07:00
William Woodruff
3484280f50
Merge pull request #5022 from Homebrew/dependabot/bundler/Library/Homebrew/vendor/ruby-macho-2.1.0
Bump ruby-macho from 2.0.0 to 2.1.0 in /Library/Homebrew/vendor
2018-10-02 18:12:47 -04:00
EricFromCanada
4fbc1f4126 docs/Formula-Cookbook: update URLs
- update rubydoc.info link URLs to use HTTPS
- link to specific example formula revisions so line highlighting makes sense
- monospace formula link text
2018-10-02 11:55:25 -04:00
EricFromCanada
b54b3933eb docs/Formula-Cookbook: Requirements can have a minimum version
And both dependencies and Requirements accept lists.
2018-10-02 11:55:09 -04:00
EricFromCanada
f975732a44 docs/Formula-Cookbook: mention newer download strategies
Add `:fossil`, `:github_private_release`, `:github_private_repo`, `:s3`, `:scp`.
2018-10-02 11:55:09 -04:00
Mike McQuaid
580aac1053
Vendor ruby-macho-2.1.0 2018-10-02 16:40:10 +01:00
dependabot[bot]
d9dbe26bda
Bump ruby-macho from 2.0.0 to 2.1.0 in /Library/Homebrew/vendor
Bumps [ruby-macho](https://github.com/Homebrew/ruby-macho) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/Homebrew/ruby-macho/releases)
- [Commits](https://github.com/Homebrew/ruby-macho/compare/2.0.0...2.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-10-02 15:30:08 +00:00
Mike McQuaid
f354160c71
Merge pull request #5015 from EricFromCanada/docs-howto-pr
docs/How-To-Open-a-Homebrew-Pull-Request: move sample commands into code blocks
2018-10-02 16:07:05 +01:00
Markus Reiter
f63e88c03b
Merge pull request #5010 from reitermarkus/user-gui
Skip quitting applications when not logged into GUI.
2018-10-02 17:06:15 +02:00
Markus Reiter
72f2bb2643
Merge pull request #5009 from reitermarkus/atomic_write
Fix `atomic_write` inside non-sticky directory.
2018-10-02 16:56:27 +02:00
Markus Reiter
2308f0c571 Skip quitting applications when not logged into GUI. 2018-10-02 16:27:45 +02:00
Markus Reiter
071108b868 Fix atomic_write inside non-sticky directory. 2018-10-02 15:58:34 +02:00
Markus Reiter
52d04dc97c
Merge pull request #5008 from reitermarkus/brew-mirror
Fix `brew mirror`.
2018-10-02 13:58:44 +02:00
Markus Reiter
5e4209e03e
Merge pull request #5019 from reitermarkus/chmod-force
Force `chmod_R` after extracting.
2018-10-02 13:49:49 +02:00
Markus Reiter
98a6399e46 Force chmod_R after extracting. 2018-10-02 13:33:00 +02:00
Mike McQuaid
38287e6309
Merge pull request #5017 from sjackman/locate
DevelopmentTools::locate: Prefer brewed tools [Linux]
2018-10-02 07:18:39 +01:00
Shaun Jackman
447baab9a0 DevelopmentTools::locate: Prefer brewed tools [Linux] 2018-10-01 15:34:47 -07:00
EricFromCanada
292361eaf0 docs: move sample commands into code blocks 2018-10-01 16:01:27 -04:00
Mike McQuaid
bb038c7048
Merge pull request #5014 from lembacon/xcode-clt-version
xcode: fix expected Clang version for CLT with Xcode 10 (10A255)
2018-10-01 20:57:01 +01:00
Chongyu Zhu
c6a2e280a2
xcode: fix expected Clang version for CLT with Xcode 10 (10A255) 2018-10-02 02:51:29 +08:00
Mike McQuaid
1f53099020
Merge pull request #4991 from javian/moverubocopoption
rubocop: move requirement to configuration file
2018-10-01 14:19:11 +01:00
Markus Reiter
a37c02982e Fix brew mirror. 2018-10-01 10:28:07 +02:00
Markus Reiter
fe2f909417
Merge pull request #5001 from reitermarkus/extract-writable
Make all extracted files writable after extracting.
2018-10-01 10:26:06 +02:00
Markus Reiter
bec5272c77
Merge pull request #5000 from reitermarkus/7z
Don’t treat `.7z` as part of a version.
2018-10-01 10:25:41 +02:00
Shaun Jackman
b41d2e5254
Merge pull request #4995 from sjackman/gcc
Default compiler is gcc on Linux
2018-09-30 12:08:44 -07:00
Shaun Jackman
1cdc34eec3 Default compiler is gcc on Linux 2018-09-30 11:20:35 -07:00