aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2015-09-19Fix brew update for taps with non-master branchesMisty De Meo
Fixes Homebrew/homebrew#43865.
2015-09-19test-bot: optionally disable verbose install.Mike McQuaid
2015-09-18doctor: don't false-flag sdk with cltDominyk Tiller
2015-09-18test-bot: Formula#tap is not tap objectXu Cheng
2015-09-18doctor: add xcode 7 SDK checkDominyk Tiller
2015-09-18test-bot: fix bottle uploadingXu Cheng
2015-09-18test-bot: fix bottle uploadingXu Cheng
2015-09-18test-bot: better fold id for travisXu 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-18test-bot: add sanitize_ARGV_and_ENVXu Cheng
Closes Homebrew/homebrew#44102. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-18test-bot: make ci-upload a standalone methodXu Cheng
2015-09-18test-bot: use tap objectXu Cheng
2015-09-18test-bot: make ci-reset-and-update a standalone methodXu Cheng
2015-09-18test-bot: use ruby method instead of shellout to remove filesXu Cheng
2015-09-18test-bot: tweak output for travisXu Cheng
Closes Homebrew/homebrew#44098. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-18test-bot: fix syntax error.Mike McQuaid
2015-09-18test-bot: do fewer unnecessary `brew update`s.Mike McQuaid
2015-09-18test-bot: don't mark every job as failed.Mike McQuaid
2015-09-18test-bot: unify, fix Travis and Jenkins output.Mike McQuaid
2015-09-18test-bot: use Travis CI environment variables.Mike McQuaid
2015-09-18update-test: use git clone --local instead of copyXu 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-16deps: remove duplicated entiresXu Cheng
Fixes Homebrew/homebrew#43955 Closes Homebrew/homebrew#43966. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-15sandbox: allow certain processes running without sandboxXu Cheng
2015-09-14tap_migrations: add honeydDominyk Tiller
2015-09-14fix update-testXu 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-14test-bot: fix handling hash/url arguments.Mike McQuaid
2015-09-14pull: increase Bintray fetch retries.Mike McQuaid
2015-09-14update_test: run update verbosely.Mike McQuaid
2015-09-13search: use full name to filter aliases resultXu Cheng
2015-09-13mpich2 is renamed as mpichXu Cheng
2015-09-13search: handle tap aliasesXu Cheng
2015-09-13audit: handle tap aliasesXu Cheng
2015-09-13Formula: add alias_full_namesXu Cheng
2015-09-13Tap#aliases: output fully-qualified nameXu Cheng
2015-09-13Formula#core_names: use core_filesXu Cheng
2015-09-13uniq before sortXu Cheng
http://blog.askit.org/post/18152870794/performance-of-sortuniq-vs-uniqsort
2015-09-13update-test: better outputXu Cheng
2015-09-13Formula#to_hash: add bottle infoXu Cheng
Closes Homebrew/homebrew#43848. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-13Formula: add tap aliasXu Cheng
Closes Homebrew/homebrew#43851. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-13Tap: add alias methodXu Cheng
2015-09-13test_formulary: test tap aliasXu Cheng
2015-09-13support alias for tapXu Cheng
2015-09-12Accept "gcc" for --cc=gcc-5 even if not installedMisty De Meo
2015-09-13aspell-dictionaries: move to dev-cmdXu Cheng
2015-09-12test-bot: always run brew testsXu Cheng
2015-09-12commands: better outputXu Cheng
2015-09-12test-bot: run update-testXu Cheng
Closes Homebrew/homebrew#43648. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-09-12test-bot: only run necessary test for tapXu Cheng
2015-09-12add dev-cmd folderXu Cheng
2015-09-12add update-testXu Cheng
2015-09-12bottle: allow updating :any to :any_skip_relocation when keep oldXu Cheng
Closes Homebrew/homebrew#43849. Signed-off-by: Xu Cheng <xucheng@me.com>