| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-27 | example-formula: calling prefix.install_metafiles is unnecessary | Xu Cheng | |
| 2015-03-10 | Remove fish completion | Misty De Meo | |
| fish already ships more comprehensive completions which are enabled by default. Closes #37582. | |||
| 2015-03-05 | checksums: switch to sha256 for bottles and new formulae | Dominyk Tiller | |
| Closes #37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-09 | Update Example Formula documentation. | Dominyk Tiller | |
| I feel like we’re probably fighting a losing battle here, but here’s a bundle more updates to the example formula to cover some ground not already covered. Closes #36644. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-12-16 | Documentation Updates | Dominyk Tiller | |
| Some minor changes to reflect #34989, and other bits and pieces. Closes #35023. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-11-18 | Documentation Updates | Dominyk Tiller | |
| Mike probably wants to cast an eye over all of this, but in summary: In the Example Formula: * Updates with a revision example. * Updates with a mirror mirror (Whoa meta). * Replaces the bottles with more modern examples. * Adds the Yosemite binary dependency options. * Improves the plist documentation In the Bottles doc: * Modernises the expected bottle readout. * Adds double quotes. In the FAQ: * Updates the bottle language to reflect Yosemite’s arrival and the Bot’s new minimum OS bottle generation. In the Formula-Cookbook: * Adds a mega block on the OpenSSL situation in Homebrew, complete with examples and explanation. * Changes the X11 dependency example to optional to reflect Jack’s recently-expressed pattern in other formulae. * Explains why and how formulae are sometimes revisioned, and the mechanism behind that. * Updates the Ldapvi `otool` readout to reflect the new usage of OpenSSL. Setting a good example and all that. * Updates the Python language to match Tim’s new Python handling. * Updates the naming block to explain how Homebrew handles name conflicts, complete with examples. * Updates (a tiny bit) the sandbox creation in /tmp to reflect the current style. * Updates the chmod to move away from +x towards 0555 instead. * Labels the `enable-ham` option depreciated rather than old. Slightly firmer. * Updates the bottle block instructions to reflect Homebrew’s audit mechanism not crying about it locally. Closes #34275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-11-16 | Remove more references to removed external commands | Jack Nagel | |
| 2014-11-16 | Remove services from zsh completion | Ted Pennings | |
| Closes #34230. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-10-26 | Import docs from wiki. | Mike McQuaid | |
| Closes #33211. | |||
| 2014-10-21 | Correct description of how to fail tests | Jack Nagel | |
| Fixes #33463. | |||
| 2014-10-20 | remove ext from autocomplete | Adam Vandenberg | |
| 2014-10-20 | remove versions from autocomplete | Adam Vandenberg | |
| 2014-10-18 | Undocument UnsafeSubersionDownloadStrategy | Jack Nagel | |
| 2014-10-02 | Move SCM wrappers from Contributions to ENV/scm. | Mike McQuaid | |
| Closes #32615. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-10-02 | Remove remaining deprecated contributed commands. | Mike McQuaid | |
| Moving them to homebrew-boneyard. Closes #28657. | |||
| 2014-09-24 | brew-man: Rubify, make an internal command. | Mike McQuaid | |
| Closes #32472. | |||
| 2014-09-24 | brew-cleanup-installed: Rubify, make internal cmd. | Mike McQuaid | |
| 2014-09-24 | brew-tap-readme: make an internal command. | Mike McQuaid | |
| 2014-09-24 | Move manpage to Homebrew (from Contributions). | Mike McQuaid | |
| As this is something we support and update. | |||
| 2014-09-24 | brew-aspell-dictionaries: make a developer command | Mike McQuaid | |
| 2014-09-24 | brew-switch: make an internal command. | Mike McQuaid | |
| 2014-09-24 | brew-pull: make an internal command. | Mike McQuaid | |
| 2014-09-24 | brew-gist-logs: make an internal command. | Mike McQuaid | |
| 2014-09-24 | brew-test-bot: make an internal command. | Mike McQuaid | |
| 2014-09-20 | Remove incorrect comment from example formula | Jack Nagel | |
| You can use any number of "/" operators, just as you can "+". | |||
| 2014-09-18 | Update brew-test-bot for compiler selection changes | Jack Nagel | |
| 2014-09-18 | Implement `brew test --debug` | Jack Nagel | |
| 2014-09-16 | brew-test-bot: build changed dependencies first. | Mike McQuaid | |
| And don't uninstall them in-between. This should fix the issues where if e.g. OpenSSL changes in a pull request then it's only the dependents after it alphabetically would be built against the new version. | |||
| 2014-09-15 | brew-test-bot: add --dry-run mode. | Mike McQuaid | |
| 2014-09-08 | Fix file descriptor leak | Jack Nagel | |
| 2014-09-08 | Use predicate method and eliminate local | Jack Nagel | |
| 2014-09-08 | Avoid early return | Jack Nagel | |
| 2014-09-07 | Make sure redirected stdout and stderr share the same offset | Jack Nagel | |
| This fixes broken output like this: Error: No such file or directory - non_existent_file ee/src/tree-1.7.0.tgz Already downloaded: /Library/Caches/Homebrew/tree-1.7.0.tgz ==> Verifying tree-1.7.0.tgz checksum tar xf /Library/Caches/Homebrew/tree-1.7.0.tgz | |||
| 2014-09-07 | gist-logs: send an Accept header with the request | Jack Nagel | |
| 2014-09-07 | gist-logs: extract methods | Jack Nagel | |
| 2014-09-07 | gist-logs: always post config and doctor output | Jack Nagel | |
| Closes #32145. | |||
| 2014-09-07 | gist-logs: remove unnecessary exception class | Jack Nagel | |
| 2014-09-07 | gist-logs: pull ternary out of hash literal | Jack Nagel | |
| 2014-09-07 | gist-logs: simplify setting the post path | Jack Nagel | |
| 2014-09-07 | Use Formula#tap to get the repository name | Jack Nagel | |
| 2014-09-07 | brew-test-bot: check for hg in requirements | Jack Nagel | |
| 2014-09-07 | Fix typo | Jack Nagel | |
| 2014-09-07 | brew-test-bot: install hg before fetching if necessary | Jack Nagel | |
| 2014-09-07 | brew-test-bot: less code in begin block | Jack Nagel | |
| 2014-08-31 | brew-services: mkpath first if destination dir not existed | Xu Cheng | |
| 2014-08-30 | Convert deps collections to arrays first | Jack Nagel | |
| 2014-08-30 | Use different variable name | Jack Nagel | |
| 2014-08-30 | brew-test-bot: check dependencies' compilers too. | Mike McQuaid | |
| 2014-08-16 | brew-pull: don't barf on syntax errors. | Mike McQuaid | |
| 2014-08-09 | Update tap README template | Jack Nagel | |
