autopkgtest-buildvm-ubuntu-cloud does not require dependencies to start
Bug #2073938 reported by
Ural Tunaboyu
This bug affects 3 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| autopkgtest (Debian) |
Fix Released
|
Unknown
|
|||
| autopkgtest (Ubuntu) |
Fix Released
|
Low
|
Unassigned | ||
Bug Description
Running autopkgtest-
If these packages are not present in the system the process will fail here, after downloading the iso and will require a re-download after installing the required packages.
It should check that the necessary packages are installed before spending time downloading the image.
| tags: | added: noble oracular |
| Changed in autopkgtest (Debian): | |
| status: | Unknown → New |
| Changed in autopkgtest (Ubuntu): | |
| status: | Triaged → In Progress |
| Changed in autopkgtest (Ubuntu): | |
| status: | In Progress → Fix Committed |
| Changed in autopkgtest (Debian): | |
| status: | New → Fix Released |
To post a comment you must log in.

apt-get install autopkgtest --install-suggests
will install these packages with a fresh install :)
apt show autopkgtest
will show all of the recommended packages for autopkgtest
We obviously can't get these as dependencies for the package itself but an upstream PR which adds a check into the script sounds great :)