[Bug 445714] Re: [FFE] Image Store Proxy must handle compressed images

Martin Pitt martin.pitt at ubuntu.com
Thu Oct 8 09:06:37 BST 2009


The new feature is fine, it's small enough. Howver, I'd appreciate if
the gunzip calling could be cleaned up, such as

  gunzip = subprocess.Popen(['gunzip', localPath], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
  (output, output_err) = gunzip.communicate()
  status = gunzip.returncode

-- 
[FFE] Image Store Proxy must handle compressed images
https://bugs.launchpad.net/bugs/445714
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.



More information about the Ubuntu-server-bugs mailing list