aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/test-bot.rb
AgeCommit message (Expand)Author
2015-03-06test-bot pathname: use Utils.popen_read instead of backticksXu Cheng
2015-02-27test-bot: use canonical names for taps.Mike McQuaid
2015-02-27test-bot: cleanup old PR locks.Mike McQuaid
2015-02-26Remove SourceForge references.Mike McQuaid
2015-02-23test-bot: pass tap argument to bottle --write.Mike McQuaid
2015-02-23test-bot: upload packages from canonical name.Mike McQuaid
2015-02-23test-bot: don't blow up if formula can't be found.Mike McQuaid
2015-02-23test-bot: set debug flag for CI.Mike McQuaid
2015-02-19test-bot: default tap bottles to Bintray.Mike McQuaid
2015-02-19test-bot: enable tap Bintray upload again.Mike McQuaid
2015-02-19test-bot: use Bintray package naming.Mike McQuaid
2015-02-19test-bot: set bottle args for Bintray testing.Mike McQuaid
2015-02-19test-bot: disable bintray taps temporarily.Mike McQuaid
2015-02-19test-bot: cleanup even more in tap directories.Mike McQuaid
2015-02-19test-bot: fix tap directory variable (again).Mike McQuaid
2015-02-19test-bot: fix tap directory name variable.Mike McQuaid
2015-02-19test-bot: move reset logic above tapping.Mike McQuaid
2015-02-19test-bot: add flag to reset repository and taps.Mike McQuaid
2015-02-19test-bot: fix (another) bad variable name.Mike McQuaid
2015-02-19test-bot: fix tap variable naming.Mike McQuaid
2015-02-19test-bot: support taps and use Bintray class.Mike McQuaid
2015-02-18test-bot: don't repeat creating Bintray packages.Mike McQuaid
2015-02-18test-bot: construct formula object correctly.Mike McQuaid
2015-02-18test-bot: autopublish existing bottles on Bintray.Mike McQuaid
2015-02-17test-bot: silent and correct bintray content path.Mike McQuaid
2015-02-17test-bot: more Bintray fixes.Mike McQuaid
2015-02-17test-bot: specify bintray username/password.Mike McQuaid
2015-02-17Add initial Bintray upload support.Mike McQuaid
2015-02-17test-bot: fail fast in check_resultsXu Cheng
2015-02-09test-bot: only test the runtime dependencies.Xu Cheng
2015-02-04test-bot: don't try and bottle unstable formulae.Mike McQuaid
2015-02-03test-bot: optional requirements are satisfied.Mike McQuaid
2015-01-27test-bot: support --devel and/or --HEAD installDominyk Tiller
2015-01-20Expose bottle details on the formula objectJack Nagel
2015-01-17test-bot: handle devel-only formulae.Mike McQuaid
2015-01-09test-bot: unlink conflict formulae during the testXu Cheng
2015-01-09test-bot: improve output of dependent testing.Mike McQuaid
2015-01-09test-bot: ignore changed dependents.Mike McQuaid
2015-01-02test-bot: do not --cleanup outside CI.Shaun Jackman
2014-12-29test-bot: don't try to retap TapDependency taps.Mike McQuaid
2014-12-29test-bot: tap TapDependency's tap.Mike McQuaid
2014-12-29test-bot: init added/modified formulae arrays.Mike McQuaid
2014-12-29test-bot: clean up harder on failure (before).Mike McQuaid
2014-12-28test-bot: clean harder if first clean fails.Mike McQuaid
2014-12-28test-bot: tweak readability.Mike McQuaid
2014-12-28test-bot: check if dependents are installed.Mike McQuaid
2014-12-27test-bot: use audit --strict on added formulae.Mike McQuaid
2014-12-23test-bot: fix use of select!.Mike McQuaid
2014-12-23test-bot: test bottled dependents.Mike McQuaid
2014-12-07Use FileUtils instead of shelling out to cpJack Nagel