multipass-test:fix-libssh-reading-system-ssh_config#2754

Last commit made on 2023-03-23
Get this branch:
git clone -b fix-libssh-reading-system-ssh_config#2754 https://git.launchpad.net/multipass-test

Branch merges

Branch information

Name:
fix-libssh-reading-system-ssh_config#2754
Repository:
lp:multipass-test

Recent commits

928fcc2... by Gerorge Liao <email address hidden>

Changed the fix from setting ssh_option to setting the config file path name. This way still gives the user room to set config file path to something else in case we need that in the future.

d4aece6... by Gerorge Liao <email address hidden>

set libssh option to make libssh ssh_connect function to skip loading ssh config file

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

Merge #2970

2970: [readme] Remove aspirations of building for anything but Linux r=ricab a=sharder996

Needed a break and found this easy change.

Co-authored-by: sharder996 <email address hidden>

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

Merge #2701

2701: Discern between images and blueprints in `multipass find` r=ricab a=sharder996

This PR adds the flags `--only-images` and `--only-blueprints` which modifies the behavior of `multipass find` causing it to display only images or blueprints respectively. Additionally, when no flag is specified, `multipass` will make the distinction between images and blueprints by separating them. Sample output is as follows:

```
scott:build-debug$ bin/multipass find
Image Aliases Version Description
snapcraft:core18 18.04 20201111 Snapcraft builder for Core 18
snapcraft:core20 20.04 20210921 Snapcraft builder for Core 20
snapcraft:core22 22.04 20220426 Snapcraft builder for Core 22
snapcraft:devel 20220808 Snapcraft builder for the devel series
core core16 20200818 Ubuntu Core 16
core18 20211124 Ubuntu Core 18
18.04 bionic 20220712 Ubuntu 18.04 LTS
20.04 focal,lts 20220810 Ubuntu 20.04 LTS
22.04 jammy 20220810 Ubuntu 22.04 LTS
daily:22.10 devel,kinetic 20220808 Ubuntu 22.10
appliance:adguard-home 20200812 Ubuntu AdGuard Home Appliance
appliance:mosquitto 20200812 Ubuntu Mosquitto Appliance
appliance:nextcloud 20200812 Ubuntu Nextcloud Appliance
appliance:openhab 20200812 Ubuntu openHAB Home Appliance
appliance:plexmediaserver 20200812 Ubuntu Plex Media Server Appliance

Blueprint Aliases Version Description
anbox-cloud-appliance latest Anbox Cloud Appliance
charm-dev latest A development and testing environment for charmers
docker latest A Docker environment with Portainer and related tools
jellyfin latest Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.
minikube latest minikube is local Kubernetes

scott:build-debug$ bin/multipass find --only-images
Image Aliases Version Description
snapcraft:core18 18.04 20201111 Snapcraft builder for Core 18
snapcraft:core20 20.04 20210921 Snapcraft builder for Core 20
snapcraft:core22 22.04 20220426 Snapcraft builder for Core 22
snapcraft:devel 20220808 Snapcraft builder for the devel series
core core16 20200818 Ubuntu Core 16
core18 20211124 Ubuntu Core 18
18.04 bionic 20220712 Ubuntu 18.04 LTS
20.04 focal,lts 20220810 Ubuntu 20.04 LTS
22.04 jammy 20220810 Ubuntu 22.04 LTS
daily:22.10 devel,kinetic 20220808 Ubuntu 22.10
appliance:adguard-home 20200812 Ubuntu AdGuard Home Appliance
appliance:mosquitto 20200812 Ubuntu Mosquitto Appliance
appliance:nextcloud 20200812 Ubuntu Nextcloud Appliance
appliance:openhab 20200812 Ubuntu openHAB Home Appliance
appliance:plexmediaserver 20200812 Ubuntu Plex Media Server Appliance

scott:build-debug$ bin/multipass find --only-blueprints
Blueprint Aliases Version Description
anbox-cloud-appliance latest Anbox Cloud Appliance
charm-dev latest A development and testing environment for charmers
docker latest A Docker environment with Portainer and related tools
jellyfin latest Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.
minikube latest minikube is local Kubernetes

scott:build-debug$ bin/multipass find daily:
Image Aliases Version Description
daily:18.04 bionic 20220810 Ubuntu 18.04 LTS
daily:20.04 focal,lts 20220810 Ubuntu 20.04 LTS
daily:22.04 jammy 20220810 Ubuntu 22.04 LTS
daily:22.10 devel,kinetic 20220808 Ubuntu 22.10

scott:build-debug$ bin/multipass find docker
Blueprint Aliases Version Description
docker latest A Docker environment with Portainer and related tools
```

Note: this output is an initial first draft of what this new form of output will look like and suggestions on how to make it better are welcome!

Fixes #2678

Co-authored-by: sharder996 <email address hidden>

c6fe316... by Scott Harder

[readme] remove aspirations of building on anything but linux

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

Merge #2963

2963: [cli] Stop erroneous newlines from appearing in empty terminal r=andrei-toterman a=sharder996

Add an extra ASCII escape character that moves the cursor up 0 lines. This stops newlines from appearing in a new/empty terminal when running a command that uses the animated spinner. Don't ask exactly why this works, but it does :shrug:

Co-authored-by: sharder996 <email address hidden>

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

Merge #2960

2960: Update min cmake version r=townsend2010 a=sharder996

> We added a new way to fetch the grpc module and it uses the GIT_SUBMODULES_RECURSE directive for [FetchContent_Declare](https://cmake.org/cmake/help/latest/module/ExternalProject.html) and unfortunately, that directive was made available starting with cmake version 3.17.

Fixes #2959

Co-authored-by: sharder996 <email address hidden>

1e62841... by Scott Harder

[tests] fix build warning

e1d2c4d... by Scott Harder

[tests] test coverage go up

d0fce5d... by Scott Harder

[daemon] review changes