aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
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.
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-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>
2015-07-04tap_migrations: remove pdshDominyk Tiller
This reverts https://github.com/Homebrew/homebrew/commit/64dac60c2f1cafcd97dd9ea889f1fe761fa90bff Closes Homebrew/homebrew#41345. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-03pull: support Jenkins "Homebrew Testing" jobs.Mike McQuaid
2015-07-03Make HOMEBREW_GITHUB_API_TOKEN copy/paste friendlyOsman Surkatty
A simple change that allows for easy copy/pasting. Right now if you were to double click on the text it will also inadvertently copy the trailing period. This change will alleviate the unnecessary gymnastics of not capturing the trailing period. /most_pedantic_pull_request_ever Closes Homebrew/homebrew#41257. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-03add `brew command`Xu Cheng
Closes Homebrew/homebrew#41034. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-07-02audit: fix/extend ietf.org https rulesViktor Szakats
Domains known to be covered by certificates: https://crt.sh/?q=%25ietf.org Closes Homebrew/homebrew#41244. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-06-30Git: unshallow shallow clones if necessaryMisty De Meo
Fixes Homebrew/homebrew#41225.
2015-06-30audit: flag re-added tap migrationsDominyk Tiller
Re https://github.com/Homebrew/homebrew/commit/411c2178448916d4005c059bc35ee780b5af53f5#commitcomment-11714539 Closes Homebrew/homebrew#40806. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-29Language module requirement: fix perl testMisty De Meo
The name of the module is "Env", not "ENV"; this test would fail on a case-sensitive filesystem.
2015-06-29download_strategy: remove exclamation pointAlex Dunn
Closes Homebrew/homebrew#41171. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-27Stdlib check should use the compiler used to build the bottleJack Nagel
2015-06-27Updated outdated commentJack Nagel
2015-06-27Remove unused methodJack Nagel
2015-06-27xcode: update clang versionDominyk Tiller
Closes Homebrew/homebrew#41095. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-27tab: tweak options info outputDominyk Tiller
Closes Homebrew/homebrew#41101. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-26man: fix typoDominyk Tiller
2015-06-26outdated: output full nameXu Cheng
Closes Homebrew/homebrew#41099. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-26outdated: inline methodXu Cheng
2015-06-26Mark some requirements that don't need the build environmentJack Nagel
2015-06-25Decouple detect_stdlibs from ENVJack Nagel
I want to decouple from the global ENV constant as much as possible so that eventually we can change the build environment implementation. detect_stdlibs only cares about the compiler, not the whole ENV.
2015-06-26pdsh: move to boneyardDominyk Tiller
Closes Homebrew/homebrew#41061. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-25Pull complex condition out of loopJack Nagel