aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2015-03-06test-bot pathname: use Utils.popen_read instead of backticksXu Cheng
Closes #37418. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-05Remove unnecessary nil checkJack Nagel
The backticks will either return a string or raise an exception, so `executable` cannot be nil.
2015-03-05Use env DSLJack Nagel
2015-03-05cmd/install: add force/debug/verbose to cask.Mike McQuaid
Closes #37217.
2015-03-05checksums: switch to sha256 for bottles and new formulaeDominyk Tiller
Closes #37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-04move formula_specialties to compatXu Cheng
Closes #37365. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-03Move git-flow-clone to the boneyardJack Nagel
Closes #32701.
2015-03-03Always output formula information on build errorsJack Nagel
2015-03-04audit: deprecate ScriptFileFormulaXu Cheng
Closes #37356. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-03language/python: add package_available? helperTim D. Smith
Add helper to check whether a module is importable. Closes #37345. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-03-03audit: deprecate AmazonWebServicesFormulaXu Cheng
Closes #37355. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-02brew audit: req https for archive.apache.org urlsViktor Szakáts
Closes #37313. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-27Update minitestJack Nagel
2015-02-27Include more features in Hardware::CPU.featuresJack Nagel
2015-02-27Make sysctl methods private rather than protectedJack Nagel
2015-02-27Drop unnecessary $?.success? checkJack Nagel
2015-02-27Move caching from sysctl_bool to sysctl_nJack Nagel
2015-02-27Add sysctl_n and sysctl_int methods to Mac hardware moduleJack Nagel
2015-02-27Remove ivars from default Hardware::CPU methodsJack Nagel
These methods are always overridden in the per-OS modules, so let's just provide sensible defaults for documentation purposes.
2015-02-28java: move java_dependency into a separate file and add ↵Xu Cheng
Language::Java.java_home_env Also update activemq to test against it Closes #37218. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-27test-bot: use canonical names for taps.Mike McQuaid
2015-02-27audit: handle head/devel-only correctly.Mike McQuaid
2015-02-27test-bot: cleanup old PR locks.Mike McQuaid
This is a problem on older versions of Git (such as on the Mountain Lion bot).
2015-02-26exceptions: instruct not to file boneyard issues.Mike McQuaid
2015-02-26bottle: fixup keg_contains method.Mike McQuaid
2015-02-26Remove SourceForge references.Mike McQuaid
It was fun but we just love Bintray more than you. Closes #37211. Closes #37213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-25pathname: skip directory in env_script_all_filesXu Cheng
Closes #37180. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-25audit: suggest setting JAVA_HOME by `depends_on :java`Xu Cheng
Closes #37174. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-25JavaDependency: stop appending trailing +Xu Cheng
Closes #37175. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-25search: fix --fedora URL.Baptiste Fontaine
Closes #37155. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-24pull: don't try to tap formulae.Mike McQuaid
Unneeded now we're using canonical names.
2015-02-24Move adobe-air-sdk to homebrew/binaryBaptiste Fontaine
Closes #37104. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-24fix auditXu Cheng
2015-02-24audit: fix FormulaText matchXu Cheng
It's used in `audit_text` Closes #37139. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-24formula_cellar_checks: ignore berkeley-db headers.Mike McQuaid
2015-02-24typos fixed & empty lines removed in the brew manpageBaptiste Fontaine
Closes #37121. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-02-23Provide Hardware::CPU.feature?Jack Nagel
2015-02-23Define Hardware::CPU.features on the base moduleJack Nagel
2015-02-23test-bot: pass tap argument to bottle --write.Mike McQuaid
2015-02-23bottle: --write: use canonical name with tap arg.Mike McQuaid
2015-02-24JavaDependency: add inspectXu Cheng
Closes #37106. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-24JavaDependency: stop ignoring trailing +Xu Cheng
This is a follow up of #36376
2015-02-24JavaDependency: set JAVA_HOME and CFLAGS in superenvXu Cheng
2015-02-24add inspect to Requirement subclassXu Cheng
Closes #37116. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-02-23test-bot: upload packages from canonical name.Mike McQuaid
2015-02-23test-bot: don't blow up if formula can't be found.Mike McQuaid
2015-02-23test-bot: set debug flag for CI.Mike McQuaid
2015-02-23pull: only link changed tap formulae.Mike McQuaid
2015-02-23pull: use link_tap_formula method.Mike McQuaid
2015-02-23pull: backtrace when tap repair fails.Mike McQuaid