| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-18 | update-test: use git clone --local instead of copy | Xu Cheng | |
| The .git directory in BrewTestBot is huge(1GB) which results to poor performance of `brew update-test`. Therefore, let's use `git clone --local` here which will create hard symlink to boost performance. Closes Homebrew/homebrew#44005. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 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-15 | sandbox: allow certain processes running without sandbox | Xu Cheng | |
| 2015-09-14 | tap_migrations: add honeyd | Dominyk Tiller | |
| 2015-09-14 | fix update-test | Xu Cheng | |
| Previously, `brew update-test` is run against master branch of local repo. However, we test PR using a detached branch in `brew test-bot`. The result is `brew update-test` will always be up-to-date in `test-bot`. To fix it, we create two local copies of git repo, and set master branch to start and end sha1 correspondingly. After that, `brew update` will be run to simulate the change between start and end sha1. Closes Homebrew/homebrew#43902. 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-14 | update_test: run update verbosely. | 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 | |
| 2015-09-13 | Formula: add alias_full_names | Xu Cheng | |
| 2015-09-13 | Tap#aliases: output fully-qualified name | Xu Cheng | |
| 2015-09-13 | Formula#core_names: use core_files | Xu Cheng | |
| 2015-09-13 | uniq before sort | Xu Cheng | |
| http://blog.askit.org/post/18152870794/performance-of-sortuniq-vs-uniqsort | |||
| 2015-09-13 | update-test: better output | Xu Cheng | |
| 2015-09-13 | Formula#to_hash: add bottle info | Xu Cheng | |
| Closes Homebrew/homebrew#43848. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-13 | Formula: add tap alias | Xu Cheng | |
| Closes Homebrew/homebrew#43851. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-13 | Tap: add alias method | Xu Cheng | |
| 2015-09-13 | test_formulary: test tap alias | Xu Cheng | |
| 2015-09-13 | support alias for tap | Xu Cheng | |
| 2015-09-12 | Accept "gcc" for --cc=gcc-5 even if not installed | Misty De Meo | |
| 2015-09-13 | aspell-dictionaries: move to dev-cmd | Xu Cheng | |
| 2015-09-12 | test-bot: always run brew tests | Xu Cheng | |
| 2015-09-12 | commands: better output | Xu Cheng | |
| 2015-09-12 | test-bot: run update-test | Xu Cheng | |
| Closes Homebrew/homebrew#43648. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-09-12 | test-bot: only run necessary test for tap | Xu Cheng | |
| 2015-09-12 | add dev-cmd folder | Xu Cheng | |
| 2015-09-12 | add update-test | Xu Cheng | |
| 2015-09-12 | bottle: allow updating :any to :any_skip_relocation when keep old | Xu Cheng | |
| Closes Homebrew/homebrew#43849. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
