lp:~javier.collado/utah/bug1087620

Created by Javier Collado and last modified
Get this branch:
bzr branch lp:~javier.collado/utah/bug1087620
Only Javier Collado can upload to this branch. If you are Javier Collado please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Javier Collado
Project:
UTAH
Status:
Merged

Recent revisions

797. By Javier Collado

Added keyword arguments to subprocess.check_output call

796. By Javier Collado

Added seealso pointer in docstring

795. By Javier Collado

Updated `ISO.dump` docstring

794. By Javier Collado

Refactored `ISO.getrealfile` method

bsdtar error and output parsing error are handled in different try/except
clauses to provide better information in the log (parsing error message
contains the otuput from bsdtar)

793. By Javier Collado

Use "extract" in the error message for the bsdtar extract command

792. By Javier Collado

Refactored `ISO.dump` to check bsdtar return code and return just output file

791. By Javier Collado

Added check to make sure that bsdtar extract command returned a success code

`subprocess.check_output` is used instead of `subprocess.Popen`

790. By Javier Collado

Added check to make sure that bsdtar list command returned a success code

`subprocess.check_output` is used instead of `subprocess.Popen`

789. By Javier Collado

Updated static validation test cases

Since the signature of ISO.extract has changed, the test cases have to be
updated accordingly.

788. By Javier Collado

Refactored ISO.{getrealfile,extract} methods

Both metods were too complicated, so I decided to simplify them.

`getrealfile` the handling of links didn't seem to be used anywhere.

`extract` was inconsistent in its return time it returned the output
`subprocess.Popen` or the one from `subprocess.call`.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:utah
This branch contains Public information 
Everyone can see this information.

Subscribers