aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
AgeCommit message (Collapse)Author
2014-11-18Documentation UpdatesDominyk 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-16Remove more references to removed external commandsJack Nagel
2014-11-16Remove services from zsh completionTed Pennings
Closes #34230. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-26Import docs from wiki.Mike McQuaid
Closes #33211.
2014-10-21Correct description of how to fail testsJack Nagel
Fixes #33463.
2014-10-20remove ext from autocompleteAdam Vandenberg
2014-10-20remove versions from autocompleteAdam Vandenberg
2014-10-18Undocument UnsafeSubersionDownloadStrategyJack Nagel
2014-10-02Move SCM wrappers from Contributions to ENV/scm.Mike McQuaid
Closes #32615. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-02Remove remaining deprecated contributed commands.Mike McQuaid
Moving them to homebrew-boneyard. Closes #28657.
2014-09-24brew-man: Rubify, make an internal command.Mike McQuaid
Closes #32472.
2014-09-24brew-cleanup-installed: Rubify, make internal cmd.Mike McQuaid
2014-09-24brew-tap-readme: make an internal command.Mike McQuaid
2014-09-24Move manpage to Homebrew (from Contributions).Mike McQuaid
As this is something we support and update.
2014-09-24brew-aspell-dictionaries: make a developer commandMike McQuaid
2014-09-24brew-switch: make an internal command.Mike McQuaid
2014-09-24brew-pull: make an internal command.Mike McQuaid
2014-09-24brew-gist-logs: make an internal command.Mike McQuaid
2014-09-24brew-test-bot: make an internal command.Mike McQuaid
2014-09-20Remove incorrect comment from example formulaJack Nagel
You can use any number of "/" operators, just as you can "+".
2014-09-18Update brew-test-bot for compiler selection changesJack Nagel
2014-09-18Implement `brew test --debug`Jack Nagel
2014-09-16brew-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-15brew-test-bot: add --dry-run mode.Mike McQuaid
2014-09-08Fix file descriptor leakJack Nagel
2014-09-08Use predicate method and eliminate localJack Nagel
2014-09-08Avoid early returnJack Nagel
2014-09-07Make sure redirected stdout and stderr share the same offsetJack 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-07gist-logs: send an Accept header with the requestJack Nagel
2014-09-07gist-logs: extract methodsJack Nagel
2014-09-07gist-logs: always post config and doctor outputJack Nagel
Closes #32145.
2014-09-07gist-logs: remove unnecessary exception classJack Nagel
2014-09-07gist-logs: pull ternary out of hash literalJack Nagel
2014-09-07gist-logs: simplify setting the post pathJack Nagel
2014-09-07Use Formula#tap to get the repository nameJack Nagel
2014-09-07brew-test-bot: check for hg in requirementsJack Nagel
2014-09-07Fix typoJack Nagel
2014-09-07brew-test-bot: install hg before fetching if necessaryJack Nagel
2014-09-07brew-test-bot: less code in begin blockJack Nagel
2014-08-31brew-services: mkpath first if destination dir not existedXu Cheng
2014-08-30Convert deps collections to arrays firstJack Nagel
2014-08-30Use different variable nameJack Nagel
2014-08-30brew-test-bot: check dependencies' compilers too.Mike McQuaid
2014-08-16brew-pull: don't barf on syntax errors.Mike McQuaid
2014-08-09Update tap README templateJack Nagel
2014-08-04brew-test-bot: fix upload type bug.Mike McQuaid
2014-08-04brew-test-bot: support taps.Maurus Cuelenaere
Closes #30540. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-29brew-test-bot: handle changed formulae deps.Mike McQuaid
If both a formula and its dependencies are changed in a single pull request it'll fail because the bottle block may no longer be correct. Handle this case by ignoring bottle pour failures and fetching the source packages instead of bottles.
2014-07-24brew-test-bot: clear compiler version cache.Mike McQuaid
This fix means that brew-test-bot can bottle formulae that require GCC again.
2014-07-24brew.1: reference GCC 4.9.Mike McQuaid