cloud-utils:readme-bugs

Last commit made on 2020-10-26
Get this branch:
git clone -b readme-bugs https://git.launchpad.net/cloud-utils

Branch merges

Branch information

Name:
readme-bugs
Repository:
lp:cloud-utils

Recent commits

90ac85b... by Joshua Powers

readme: add where to file bugs

0cab705... by Joshua Powers

README: Add initial readme for project

558b5d0... by Fred Vogt

Support the new ec2metadata fields

LP: #1894344

e0792e3... by Scott Moser

Use test/run-all under c-i.

This will run the 'run-all' test harness under github c-i.
Bumped the environment to 18.04 in order to simplify dependencies
as 16.04 has 'fdisk' in util-linux where 18.04+ have it in fdisk.

9bf7959... by Scott Moser

Add a 'tests/run-all' to easily run all the test/test* files.

This makes running the tests as easy as ./tests/run-all.

If user is not root, it will skip tests that identify themselves
as NEEDS_ROOT.

6b98f49... by Scott Moser

Fix bad variable use.

As found by laney in a cloud-initramfs merge proposal,
FLOCK_DEVICE_FD != FLOCK_DISK_ID.

FLOCK_DEVICE_FD would never be set, so we would always
return from unlock_disk_and_settle and never either:
 * close the device
 * settle.

Update test/test-growpart to look for debug message stating
that lock was released.

09ad8e4... by Paride Legovini

tox: shellcheck: workaround false positives

SC1068 -> worked around by quoting
SC1087 -> worked around by using braces

839a7fa... by Paride Legovini

tox: add the test/* scripts to the shellcheck run

772961b... by Richard Harding

Merge pull request #12 from smoser/cleanup/whitespace-cleanups

Whitespace cleanups.

a45c13b... by Scott Moser

Whitespace cleanups.

Replace leading/mixed spaces and tabs with consistent tabs in
growpart and ubuntu-cloudimg-query.