| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-18 | Update brew-test-bot for compiler selection changes | 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 | |
| 2014-08-04 | brew-test-bot: fix upload type bug. | Mike McQuaid | |
| 2014-08-04 | brew-test-bot: support taps. | Maurus Cuelenaere | |
| Closes #30540. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-07-29 | brew-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-24 | brew-test-bot: clear compiler version cache. | Mike McQuaid | |
| This fix means that brew-test-bot can bottle formulae that require GCC again. | |||
| 2014-07-21 | brew-pull: don't fail to pull on Formula exception | Mike McQuaid | |
| 2014-07-19 | brew-gist-logs: dump config directly | Jack Nagel | |
| 2014-07-19 | Remove a conditional and always pass the spec to satisfied_requirements | Jack Nagel | |
| 2014-07-19 | Remove the patch from the cache after applying it | Jack Nagel | |
| 2014-07-19 | Use if-else instead of postfix unless | Jack Nagel | |
| 2014-07-19 | Improve pull request URL regexp | Jack Nagel | |
| - use a regexp literal and avoid escaping forward slashes - escape the period in "github.com" - match only hex characters in the commit part - allow hyphen in usernames and repo names, matching what we allow for tap names - avoid unnecessary capture | |||
| 2014-07-15 | Tighten up bottle ruby file glob | Jack Nagel | |
| 2014-07-11 | Remove dead code | Jack Nagel | |
| 2014-07-11 | Only compute the log file path once per call | Jack Nagel | |
| 2014-07-11 | Remove intermediate variable | Jack Nagel | |
| 2014-07-11 | brew-test-bot: use git to do the diff filtering | Jack Nagel | |
