multipass-test:main

Last commit made on 2024-04-24
Get this branch:
git clone -b main https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
main
Repository:
lp:multipass-test

Recent commits

977872d... by Luis PeƱaranda

Merge pull request #3507 from canonical/fix-gui-snapcraft-paths

[snap] Use a more general approach for paths in gui part

653fc29... by Ricardo Abreu <email address hidden>

Merge pull request #3477 from canonical/instance_id_backward_compatible

Instance id backward compatible

76576de... by Christopher Townsend

[snap] Limit builds to x86_64 and arm64

This is due to the Gnome extension and Flutter only being available on
those architectures.

1affc3f... by Christopher Townsend

[snap] Cleanup up some stanza indentions to match the rest

9fa4853... by Christopher Townsend

[snap] Use a more general approach for paths in gui part

Paths in the gui part were hardcoded to the multipass part, but this
breaks on Launchpad due to how snapcraft is invoked
(--destructive-mode).

17b877a... by George Liao <email address hidden>

[snapshot] refined the cloud_init_instance_id function.

4eef570... by George Liao <email address hidden>

[snapshot] wrap the ternary if into function to improve the readability.

bb72186... by George Liao <email address hidden>

[snapshot] improve the explanation of the ccloud_init_instance_id restoration scheme.

0ddea5f... by Gerorge Liao <email address hidden>

[snapshot] merge fix.

178501f... by Gerorge Liao <email address hidden>

[snapshot] added comment for cloud_init_instance_id restoration.