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

Last commit made on 2017-11-20
Get this branch:
git clone -b fix_rootfs_partition_checking 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:
fix_rootfs_partition_checking
Repository:
lp:~gary-wzl77/snappy-hwe-snaps/+git/ubuntu-custom-image

Recent commits

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

372ecc5... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch some_fixes_from_feedback

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

Author: Gary.Wang <email address hidden>

Specify the working dir with the correct command line argument.

We also remove the cesg archive username and password in hohhot example
to prevent sensitive information leaking.

9212041... by Gary.Wang

Specify the working dir with the correct command line argument.

We also remove the cesg archive username and password in hohhot example
to prevent sensitive information leaking.