~gary-wzl77/snappy-hwe-snaps/+git/ubuntu-custom-image:versioning

Last commit made on 2017-11-23
Get this branch:
git clone -b versioning https://git.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/ubuntu-custom-image
Only Gary.Wang can upload to this branch. If you are Gary.Wang please log in for upload directions.

Branch merges

Branch information

Recent commits

1e8fdf1... by Gary.Wang

Merge git+ssh://git.launchpad.net///~snappy-hwe-team/snappy-hwe-snaps/+git/ubuntu-custom-image into versioning

e1ea3ad... by Gary.Wang

Use regular expression to grab the version from snapcraft.yaml file.

838a8fa... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch variable_naming_conventions

Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/ubuntu-custom-image/+merge/334036

Author: Gary.Wang <email address hidden>

Housekeeping for variable naming conventions.

Some minor code changes on the variable names to match the common convention.

ec0fc5f... by Gary.Wang

Do not throw an ImportError exception when yaml module is not found.

c1c2e58... by Gary.Wang

Housekeeping for variable naming conventions.

Some minor code changes on the variable names to match the common convention.

1aa59ce... by Gary.Wang

Address the review comments.

af0d757... by Gary.Wang

Merge git+ssh://git.launchpad.net///~snappy-hwe-team/snappy-hwe-snaps/+git/ubuntu-custom-image into versioning

4740269... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix_rootfs_partition_checking

Merge-Proposal: https://code.launchpad.net/~gary-wzl77/snappy-hwe-snaps/+git/ubuntu-custom-image/+merge/333958

Author: Gary.Wang <email address hidden>

Throw RuntimeError if no rootfs partition was found.

We now have a flaky rootfs partition string checking. string.find()
method returns -1 if substring is not found, not false. It causes
custom builder didn't throw an exception out if a substring is not
found, which is not correct.

6b8fc99... by Gary.Wang

Throw RuntimeError if no rootfs partition was found.

We now have a flaky rootfs partition string checking. string.find()
method returns -1 if substring is not found, not false. It causes
custom builder didn't throw an exception out if a substring is not
found, which is not correct.

69441fb... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch some-cleanup

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/ubuntu-custom-image/+merge/333876

Author: Alfonso Sanchez-Beato <email address hidden>

CustomBuider does not have an exit code

All error situations are handled by throwing exceptions.