| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-19 | pull: add missing Bintray variable warning. | Mike McQuaid | |
| 2015-02-19 | test-bot: enable tap Bintray upload again. | Mike McQuaid | |
| 2015-02-19 | pull: fix newly added bottles on Bintray. | Mike McQuaid | |
| 2015-02-19 | pull: use Bintray package naming. | Mike McQuaid | |
| 2015-02-19 | test-bot: use Bintray package naming. | Mike McQuaid | |
| 2015-02-19 | bottles: add Bintray package naming method. | Mike McQuaid | |
| 2015-02-19 | test-bot: set bottle args for Bintray testing. | Mike McQuaid | |
| 2015-02-19 | software_spec: use homebrew Bintray subdomain. | Mike McQuaid | |
| Also: split into two variables so they can be used for taps. | |||
| 2015-02-19 | test-bot: disable bintray taps temporarily. | Mike McQuaid | |
| 2015-02-19 | test-bot: cleanup even more in tap directories. | Mike McQuaid | |
| 2015-02-19 | test-bot: fix tap directory variable (again). | Mike McQuaid | |
| 2015-02-19 | test-bot: fix tap directory name variable. | Mike McQuaid | |
| 2015-02-19 | test-bot: move reset logic above tapping. | Mike McQuaid | |
| 2015-02-19 | test-bot: add flag to reset repository and taps. | Mike McQuaid | |
| 2015-02-19 | bottles: expand Bintray tap repository handling. | Mike McQuaid | |
| 2015-02-19 | test-bot: fix (another) bad variable name. | Mike McQuaid | |
| 2015-02-19 | test-bot: fix tap variable naming. | Mike McQuaid | |
| 2015-02-19 | pull: support taps, use same version as test-bot. | Mike McQuaid | |
| 2015-02-19 | test-bot: support taps and use Bintray class. | Mike McQuaid | |
| Also: use curl method where sensible. | |||
| 2015-02-19 | bottles: add Bintray class. | Mike McQuaid | |
| For some utility functions. | |||
| 2015-02-19 | pull: check bottle commit URL before branching. | Mike McQuaid | |
| Otherwise we annoyingly end up on a branch unnecessarily. | |||
| 2015-02-19 | audit: give better suggestion on git/hg dependency | Xu Cheng | |
| Closes Homebrew/homebrew#36959. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-19 | audit: check for setuid in caveats. | Mike McQuaid | |
| 2015-02-18 | Use ternary instead of inline rescue | Jack Nagel | |
| 2015-02-18 | Start recording the formula path in the install receipt | Jack Nagel | |
| Later we can use this information to try and load the formula from the correct source. | |||
| 2015-02-18 | Revert "Start recording the formula path in the install receipt" | Jack Nagel | |
| This reverts commit f98d1d660c38afe3caf1450b2443a6d5fab8a14b. | |||
| 2015-02-18 | Start recording the formula path in the install receipt | Jack Nagel | |
| Later we can use this information to try and load the formula from the correct source. | |||
| 2015-02-19 | ruby 1.8 doesn't have `sort_by!` | Xu Cheng | |
| Closes Homebrew/homebrew#36935 Closes Homebrew/homebrew#36936. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-18 | cleanup-installed: fix brewdle command name | Mike McQuaid | |
| 2015-02-18 | test-bot: don't repeat creating Bintray packages. | Mike McQuaid | |
| 2015-02-18 | test-bot: construct formula object correctly. | Mike McQuaid | |
| 2015-02-18 | pull: publish bottles on Bintray. | Mike McQuaid | |
| 2015-02-18 | test-bot: autopublish existing bottles on Bintray. | Mike McQuaid | |
| 2015-02-17 | Fix a couple of formatting issues in man page | Jack Nagel | |
| 2015-02-17 | test-bot: silent and correct bintray content path. | Mike McQuaid | |
| 2015-02-17 | test-bot: more Bintray fixes. | Mike McQuaid | |
| 2015-02-17 | test-bot: specify bintray username/password. | Mike McQuaid | |
| 2015-02-17 | Add initial Bintray upload support. | Mike McQuaid | |
| 2015-02-17 | audit: extend ssl checks | Dominyk Tiller | |
| Extends the audit checks to GnuPG, a significant chunk of Freedesktop domains, and Github Pages. I’ve somewhat hardened my stance towards Github Pages from the last time we extended this, hence the new inclusion - I did a pretty thorough check through the Homebrew formulae that use Github Pages for homepage links and found very few places where enforcing SSL/TLS would cause issues - I think a wider enforcement is worthwhile. I’ve also fixed the capitalisation of the taps, if only because at the moment it disagrees with what ` puts formula.tap ` outputs (We get Homebrew/homebrew-head-only rather than homebrew/homebrew-head-only for example). Closes Homebrew/homebrew#36719. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-17 | test-bot: fail fast in check_results | Xu Cheng | |
| Closes Homebrew/homebrew#36893. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-17 | audit: more information on build deps audit | Xu Cheng | |
| Closes Homebrew/homebrew#36892. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-16 | cleanup-installed: deprecate command. | Mike McQuaid | |
| 2015-02-15 | Fix another filesystem leak in updater tests | Jack Nagel | |
| 2015-02-14 | Stage entire git repo into build directory | Jack Nagel | |
| Closes Homebrew/homebrew#27193. | |||
| 2015-02-14 | Remove unnecessary use of Dir[] | Jack Nagel | |
| 2015-02-14 | audit: catch empty installations | Xu Cheng | |
| Closes Homebrew/homebrew#36794. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-13 | Support older git without "submodule sync --recursive" | Jack Nagel | |
| Fixes Homebrew/homebrew#36774. | |||
| 2015-02-13 | info: show correct file origin for formula from path or url | Xu Cheng | |
| Closes Homebrew/homebrew#36733. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-13 | outdated: handle HEAD, URL and path installation. | Mike McQuaid | |
| Handles edge cases missed in Homebrew/homebrew#36699. Closes Homebrew/homebrew#36741. Closes Homebrew/homebrew#36760. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-02-13 | Move "path or URL" tap string to global constant. | Mike McQuaid | |
