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

[hab] Make the install.sh script more portable with BusyBox userland. #982

Merged
merged 1 commit into from
Jun 24, 2016

Conversation

fnichol
Copy link
Collaborator

@fnichol fnichol commented Jun 24, 2016

This change aims to make the gzip'd tarball extraction more portable in
non-GNU userlands by first using zcat and then piping the stream to
tar for extraction. This change allows for a better out-of-the-box
experience in minimal distributions such as the BusyBox Docker image,
Alpine Linux, etc.

Thanks to @bscott for debugging with me!

This change aims to make the gzip'd tarball extraction more portable in
non-GNU userlands by first using `zcat` and then piping the stream to
`tar` for extraction. This change allows for a better out-of-the-box
experience in minimal distributions such as the BusyBox Docker image,
Alpine Linux, etc.

Signed-off-by: Fletcher Nichol <[email protected]>
@thesentinels
Copy link
Contributor

By analyzing the blame information on this pull request, we identified @schisamo to be a potential reviewer

@fnichol
Copy link
Collaborator Author

fnichol commented Jun 24, 2016

gif-keyboard-8878896868354440423

@smith
Copy link
Contributor

smith commented Jun 24, 2016

@thesentinels r+

gif-keyboard-14925394325279340998

@thesentinels
Copy link
Contributor

📌 Commit afe0bfe has been approved by smith

@thesentinels
Copy link
Contributor

⌛ Testing commit afe0bfe with merge ae943e0...

thesentinels pushed a commit that referenced this pull request Jun 24, 2016
This change aims to make the gzip'd tarball extraction more portable in
non-GNU userlands by first using `zcat` and then piping the stream to
`tar` for extraction. This change allows for a better out-of-the-box
experience in minimal distributions such as the BusyBox Docker image,
Alpine Linux, etc.

Signed-off-by: Fletcher Nichol <[email protected]>

Pull request: #982
Approved by: smith
@thesentinels
Copy link
Contributor

☀️ Test successful - travis

@thesentinels thesentinels merged commit afe0bfe into master Jun 24, 2016
@fnichol fnichol deleted the fnichol/hab-install-portable branch June 24, 2016 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants