multipass-test:trying

Last commit made on 2023-08-28
Get this branch:
git clone -b trying https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
trying
Repository:
lp:multipass-test

Recent commits

ba75294... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Try #3208:

7680a14... by Christopher Townsend

[github] Reword the headers for requesting documentation feedback

0db4244... by Christopher Townsend

[github] Add template for documentation issues & suggestions

fe423d6... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3160

3160: [tests] Fix UB in test r=townsend2010 a=ricab

Fix call to `std::mismatch` which would imply a deference of the end iterator.

Co-authored-by: Ricardo Abreu <email address hidden>

9332694... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3181

3181: Fix relative paths in `launch` r=townsend2010 a=luis4a0

Fixes #3180.

Co-authored-by: Luis PeƱaranda <email address hidden>

608e218... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3178

3178: [iso] Complement error message on failure to open r=townsend2010 a=ricab

Add more information to the exception that is thrown when `QFile` fails to `open` to create a cloud-init ISO, in the hope that we can gain some insight into why this keeps failing in CI (e.g. https://github.com/canonical/multipass/actions/runs/5690481781/job/15423903919#step:13:101)

Co-authored-by: Ricardo Abreu <email address hidden>

b6c1e2a... by "bors[bot]" <26634292+bors[bot]@users.noreply.github.com>

Merge #3173

3173: Drive-by fixes r=townsend2010 a=ricab

A little collection of small "drive-by" fixes while looking at other things.

Co-authored-by: Ricardo Abreu <email address hidden>

a4c3998... by Luis PeƱaranda

[cli] Make path absolute in `launch`.

35f0e84... by Ricardo Abreu

[iso] Complement error message on failure to open

Add more information to the exception that is thrown when QFile fails to
open, in the hope that we can gain some insight into why this keeps
failing in CI.

9c696bf... by Ricardo Abreu

[cli] Remove obsolete constants from `launch` code