aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/container
AgeCommit message (Collapse)Author
2017-12-02Support environment filtering in Casks.Markus Reiter
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-11Properly handle special characters in file names.Markus Reiter
2017-10-04Directly save artifacts in DSL.Markus Reiter
2017-10-04Refactor DSL and Artifacts.Markus Reiter
2017-09-24Rubocop: manual rule fixes.Mike McQuaid
2017-08-08Simplify SubversionDownloadStrategy.Markus Reiter
2017-08-07Revert "Refactor SVN and cURL download strategies."ilovezfs
2017-08-07Simplify SubversionDownloadStrategy.Markus Reiter
2017-06-14Print DMG EULA when `--verbose`.Markus Reiter
2017-06-13Fix DMG mounting.Markus Reiter
2017-05-30cabextract: remove -t testMisty De Meo
The warnings this prints makes it not especially helpful, so just assume the magic number test and job failure are enough. Fixes #2689.
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2017-05-19Exactly match extension "gpg"Reinhard Pointner
2017-05-18Extract to name without *.gpg extensionReinhard Pointner
2017-05-11Support GPG (signed data) container in Homebrew CaskReinhard Pointner
2017-05-10Support GPG (signed data) container in Homebrew CaskReinhard Pointner
2017-05-07Revert "Merge pull request #2597 from MikeMcQuaid/vendor-gems"Mike McQuaid
This reverts commit 3e4547f52e7ebec633f8bfefc8a396d944edf908, reversing changes made to 6edf9382bcc1240ad6f97c8b752cfe56cef9965d.
2017-05-07Vendor all Homebrew's gems.Mike McQuaid
Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant.
2017-03-28Add `Container::Executable`.Markus Reiter
2017-03-08Refactor Cask `pkg` artifact.Markus Reiter
2017-02-05Remove XIP support.Markus Reiter
2017-01-30Update dmg.rb based on feedbackTrevor Powell
Try "diskutil eject" twice before "diskutil unmount force".
2017-01-22Fix "Failed to eject" errors with DMGsTrevor Powell
Use "diskutil unmount force" to unmount DMGs.
2016-11-14Fix detection of self-extracting `.exe` files.Markus Reiter
2016-10-23Auto-correct block delimiters.Markus Reiter
2016-10-23Fix spacing and indentation.Markus Reiter
2016-10-23Use slash-delimited regular expressions.Markus Reiter
2016-10-19Also use `which` to find `lsar` in PATH.Markus Reiter
2016-10-18Look for container extraction programs in PATH.Markus Reiter
2016-10-01Add `.com.apple.timemachine.supported` to DMG_METADATA_FILES.Markus Reiter
2016-09-24Cask: Use nested classes and modules.Markus Reiter
2016-08-24Unify heredoc style.Markus Reiter
2016-08-24Merge Cask’s `Pathname` extension with Homebrew’s.Markus Reiter
2016-08-19initAnastasiaSulyagina