| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-13 | test-bot: always do a `git clean -ffdx` | Mike McQuaid | |
| This ensures that all nested Git repositories (e.g. taps) are also deleted. Previously this wasn't needed as we could just rely on the symlinks in `Library/Formula` being missing but since Xu's good work this inadvertedly made the bot's `brew uses foo` start showing things from taps we hadn't previously deleted. | |||
| 2015-06-07 | requirement: allow access default_formula directly | Xu Cheng | |
| 2015-06-02 | test-bot: use bottle_resolve_formula_names | Xu Cheng | |
| Closes Homebrew/homebrew#40134. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-02 | test-bot: simplify the upload logic | Xu Cheng | |
| If the bottle is already published, let's fail directly. Also silent the curl output. Closes Homebrew/homebrew#40295. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-06-01 | test-bot: allow overwrite unpublished bottles | Xu Cheng | |
| Closes Homebrew/homebrew#40260. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-30 | test-bot: tweak bottle uploading. | Mike McQuaid | |
| 2015-05-30 | test-bot: remove obsolete tap --repair | Xu Cheng | |
| 2015-05-29 | test-bot: use Formula#full_name | Xu Cheng | |
| 2015-05-27 | Fix variable reference | Jack Nagel | |
| 2015-05-27 | test-bot: always brew install as a non-developer. | Mike McQuaid | |
| Bored of dealing with the bottle conflicts errors here so I don't think it's really worth working around. Closes Homebrew/homebrew#40097. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-27 | test-bot: rescue TapFormulaAmbiguityError | Xu Cheng | |
| 2015-05-18 | test-bot: don't complain bottle errors when installing gcc and hg | Xu Cheng | |
| Closes Homebrew/homebrew#39626. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-18 | test-bot: unlink conflicted formulae | Xu Cheng | |
| 2015-05-14 | test-bot: rerun brew update if it fails. | Mike McQuaid | |
| 2015-05-14 | test-bot: cleanup more locks. | Mike McQuaid | |
| 2015-05-01 | Use predicate method | Jack Nagel | |
| 2015-04-30 | Fix encoding of output string | Jack Nagel | |
| 2015-04-30 | Revert "test-bot: try to handle bad UTF-8 output." | Jack Nagel | |
| This reverts commit b4c2b8f3b4b58ef10ab8f748c743a3352f4cee7d. | |||
| 2015-04-29 | test-bot: try to handle bad UTF-8 output. | Mike McQuaid | |
| 2015-04-27 | test-bot: print output if ARGV.verbose? | Xu Cheng | |
| Closes Homebrew/homebrew#39078. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-26 | brew-test-bot: use pkg_version when uploading bottles | Xu Cheng | |
| 2015-04-16 | test-bot: delete cache files older than 30 days. | Mike McQuaid | |
| Closes Homebrew/homebrew#38567. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-09 | test-bot: don't check deps until taps are tapped | Tim D. Smith | |
| brew deps will fail silently if a formula has dependencies which live in taps that have not yet been tapped. Delay checking brew deps until after tap dependencies are discovered. Closes Homebrew/homebrew#38424. | |||
| 2015-04-07 | test-bot: override existing Bintray bottles. | Mike McQuaid | |
| 2015-03-24 | test-bot: first git clean should not be a test. | Mike McQuaid | |
| We don't care if it fails as we'll immediately run a stronger version afterwards (and we care if that fails). | |||
| 2015-03-23 | test-bot: uninstall build deps before bottle test. | Mike McQuaid | |
| This should hopefully more often catch the situation where things are marked as build dependencies incorrectly. Closes Homebrew/homebrew#37927. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-23 | test-bot: allow skipping homebrew step. | Mike McQuaid | |
| 2015-03-23 | test-bot: tweak documentation indentation. | Mike McQuaid | |
| 2015-03-20 | test-bot: remove --debug flag. | Mike McQuaid | |
| Too spammy in the output. May consider readding later to specific commands. | |||
| 2015-03-20 | test-bot: don't run readall on <=10.8. | Mike McQuaid | |
| The Ruby 1.8 implementation seems to be really flaky, unfortunately. | |||
| 2015-03-16 | test-bot: remove more bad unicode characters. | Mike McQuaid | |
| 2015-03-16 | test-bot: remove another invalid XML character. | Mike McQuaid | |
| 2015-03-08 | test-bot: check syntax with readall. | Mike McQuaid | |
| Closes Homebrew/homebrew#37471. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-08 | test-bot: rename variable to avoid shadowing. | Mike McQuaid | |
| Closes Homebrew/homebrew#37487. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-08 | test-bot: fix ambiguous arguments. | Mike McQuaid | |
| 2015-03-08 | test-bot: remove unused variables. | Mike McQuaid | |
| 2015-03-06 | test-bot pathname: use Utils.popen_read instead of backticks | Xu Cheng | |
| Closes Homebrew/homebrew#37418. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-27 | test-bot: use canonical names for taps. | Mike McQuaid | |
| 2015-02-27 | test-bot: cleanup old PR locks. | Mike McQuaid | |
| This is a problem on older versions of Git (such as on the Mountain Lion bot). | |||
| 2015-02-26 | Remove SourceForge references. | Mike McQuaid | |
| It was fun but we just love Bintray more than you. Closes Homebrew/homebrew#37211. Closes Homebrew/homebrew#37213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-23 | test-bot: pass tap argument to bottle --write. | Mike McQuaid | |
| 2015-02-23 | test-bot: upload packages from canonical name. | Mike McQuaid | |
| 2015-02-23 | test-bot: don't blow up if formula can't be found. | Mike McQuaid | |
| 2015-02-23 | test-bot: set debug flag for CI. | Mike McQuaid | |
| 2015-02-19 | test-bot: default tap bottles to Bintray. | Mike McQuaid | |
| 2015-02-19 | test-bot: enable tap Bintray upload again. | Mike McQuaid | |
| 2015-02-19 | test-bot: use Bintray package naming. | Mike McQuaid | |
| 2015-02-19 | test-bot: set bottle args for Bintray testing. | Mike McQuaid | |
| 2015-02-19 | test-bot: disable bintray taps temporarily. | Mike McQuaid | |
| 2015-02-19 | test-bot: cleanup even more in tap directories. | Mike McQuaid | |
