aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2015-09-08style: update to rubocop 0.34.0.Tomasz Pajor
Closes Homebrew/homebrew#43650. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-09-08config: use quiet_systemXu Cheng
Closes Homebrew/homebrew#43691. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-08quiet_system: don't print cmd even when verbose modeXu Cheng
It's kinda annoying that quiet_system wasn't really quiet. This commit fixes that.
2015-09-08audit: cache formula names during audit_formula_nameXu Cheng
Before `audit_formula_name: 15.094845999999986` After `audit_formula_name: 0.5617120000000043` Closes Homebrew/homebrew#43663. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-08audit: simplify remote_official_tapsXu Cheng
2015-09-07doctor: don't always fail on 10.11.Mike McQuaid
Do this just for Homebrew developers (and the bot) currently.
2015-09-07Add El Capitan testball bottle.Mike McQuaid
2015-09-07update: explicitly no-ff merge and rebase.Josh Hagins
This overrides user configuration which may do otherwise. Closes Homebrew/homebrew#41570. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-09-07app-engine-python: rename from google-app-engineVlad Shablinsky
Closes Homebrew/homebrew#42941. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-09-07app-engine-java: rename from app-engine-java-sdkVlad Shablinsky
2015-09-07app-engine-go-64: rename from go-app-engine-64Vlad Shablinsky
2015-09-07app-engine-go-32: rename from go-app-engine-32Vlad Shablinsky
2015-09-06add test_formularyXu Cheng
Closes Homebrew/homebrew#43506. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-06FromUrlLoader: allow file:// schemeXu Cheng
2015-09-06FormulaVersions: load from contents to reduce ioXu Cheng
2015-09-06add Formulary.from_contentsXu Cheng
2015-09-06Formulary: allow loading formula from contentsXu Cheng
2015-09-06exceptions: handle HOMEBREW_NO_GITHUB_API case.Mike McQuaid
Closes Homebrew/homebrew#43618.
2015-09-06tap-readme: create README in tap path.Mike McQuaid
2015-09-06formula_installer: fix syntax warningXu Cheng
Library/Homebrew/formula_installer.rb:636: warning: shadowing outer local variable - conflict_file Library/Homebrew/formula_installer.rb:636: warning: shadowing outer local variable - backup_file Closes Homebrew/homebrew#43602. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-06test_integration_cmds: fix syntax warningXu Cheng
Library/Homebrew/test/test_integration_cmds.rb:68: warning: ambiguous first argument; put parentheses or even spaces
2015-09-06outdated: fix syntax warningXu Cheng
Library/Homebrew/cmd/outdated.rb:27: warning: shadowing outer local variable - dir
2015-09-06readall: put nostdout in outter layerXu Cheng
The previous code would fail to reset stdout after thread jobs are finshed.
2015-09-06test-bot: check aliasesXu Cheng
2015-09-06readall: add --aliasesXu Cheng
2015-09-06remove Formula#file_modified?Alex Dunn
It's been more trouble than it's worth. Fixes Homebrew/homebrew#43607. Closes Homebrew/homebrew#43049. Closes Homebrew/homebrew#43615. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-09-06doctor: use inject_file_listXu Cheng
Also simplify the condition branch by early return Closes Homebrew/homebrew#43574. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-06download_strategy: add Apache mirror lua.Jan Lehnardt
The ASF now has a preferred .lua mirror script on top of the .cgi file Closes Homebrew/homebrew#43521. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-09-06mpich: rename from mpich2Vlad Shablinsky
Closes Homebrew/homebrew#42945. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-09-06gperftools: rename from google-perftoolsVlad Shablinsky
Closes Homebrew/homebrew#42944. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-09-06manpage: add unlink --dry-runXu Cheng
2015-09-06Keg#unlink: prune directory for dry_run as wellXu Cheng
2015-09-06Added --dry-run to unlinkEthan Piekarski
Closes Homebrew/homebrew#43561. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-06formula_installer: check has_apple_developer_tools? onceXu Cheng
Closes Homebrew/homebrew#43534. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-04xcode: update 10.11 clang expectationDominyk Tiller
2015-09-04caveats: wrap elisp caveatsDaniel Lee Harple
Closes Homebrew/homebrew#43517. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-03fix style problems in migratorVlad Shablinsky
Closes Homebrew/homebrew#43473. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-02progress 0.8Alex Dunn
Renamed from 'cv'. Closes Homebrew/homebrew#42984.
2015-09-03rubocop: re-enable whitespace-related copsMartin Afanasjew
The referenced issue was fixed in Rubocop 0.30.0 (Homebrew uses 0.33.0). Closes Homebrew/homebrew#43515. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-02tap: ensure git is installedXu Cheng
Closes Homebrew/homebrew#43463. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-02update: ensure git is installedXu Cheng
2015-09-02Formula#file_modified?: use Utils.git_available?Xu Cheng
2015-09-02homebrew_version_string: check git availableXu Cheng
2015-09-02add git utilsXu Cheng
Two methods: * `Utils.git_available?` checks whether git is installed. * `Utils.ensure_git_installed!` installs git for users who don't install Xcode or CLT.
2015-09-01python_requirement: fix ENV for python3Alex Dunn
Closes Homebrew/homebrew#43453.
2015-09-01remove Requirement#pour_bottle?Xu Cheng
It's never used since a0a93f1b3b7b2be9b8a319be91086ffe220f8e32. Closes Homebrew/homebrew#43462. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-31cmd/search: fix filtering of aliases in resultsAlex Dunn
By directly modifying the results array with `results[i] = "#{name} (installed)"`, it appeared on successive iterations that the canonical name was no longer in the array, so aliases were not removed. See https://github.com/Homebrew/homebrew/commit/9efe5b554ce9cf6626d9794173725f5e063e5806#commitcomment-12969631 Closes Homebrew/homebrew#43433.
2015-08-31config: show HOMEBREW_REPOSITORYBaptiste Fontaine
Closes Homebrew/homebrew#43423. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-08-31wps2odt: migrate to boneyardBaptiste Fontaine
Closes Homebrew/homebrew#41279. Closes Homebrew/homebrew#43415. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-08-30cmd/search: mark installed formulaeAlex Dunn
`brew search emacs`, with homebrew/emacs tapped: ``` real 0m2.586s user 0m1.138s sys 0m0.121s ``` Previously: ``` real 0m2.831s user 0m1.385s sys 0m0.087s ``` `brew search s`: ``` real 0m2.260s user 0m1.201s sys 0m0.114s ``` Previously: ``` real 0m5.953s user 0m4.827s sys 0m0.226s ``` Closes Homebrew/homebrew#35696. Closes Homebrew/homebrew#42662.