Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for nested containers #1232

Merged
merged 1 commit into from
Oct 19, 2013
Merged

support for nested containers #1232

merged 1 commit into from
Oct 19, 2013

Conversation

phinze
Copy link
Contributor

@phinze phinze commented Oct 19, 2013

  • this allows us to support casks for things like "dmg in zip" "zip in
    tar", etc, etc
  • a nested container can be any format that homebrew-cask supports
  • the existing container support is now referred to as a Cask's
    "primary container"
  • use the nested_container artifact type to indicate the relative
    path to a nested container that you wanted extracted
  • multiple layers of nesting should work with multiple nested_container
    directives (though this is untested as yet)
  • add SpeedDownload as the first cask to use this feature; refs Support .dmg inside .zip #602

 - this allows us to support casks for things like "dmg in zip" "zip in
   tar", etc, etc
 - a nested container can be any format that homebrew-cask supports
 - the existing container support is now referred to as a Cask's
   "primary container"
 - use the `nested_container` artifact type to indicate the relative
   path to a nested container that you wanted extracted
 - multiple layers of nesting should work with multiple nested_container
   directives (though this is untested as yet)
 - add SpeedDownload as the first cask to use this feature; refs #602
@nanoxd
Copy link
Contributor

nanoxd commented Oct 19, 2013

👍 Looks good!

phinze added a commit that referenced this pull request Oct 19, 2013
@phinze phinze merged commit 69f3c41 into master Oct 19, 2013
@rolandwalker rolandwalker deleted the dev/nested-containers branch May 5, 2014 11:43
@Homebrew Homebrew locked and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants