lp:~ltrager/maas-images/read_stream_data

Created by Lee Trager and last modified
Get this branch:
bzr branch lp:~ltrager/maas-images/read_stream_data
Only Lee Trager can upload to this branch. If you are Lee Trager please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Lee Trager
Project:
maas-images
Status:
Merged

Recent revisions

241. By Lee Trager

Output error to stderr and return 1

240. By Lee Trager

If the image exists during merge don't copy it

239. By Lee Trager

Add sys.exit when an error is detected

238. By Lee Trager

Parse existing stream data to prevent images from being regenerated

237. By Scott Moser

tox: run make 'meph2-util' in minimal python3 environment

The last merge caused meph2-util to fail to run on our build environment.
This adds a very minimal test that would have actually failed there.

We just run meph2-util in the tox env. The imports of yaml and of
requests would have caused this to fail previously.

236. By Scott Moser

use /usr/bin/env for shebang

this means that inside tox, running these will not get
outside dependencies resolved.

235. By Scott Moser

build system now has python3-yaml

Thus revert revno 233:
  only import yaml in 'import' subcommand

  the build system does not currently have python3-yaml
  which causes issues. So for the moment, work around that.

234. By Scott Moser

catch 404 when mining data

when replacing the use of requests, the new code was being more
strict. The requests library would return the 404 document on
non-existent, and then we would end up loading apache dirs from
that. That would result in empty list.

Instead of that mention the 404.

233. By Scott Moser

only import yaml in 'import' subcommand

the build system does not currently have python3-yaml
which causes issues. So for the moment, work around that.

232. By Scott Moser

remove 'requests' dependency for meph2-util, 'import' cleanups.

This removes the requests dependency that was added under meph2-util
and adds 'url_helper' for using urls in meph2.

Also utilizes a cache and temp dirs in maas-qcow2targz.

cleanups in system-setup to do the right thing and be aware of
our new python3-yaml depends.

Branch metadata

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

Subscribers