aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2015-07-20doctor: update xcode linksDominyk Tiller
2015-07-20blacklist: update xcode linkDominyk Tiller
2015-07-20requirements: update xcode urlZeb McCorkle
Closes Homebrew/homebrew#41722. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-20keg_relocate: also relocate executable text files.Mike McQuaid
There are times (e.g. `ocaml`) when the `text_executable?` test will match even although `file` does not consider it a text file. Ensure that it's relocated in this case correctly. References Homebrew/homebrew#41663. Closes Homebrew/homebrew#41926.
2015-07-20test-bot: handle conflicted formulas and unlinked dependenciesAndy Blyler
these changes are primarily needed for php tap pull requests, as they usally contain multiple formulas depend on conflicting php versions: - unlink any conflicted formulas - link any dependencies that are installed and not linked Closes Homebrew/homebrew#41602. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-20keg_relocate: don't match "text" in filenames.Mike McQuaid
2015-07-19TapFormulaUnavailableError: add back user and repo methodXu Cheng
Fixes Homebrew/homebrew#41888.
2015-07-19improve TapLoader and TapFormulaUnavailableErrorXu Cheng
* Restore the ability to load formula by `user/homebrew-repo/foo`. * Only suggest to install tap when tap isn't installed. Closes Homebrew/homebrew#41705. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-18audit: recognise head-only and devel-only taps.Rainer M. Krug
add wildcard into expressions to identify head-only and dev-only taps to avoid "head-only" and "devel-only" errors when formula is in *head-only or *devel-only tap Closes Homebrew/homebrew#41289. Closes Homebrew/homebrew#41413. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-18formula: always override user homeDominyk Tiller
Closes Homebrew/homebrew#40444. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-18keg_relocate: relocate all text files.Mike McQuaid
Work out what's text and what's not using `file`. Also, rename `keg_fix_install_names` to `keg_relocate` because that's a more accurate description of what it does now. Closes Homebrew/homebrew#41663. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-18fetch/build formula from source when modifiedAlex Dunn
closes Homebrew/homebrew#36068 Closes Homebrew/homebrew#41397. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-18ydict: migrate to boneyardBaptiste Fontaine
The executable is not working and upstream hasn't been updated in more than 1 year. Closes Homebrew/homebrew#41853. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-18keg: mkpath for fish related directoriesXu Cheng
Fixes Homebrew/homebrew#41742. Closes Homebrew/homebrew#41849. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-18audit: missing spaces added in blocks order reportBaptiste Fontaine
Closes Homebrew/homebrew#41783. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-18formula_installer: remove duplicated hold_locks checkXu Cheng
It'll be checked inside `FormulaInstaller#unlock` method. Closes Homebrew/homebrew#41820. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-17xastir: move to homebrew-x11Misty De Meo
Closes Homebrew/homebrew#41845. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2015-07-17use ohai headers at the top of search resultsAlex Dunn
Closes Homebrew/homebrew#41832.
2015-07-14audit: recommend use of assert_match.Mike McQuaid
It produces significantly easier output to debug than doing `assert` and `.include?` (which just shows if it passed or failed). Closes Homebrew/homebrew#41662. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-14audit: clarify desc calculationDominyk Tiller
2015-07-14manpage: new maintainers added to the listBaptiste Fontaine
I kept the same order as in README.md. Closes Homebrew/homebrew#41655. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-13formula_cellar_checks: remove openssl expectationDominyk Tiller
2015-07-13doctor: remove redundant EOSDominyk Tiller
Closes Homebrew/homebrew#41667
2015-07-13doctor: don't point to App Store for Xcode on 10.11.Mike McQuaid
Closes Homebrew/homebrew#41589. Closes Homebrew/homebrew#41597. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-13Merge test gitignore into root version.Mike McQuaid
libgit2 clients struggle at parsing these otherwise because of how we set up our ignore rules. And remove now unneeded formula ignore rule. Closes Homebrew/homebrew#41593. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-12audit --online: check homepage reachabilityBaptiste Fontaine
Closes Homebrew/homebrew#41607. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-11cmd/install: fix install warning timeout.Mike McQuaid
2015-07-11install: cleanup outdated repository warning.Mike McQuaid
2015-07-11cmd/install: check time of last update if FormulaUnavailableErrorAlex Dunn
Closes Homebrew/homebrew#40035. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-10download_strategy: kill special ssl3 supportDominyk Tiller
Closes Homebrew/homebrew#41536. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-11shell completion: support external commandsXu Cheng
Closes Homebrew/homebrew#41519. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-11commands: support list all commands without headerXu Cheng
2015-07-10bottle: improve relocationXu Cheng
* skip document for relocatable check * relocate INSTALL_RECEIPT.json file Fixes Homebrew/homebrew#41545. Closes Homebrew/homebrew#41568. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-10pull: wait for Bintray publish, don't sleep.Mike McQuaid
Closes Homebrew/homebrew#41530. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-10test_updater: fix pull argument ordering.Mike McQuaid
2015-07-09update: fix --rebaseMike McQuaid
2015-07-09audit: deprecate sha1 always.Mike McQuaid
Rather than just when --strict is set. We're asking people to do these on most PRs now anyway so feels better to let them find this out with `brew audit`. Closes Homebrew/homebrew#41523. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-09formula_cellar_checks: ignore openssl.Mike McQuaid
Also: check based on the beginning of the formula name so these play nicer with e.g. homebrew-versions. Closes Homebrew/homebrew#41528. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-09audit: include date for Ruby 1.8.Mike McQuaid
2015-07-09audit: better way to handle --online for audit_formula_nameXu Cheng
2015-07-09audit: add --online flag.Mike McQuaid
Also add it to the manpage and brew-test-bot. Closes Homebrew/homebrew#41516. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-09update: stash save/pop uncommitted changes.Mike McQuaid
Also: - return to your previous branch after `brew update`. Closes Homebrew/homebrew#38568. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-09download_strategy: private method allowing extra curl options.Indrajit Raychaudhuri
This allows some curl options to be always passed to curl, with raw head calls (`curl -I`) (in `CurlDownloadStrategy#actual_urls`) or with actual `curl` (in `CurlDownloadStrategy#curl`). This also avoid the need for overriding whole `_fetch` in a few cases and just override `_curl_opts` to append additional options instead. Closes Homebrew/homebrew#41506. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-09xcode: update clang for 10.11Dominyk Tiller
2015-07-08audit: github repo: verify stable formula is set .Mike McQuaid
2015-07-08xcode: add 6.4 expectationDominyk Tiller
2015-07-08mac: add xcode 6.4 expectationDominyk Tiller
2015-07-08audit: slightly loosen GitHub repo audit.Mike McQuaid
2015-07-08audit: handle some GitHub repo audit edge cases.Mike McQuaid
2015-07-08Audit GitHub repository notability.Mike McQuaid
This stuff seems to be taken better when coming from a script rather than from a human. Feel free to disagree about the specific numbers chosen here.