| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-08 | test-bot: remove unused variables. | Mike McQuaid | |
| 2015-03-08 | install_renamed: ignore unused parameter. | Mike McQuaid | |
| 2015-03-08 | uses: remove unused variable. | Mike McQuaid | |
| 2015-03-08 | pull: remove unused variable. | Mike McQuaid | |
| 2015-03-08 | pull: rename variable to avoid shadowing. | Mike McQuaid | |
| 2015-03-08 | commands: move argument to fix warning. | Mike McQuaid | |
| 2015-03-08 | bottle: remove unused variable. | Mike McQuaid | |
| 2015-03-08 | doctor: $PATH should be insert as it is | Xu Cheng | |
| Closes Homebrew/homebrew#37500. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-08 | doctor: export command should use double quotes | Xu Cheng | |
| Closes Homebrew/homebrew#37496 Closes Homebrew/homebrew#37497. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-07 | Decouple the install receipt from ARGV | Jack Nagel | |
| 2015-03-07 | outdated: further fix tap version handling. | Mike McQuaid | |
| Closes Homebrew/homebrew#37317. Closes Homebrew/homebrew#37480. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-07 | cleanup: optimize perfermance | Xu Cheng | |
| Only remove .DS_Store files from whitelisted directories. Closes Homebrew/homebrew#37409. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-07 | formula_versions: use Utils.popen_read instead of backticks | Xu Cheng | |
| Closes Homebrew/homebrew#37446. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-06 | test-bot pathname: use Utils.popen_read instead of backticks | Xu Cheng | |
| Closes Homebrew/homebrew#37418. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-05 | Remove unnecessary nil check | Jack Nagel | |
| The backticks will either return a string or raise an exception, so `executable` cannot be nil. | |||
| 2015-03-05 | Use env DSL | Jack Nagel | |
| 2015-03-05 | cmd/install: add force/debug/verbose to cask. | Mike McQuaid | |
| Closes Homebrew/homebrew#37217. | |||
| 2015-03-05 | checksums: switch to sha256 for bottles and new formulae | Dominyk Tiller | |
| Closes Homebrew/homebrew#37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-04 | move formula_specialties to compat | Xu Cheng | |
| Closes Homebrew/homebrew#37365. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-03 | Move git-flow-clone to the boneyard | Jack Nagel | |
| Closes Homebrew/homebrew#32701. | |||
| 2015-03-03 | Always output formula information on build errors | Jack Nagel | |
| 2015-03-04 | audit: deprecate ScriptFileFormula | Xu Cheng | |
| Closes Homebrew/homebrew#37356. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-03 | language/python: add package_available? helper | Tim D. Smith | |
| Add helper to check whether a module is importable. Closes Homebrew/homebrew#37345. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-03-03 | audit: deprecate AmazonWebServicesFormula | Xu Cheng | |
| Closes Homebrew/homebrew#37355. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-02 | brew audit: req https for archive.apache.org urls | Viktor Szakáts | |
| Closes Homebrew/homebrew#37313. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-27 | Update minitest | Jack Nagel | |
| 2015-02-27 | Include more features in Hardware::CPU.features | Jack Nagel | |
| 2015-02-27 | Make sysctl methods private rather than protected | Jack Nagel | |
| 2015-02-27 | Drop unnecessary $?.success? check | Jack Nagel | |
| 2015-02-27 | Move caching from sysctl_bool to sysctl_n | Jack Nagel | |
| 2015-02-27 | Add sysctl_n and sysctl_int methods to Mac hardware module | Jack Nagel | |
| 2015-02-27 | Remove ivars from default Hardware::CPU methods | Jack Nagel | |
| These methods are always overridden in the per-OS modules, so let's just provide sensible defaults for documentation purposes. | |||
| 2015-02-28 | java: move java_dependency into a separate file and add ↵ | Xu Cheng | |
| Language::Java.java_home_env Also update activemq to test against it Closes Homebrew/homebrew#37218. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-27 | test-bot: use canonical names for taps. | Mike McQuaid | |
| 2015-02-27 | audit: handle head/devel-only correctly. | Mike McQuaid | |
| 2015-02-27 | test-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-26 | exceptions: instruct not to file boneyard issues. | Mike McQuaid | |
| 2015-02-26 | bottle: fixup keg_contains method. | Mike McQuaid | |
| 2015-02-26 | Remove SourceForge references. | Mike McQuaid | |
| It was fun but we just love Bintray more than you. Closes Homebrew/homebrew#37211. Closes Homebrew/homebrew#37213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-25 | pathname: skip directory in env_script_all_files | Xu Cheng | |
| Closes Homebrew/homebrew#37180. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-25 | audit: suggest setting JAVA_HOME by `depends_on :java` | Xu Cheng | |
| Closes Homebrew/homebrew#37174. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-25 | JavaDependency: stop appending trailing + | Xu Cheng | |
| Closes Homebrew/homebrew#37175. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-25 | search: fix --fedora URL. | Baptiste Fontaine | |
| Closes Homebrew/homebrew#37155. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-24 | pull: don't try to tap formulae. | Mike McQuaid | |
| Unneeded now we're using canonical names. | |||
| 2015-02-24 | Move adobe-air-sdk to homebrew/binary | Baptiste Fontaine | |
| Closes Homebrew/homebrew#37104. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-24 | fix audit | Xu Cheng | |
| 2015-02-24 | audit: fix FormulaText match | Xu Cheng | |
| It's used in `audit_text` Closes Homebrew/homebrew#37139. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-24 | formula_cellar_checks: ignore berkeley-db headers. | Mike McQuaid | |
| 2015-02-24 | typos fixed & empty lines removed in the brew manpage | Baptiste Fontaine | |
| Closes Homebrew/homebrew#37121. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-02-23 | Provide Hardware::CPU.feature? | Jack Nagel | |
