ubuntu-bugcontrol team mailing list archive
-
ubuntu-bugcontrol team
-
Mailing list archive
-
Message #04590
Re: [Merge] ~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools:uvt-improvements into ubuntu-qa-tools:master
Diff comments:
> diff --git a/vm-tools/uvt b/vm-tools/uvt
> index 233ee46..c06b93a 100755
> --- a/vm-tools/uvt
> +++ b/vm-tools/uvt
> @@ -2832,6 +2834,12 @@ def download_release_iso(release, release_num, arch, iso_type):
> latest_release = find_latest_release(release_num, iso_type)
>
> release_iso="ubuntu-%s-%s-%s.iso" % (latest_release, iso_type, arch)
> + latest_release = latest_release.split('-')[0]
> +
> + if latest_release == "16.04.7" and arch == "i386":
> + print("WARNING: iso not available for i386 on 16.04.7.")
> + print("Falling back to 16.04.6.\n")
> + release_iso="ubuntu-%s-%s-%s.iso" % ("16.04.6", iso_type, arch)
Cherry-picked xenial i386 exception in https://git.launchpad.net/ubuntu-qa-tools/commit/?id=ed35aab6e8e1fc8e4f076da6c77fa9a4c4b45053
>
> if iso_type in ['mini', 'mini-desktop']:
> url="http://archive.ubuntu.com/ubuntu/dists/%s/main/installer-%s/current/images/netboot/mini.iso" % (release, arch)
--
https://code.launchpad.net/~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/409517
Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.
References