aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-07-17remove --all parameter from FAQStephan van Eijkelenburg
The --all parameter was reverted in commit https://github.com/Homebrew/homebrew/commit/a45a34db0b2c66f626f3724ae9a52563b4aa94b5 This should be updated in the documentation :) Closes Homebrew/homebrew#41773. Signed-off-by: Xu Cheng <xucheng@me.com>
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-09README: use long key IDViktor Ahlström
Closes Homebrew/homebrew#41493. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
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-08doc: add xcode 6.4Dominyk Tiller
Closes Homebrew/homebrew#41486. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
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.
2015-07-08cmd/search --desc: bold formula namesAlex Dunn
Closes Homebrew/homebrew#40717. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-08brew.1: document `install --force-bottle`Alex Dunn
Closes Homebrew/homebrew#41398. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-07add Formula#pkgshare pathTim D. Smith
Formalizes the (share/"foo").install idiom. Closes Homebrew/homebrew#41333.
2015-07-07pull: sleep for longerDominyk Tiller
2015-07-07qi: migrating to homebrew/boneyardBaptiste Fontaine
Closes Homebrew/homebrew#41366. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-07README: fix typo.Viktor Ahlström
Closes Homebrew/homebrew#41443. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-07rocket: migrating to boneyardBaptiste Fontaine
Closes Homebrew/homebrew#41364. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-06support downloading bottles through 3rd-party mirrorXu Cheng
Closes Homebrew/homebrew#41328. Closes Homebrew/homebrew#41332. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-06stop setting root_url for offical taps' bottlesXu Cheng
2015-07-06auto resolve bottle root_url based on tapXu Cheng
2015-07-06fix error message in test_updaterXu Cheng
Closes Homebrew/homebrew#41372. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-06mat: migrating to boneyardBaptiste Fontaine
Closes Homebrew/homebrew#41389. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-04Remove myself from the maintainers listJack Nagel
It's been fun.
2015-07-04deps: Array#keep_if isn't defined in 1.8.7Misty De Meo
Fixes Homebrew/homebrew#41365.
2015-07-05clay: migrating to hombrew/boneyardBaptiste Fontaine
Closes Homebrew/homebrew#41265 Closes Homebrew/homebrew#41350. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>