Merge lp://qastaging/~mvo/ubuntu-system-image/server-raw-device-tarball into lp://qastaging/~registry/ubuntu-system-image/client
Proposed by
Michael Vogt
Status: | Superseded |
---|---|
Proposed branch: | lp://qastaging/~mvo/ubuntu-system-image/server-raw-device-tarball |
Merge into: | lp://qastaging/~registry/ubuntu-system-image/client |
Diff against target: |
7652 lines (+7510/-0) (has conflicts) 25 files modified
.bzrignore (+9/-0) README (+23/-0) bin/copy-image (+308/-0) bin/generate-keyrings (+87/-0) bin/generate-keys (+61/-0) bin/import-images (+305/-0) bin/set-phased-percentage (+90/-0) bin/si-shell (+79/-0) etc/config.example (+48/-0) lib/systemimage/config.py (+206/-0) lib/systemimage/diff.py (+245/-0) lib/systemimage/generators.py (+1287/-0) lib/systemimage/gpg.py (+239/-0) lib/systemimage/tools.py (+373/-0) lib/systemimage/tree.py (+1013/-0) tests/generate-keys (+52/-0) tests/run (+60/-0) tests/test_config.py (+281/-0) tests/test_diff.py (+279/-0) tests/test_generators.py (+1134/-0) tests/test_gpg.py (+164/-0) tests/test_static.py (+78/-0) tests/test_tools.py (+303/-0) tests/test_tree.py (+689/-0) utils/check-latest (+97/-0) Conflict adding file .bzrignore. Moved existing file to .bzrignore.moved. |
To merge this branch: | bzr merge lp://qastaging/~mvo/ubuntu-system-image/server-raw-device-tarball |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Registry Administrators | Pending | ||
Review via email: mp+241776@code.qastaging.launchpad.net |
This proposal has been superseded by a proposal from 2014-11-14.
Description of the change
This adds a new cdimage-device-raw generator that can import the ubuntu-core flat device tarball.
To post a comment you must log in.
Unmerged revisions
- 258. By Michael Vogt
-
fix pep8
- 257. By Michael Vogt
-
add tests for device-raw
- 256. By Michael Vogt
-
lib/systemimage
/tools. py: close input files - 255. By Michael Vogt
-
make tests work with py3 (still lot of warnings though)
- 254. By Michael Vogt
-
update README and add SKIP_SLOW_TESTS environment
- 253. By Michael Vogt
-
fix tests
- 252. By Michael Vogt
-
refactor and extract common code into list_versions()
- 251. By Michael Vogt
-
add raw-device generator
- 250. By Stéphane Graber
-
Prevent change_
channel_ alias on a redirect channel - 249. By Stéphane Graber
-
Introduce list_devices