lp:~raharper/curtin/sync-images-convert

Created by Ryan Harper and last modified
Get this branch:
bzr branch lp:~raharper/curtin/sync-images-convert
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ryan Harper
Project:
curtin
Status:
Merged

Recent revisions

344. By Ryan Harper

max can't be in the default or mirror gets it twice

343. By Ryan Harper

Only use --max for mirror, query needs max=1

342. By Ryan Harper

convert IMAGES_TO_KEEP to int

341. By Ryan Harper

sstream-mirror use IMAGES_TO_KEEP for --max

340. By Ryan Harper

from runtime test

339. By Ryan Harper

vmtests: introduce prune_images

ImageStore class now has a prune_images method which keep up to
IMAGES_TO_KEEP number of images per release. IMAGES_TO_KEEP is
read from env and defaults to 1.

338. By Ryan Harper

drop return value

337. By Ryan Harper

Convert images when we sync as well

336. By Scott Moser

mdadm: fix issues exposed by use via block_meta

Using mdadm via block_meta exposed a few issues.
 - block_meta calls block.md_check, this should be mdadm.md_check
 - mdadm.sysfs_read_attr had thinko in check if it should attempt to read
   an attribute and avoiding reading files
 - mdadm.sysfs_read_attr should use util.load_file
 - ensure all entrypoints to mdadm code check that device names are device
   paths.

335. By Scott Moser

add running of pylint for python27 and python34

This adds the running of pylint in '--errors-only' mode for both python27
and python34. pylint is very verbose, but in --errors-only mode, it
will catch bad many errors that would not be caught by flake8 without
unnecessary noise.

It finds a couple legitimate issues, and I've included fixes here for
those.
There is one work around for an issue i opened at
 https://github.com/PyCQA/pylint/issues/769

Branch metadata

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

Subscribers