~sespiros/ubuntu-qa-tools:python3-fixes

Last commit made on 2023-10-18
Get this branch:
git clone -b python3-fixes https://git.launchpad.net/~sespiros/ubuntu-qa-tools
Only Spyros Seimenis can upload to this branch. If you are Spyros Seimenis please log in for upload directions.

Branch merges

Branch information

Name:
python3-fixes
Repository:
lp:~sespiros/ubuntu-qa-tools

Recent commits

c4e0b21... by Spyros Seimenis

security-tools/fetch-debdiff: minor fix

a510ff5... by Spyros Seimenis

common/lpl_common.py: fix chunked_read for python3

urllib.response.info() has been deprecated since version 3.9 in favor
of urllib.response.headers.

79ac93f... by Spyros Seimenis

security-tools/fetch-buildlogs,fetch-debdiff: convert to python3

def7717... by Camila Camargo de Matos

Devel (mantic) release cycle updates

f7bb1f6... by Marc Deslauriers

uvt: remove workaround for desktop installer issue that has been fixed

482d392... by Marc Deslauriers

uvt: also check iso permissions when using the daily iso

65ced2d... by Marc Deslauriers

uvt: support new lunar desktop installer

ffe87e6... by David Fernandez Gonzalez

Merge remote-tracking branch 'litios/mozilla-cookies-issue'

6db977b... by Marc Deslauriers

uvt: add a delay before sshing into a new vm

cloud-init takes a few seconds on first boot to setup the ssh keys

bf207f2... by Marc Deslauriers

uvt: use virt-viewer instead of the built-in qemu console

uvt was incorrectly assuming that the virt-install command would
start the VM in the background and would exit immediately, but
that isn't the case when it spawns its own console. When using
uvt with the console, all the timing and reboot logic assumptions
would be off and wouldn't result in a proper installation.