~pfsmorigo/ubuntu-qa-tools:iso_search

Last commit made on 2020-11-10
Get this branch:
git clone -b iso_search https://git.launchpad.net/~pfsmorigo/ubuntu-qa-tools
Only Paulo Flabiano Smorigo can upload to this branch. If you are Paulo Flabiano Smorigo please log in for upload directions.

Branch merges

Branch information

Name:
iso_search
Repository:
lp:~pfsmorigo/ubuntu-qa-tools

Recent commits

176ed9e... by Paulo Flabiano Smorigo

Search for the latest iso instead of guessing it

Signed-off-by: Paulo Flabiano Smorigo <email address hidden>

a68eba3... by Alex Murray

resposes/update-bug: Update for hirsute opening for development

c938c9d... by Alex Murray

uvt: xenial is up to 16.04.7 so look for .7 isos now too

5dd54ea... by Marc Deslauriers

uvt: allow overriding the image size

1303f8b... by Alex Murray

Fix uvt bash completion to use up-to-date release list

0b6c2ef... by Alex Murray

uvt: Bump script_version since I forgot to in previous commit

a3a9207... by Alex Murray

uvt: Add support for non-isolinux based ISOs

Since Ubuntu 20.10[1], grub is used for booting ISOs not isolinux anymore,
so add support for this when creating the preseed iso image.

[1] https://discourse.ubuntu.com/t/groovy-to-use-grub2-for-booting-installer-media-in-any-modes-on-all-architectures/16871

b91a5b6... by Seth Arnold

Initialize release variable before it is used

It's possible for execution to take a path that doesn't initialize a
variable:

$ ./not-security-without-comment 1825755
1825755 ...
 marking non-security...
 unsubscribing ubuntu-security...
Traceback (most recent call last):
  File "./update-bug", line 207, in <module>
    if release in release_tags:
NameError: name 'release' is not defined
ERROR with '1825755'

0ff20e4... by Eduardo Barretto

Update .gitignore __pycache__ line

4eb2d67... by Jamie Strandboge

vm-tools/uvt: add -u/--user for specifying alternate users

When using imported VMs with uvt, those VMs may use different user names
than our defaults or what is in ~/.uvt.conf (eg, cloud images, Ubuntu
Core devices, etc). Add -u/--user USER option to conveniently support
working with these VMs.