aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
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
2015-06-25Adds JSON output to `outdated` commandColin Dean
After some musing on brunophilipe/Cakebrew#71, I thought it would be useful to let Cakebrew and other tools grab the outdated formulae version information using a method more elegant than regex. Closes Homebrew/homebrew#30693. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-06-25pdf2svg: migrate back to core (from homebrew-x11)Martin Afanasjew
Turns out `pdf2svg` no longer depends on GTK+ or X11 (and previously did this only by mistake). Closes Homebrew/homebrew#41065. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-25style: bump rubocop to 0.32.1Dominyk Tiller
Closes Homebrew/homebrew#41049. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-24Make warnings yellow (previously red)Radek Simko
Closes Homebrew/homebrew#41003. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-06-23Use Dir.mktmpdir in doctorJack Nagel
This matches how we create temporary directories elsewhere.
2015-06-23Whitelist ntfs-3g libsJack Nagel
Closes Homebrew/homebrew#40950.
2015-06-23Fix audit when tap is nilJack Nagel
This is the case when a formula is passed as a filename.
2015-06-22Ask the exception for the formula nameJack Nagel
2015-06-22Ask the formula object for the opt pathJack Nagel
2015-06-23download_strategy: fix url reassignXu Cheng
We need reassign url after urls are inspected.
2015-06-22manpage: update list commandXu Cheng
Closes Homebrew/homebrew#40921. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-22list: support --full-nameXu Cheng
Closes Homebrew/homebrew#29716.
2015-06-22download_strategy: make sure the inspected url is usedXu Cheng
Closes Homebrew/homebrew#40940. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-22improve audit_formula_name performanceXu Cheng
Closes Homebrew/homebrew#40939. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-06-21Simplify gcc_version_formulaJack Nagel