~raharper/curtin:feature/support-uc20-images

Last commit made on 2020-03-27
Get this branch:
git clone -b feature/support-uc20-images https://git.launchpad.net/~raharper/curtin
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
feature/support-uc20-images
Repository:
lp:~raharper/curtin

Recent commits

c96a736... by Ryan Harper

Don't enable the vmtest by default, images are not published

27fb624... by Ryan Harper

Rename mock variable to indicate its use

36cbfad... by Ryan Harper

Update core16/core18 docstrings to mention their specific version

bf7ac11... by Ryan Harper

curthooks: fix typo in ubuntu_core_curthooks comment.

5f2cd54... by Ryan Harper

block-meta: add documentation on paths used with block.get_root_device()

087aaf8... by Ryan Harper

uc20: update location to write cloud-config

https://github.com/snapcore/snapd/pull/8299

dc55a28... by Ryan Harper

vmtest: don't add vmtest-default to ubuntu-core, handle FileNotFound, all no default scripts

21897e7... by Ryan Harper

vmtest: ubuntu-core-20 needs UEFI, 2G and 2 cpus to boot

c43de5f... by Ryan Harper

Add uc20 install support

f262b82... by Ryan Harper

tox.ini: Fix issues with newer tox on focal

Newer tox on focal is not happy when inhieriting dependencies.
First in py27 testenv, it does not pickup the 'testenv' deps
which includes test-depedndences and dependencies files. Fix
this by explicitly referencing these deps fir testenv:py27.

Second, in testenv:trusty-p27, which recreates specific package
versions to model the trusty build environment we cannot pull in
the default testenv deps, as this breaks with different versions
of mock and other settings. Instead, just bring in the setuptools
dep to ensure we can keep running on py27 for now.