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

New implementation of avocado.utils.archive. #105

Closed
wants to merge 1 commit into from
Closed

New implementation of avocado.utils.archive. #105

wants to merge 1 commit into from

Conversation

ruda
Copy link

@ruda ruda commented Jun 16, 2014

This is a new implementation of avocado.utils.archive,
built upon Python stdlib zipfile and tarfile modules,
with a class that creates zip files or tarballs based on the filename
and a few helper functions, to create and extract compressed files.

Signed-off-by: Ruda Moura rmoura@redhat.com

This is a new implementation of avocado.utils.archive,
built upon Python stdlib zipfile and tarfile modules,
with a class that creates zip files or tarballs based on the filename
and a few helper functions, to create and extract compressed files.

Signed-off-by: Ruda Moura <rmoura@redhat.com>
@lmr lmr mentioned this pull request Jun 23, 2014
@lmr
Copy link
Member

lmr commented Jun 23, 2014

I've implemented all the suggestions plus unittests in #106. I'll close this PR.

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.

None yet

2 participants