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

Last commit made on 2017-11-21
Get this branch:
git clone -b variable_naming_conventions 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

Name:
variable_naming_conventions
Repository:
lp:~gary-wzl77/snappy-hwe-snaps/+git/ubuntu-custom-image

Recent commits

c1c2e58... by Gary.Wang

Housekeeping for variable naming conventions.

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

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.

255145b... by Alfonso Sanchez-Beato

tests: make sure image is created in assembler tests

63c1262... by Alfonso Sanchez-Beato

docs: remove "./" for program invocation

c53086f... by Alfonso Sanchez-Beato

tests: fix tests for main

a0c8076... by Alfonso Sanchez-Beato

tests: do not check ret value from ImageAssembler

a09ac76... by Alfonso Sanchez-Beato

CustomBuider does not have an exit code

All error situations are handled by throwing exceptions.

a9d2555... by Alfonso Sanchez-Beato

docs: explain --input-image-file option