| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-07 | brew upgrade: provides an option `--cleanup` | Rakesh | |
| Closes Homebrew/homebrew#44305. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-10-06 | command: fail early if no command is given | Baptiste Fontaine | |
| Closes Homebrew/homebrew#44450. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-10-06 | Remove incomplete files in cache on `brew cleanup` | Forrest Fleming | |
| Closes Homebrew/homebrew#44182. Closes Homebrew/homebrew#44349. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-10-02 | doctor: whitelist Paragon NTFS dylib | Dominyk Tiller | |
| Closes Homebrew/homebrew#44542. | |||
| 2015-10-02 | doctor: minor grammar correction: 'pluralize' breakage | Charlie Egan | |
| Closes Homebrew/homebrew#44497. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr> | |||
| 2015-10-01 | doctor: point Xcode download to App Store for El Capitan | Xu Cheng | |
| 2015-09-30 | cache taps | Xu Cheng | |
| There are plenty of IO operations inside Tap object, and it will be more when implementing formula alias reverse look up(e.g. list all of alias names for a formula). So let's cache them. Some benchmark: $ time brew info $(brew ruby -e 'puts Formula.tap_names') > /dev/null Before: 6.40s user 2.42s system 96% cpu 9.134 total After: 4.75s user 0.77s system 97% cpu 5.637 total Closes Homebrew/homebrew#44377. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-30 | doctor: always print to stderr | Xu Cheng | |
| This can help to solve the broken layout of doctor.out in brew gist-logs | |||
| 2015-09-30 | doctor: temporary add -R flag in chown instruction | Xu Cheng | |
| Will replace it when we implemented `brew repair-permission` | |||
| 2015-09-30 | update: add permissions check | Xu Cheng | |
| Closes Homebrew/homebrew#42048 Closes Homebrew/homebrew#44434. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-30 | doctor: add check_access_homebrew_repository | Xu Cheng | |
| 2015-09-30 | doctor: official supporting El Capitan | Xu Cheng | |
| 2015-09-28 | test-bot: fix start_revision for Travis | Xu Cheng | |
| When a PR is merged during the test, the commit tree will be looked like this: master PR \ / \ / | root The start_revision will be poined to the commit used to merging PR, instead of common root commit. As result, `git diff-tree start end` will list file changes both in PR and master branch, which later contributes to additional formulae are tested in some Travis builds. To fix the problem, we use `git merge-base` to get common ancestor as the real start_revision. Closes Homebrew/homebrew#44379. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-25 | test-bot: add comments, tweak argument handling. | Mike McQuaid | |
| 2015-09-24 | travis: run --ci-master for non-PR | Xu Cheng | |
| Closes Homebrew/homebrew#44302. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-24 | Export more Travis debugging and fix Git issue. | Mike McQuaid | |
| 2015-09-24 | style: update rubocop to 0.34.2 | Dominyk Tiller | |
| 2015-09-23 | bottle: output maximum number of strings matches. | Mike McQuaid | |
| `brew bottle --verbose` outputs all the matches for a string found in the files inside the Cellar. Instead of outputting all of these just output the first 100. Closes Homebrew/homebrew#44266. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-23 | test-bot: use IO#read instead of IO#gets | Xu Cheng | |
| IO#gets will only return for every new lines, which will be bad for `brew install` since we print dots in single line. Closes Homebrew/homebrew#44264. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-23 | Formula#system: print dot for travis | Xu Cheng | |
| 2015-09-23 | test-bot: configure log lines instead of verbose. | Mike McQuaid | |
| The `--verbose` seems to cause some issues with compiling software like `boost` under Xcode 7. | |||
| 2015-09-21 | commands: sort external commands by name | Martin Afanasjew | |
| Closes Homebrew/homebrew#44125. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-09-21 | test-bot: allow `bottle --merge` to fail. | Mike McQuaid | |
| It may still write some bottles so let's allow them to be uploaded. | |||
| 2015-09-21 | test-bot: remove obsolete empty line | Xu Cheng | |
| 2015-09-19 | Fix brew update for taps with non-master branches | Misty De Meo | |
| Fixes Homebrew/homebrew#43865. | |||
| 2015-09-19 | test-bot: optionally disable verbose install. | Mike McQuaid | |
| 2015-09-18 | doctor: don't false-flag sdk with clt | Dominyk Tiller | |
| 2015-09-18 | test-bot: Formula#tap is not tap object | Xu Cheng | |
| 2015-09-18 | doctor: add xcode 7 SDK check | Dominyk Tiller | |
| 2015-09-18 | test-bot: fix bottle uploading | Xu Cheng | |
| 2015-09-18 | test-bot: fix bottle uploading | Xu Cheng | |
| 2015-09-18 | test-bot: better fold id for travis | Xu Cheng | |
| * Only use first two word in command to keep id short * Append unique number in the id. Closes Homebrew/homebrew#44104. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-18 | test-bot: add sanitize_ARGV_and_ENV | Xu Cheng | |
| Closes Homebrew/homebrew#44102. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-18 | test-bot: make ci-upload a standalone method | Xu Cheng | |
| 2015-09-18 | test-bot: use tap object | Xu Cheng | |
| 2015-09-18 | test-bot: make ci-reset-and-update a standalone method | Xu Cheng | |
| 2015-09-18 | test-bot: use ruby method instead of shellout to remove files | Xu Cheng | |
| 2015-09-18 | test-bot: tweak output for travis | Xu Cheng | |
| Closes Homebrew/homebrew#44098. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-18 | test-bot: fix syntax error. | Mike McQuaid | |
| 2015-09-18 | test-bot: do fewer unnecessary `brew update`s. | Mike McQuaid | |
| 2015-09-18 | test-bot: don't mark every job as failed. | Mike McQuaid | |
| 2015-09-18 | test-bot: unify, fix Travis and Jenkins output. | Mike McQuaid | |
| 2015-09-18 | test-bot: use Travis CI environment variables. | Mike McQuaid | |
| 2015-09-16 | deps: remove duplicated entires | Xu Cheng | |
| Fixes Homebrew/homebrew#43955 Closes Homebrew/homebrew#43966. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-14 | test-bot: fix handling hash/url arguments. | Mike McQuaid | |
| 2015-09-14 | pull: increase Bintray fetch retries. | Mike McQuaid | |
| 2015-09-13 | search: use full name to filter aliases result | Xu Cheng | |
| 2015-09-13 | mpich2 is renamed as mpich | Xu Cheng | |
| 2015-09-13 | search: handle tap aliases | Xu Cheng | |
| 2015-09-13 | audit: handle tap aliases | Xu Cheng | |
