~jslarraz/ubuntu-qa-tools:master

Last commit made on 2024-01-26
Get this branch:
git clone -b master https://git.launchpad.net/~jslarraz/ubuntu-qa-tools
Only Jorge Sancho Larraz can upload to this branch. If you are Jorge Sancho Larraz please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~jslarraz/ubuntu-qa-tools

Recent commits

1c8f4b6... by Marc Deslauriers

uvt: noble now uses systemd-networkd, so adjust accordingly

cdaeb55... by Rodrigo Figueiredo Zaiden

security-tools/kernel-sru-check: script moved to UCT

 this script was moved to lp:ubuntu-cve-tracker under scripts/
 directory and is now besides other related scripts such as
 kernel-abi-check and kernel_lib.py.
 the history was preserved during the merge of the file into
 its new location.
 the merge was done with:
 https://code.launchpad.net/~rodrigo-zaiden/ubuntu-cve-tracker/+git/ubuntu-cve-tracker/+merge/458747

Signed-off-by: Rodrigo Figueiredo Zaiden <email address hidden>

e134bcf... by Steve Beattie

uvt: support longer names via joliet-long in genisoimage

Acked-by: Emilia Torino <email address hidden>
MR: https://code.launchpad.net/~sudhackar/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/458076
Bug: https://bugs.launchpad.net/ubuntu-qa-tools/+bug/2048227
Merged-by: Steve Beattie <email address hidden>

6c3448b... by Sudhakar Verma

uvt: joliet-long supports longer names

cde7c02... by Steve Beattie

update-bug: add noble

Signed-off-by: Steve Beattie <email address hidden>

d3b356d... by Spyros Seimenis

vm-tools/uvt: fix download regex

Current regex matched the version from the last part of the string
i.e
 23.10.1/ 2023-10-16 14:22 - Ubuntu 23.10 (Mantic Minotaur)
 23.10/ 2023-10-16 14:22 - Ubuntu 23.10 (Mantic Minotaur)

The new one will match the beginning to correctly account for point
releases.

16dbfc6... by Spyros Seimenis

common/lpl_common.py: minor fix for lpl_common.download

as suggested by David in https://code.launchpad.net/~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools-1/+merge/442767
fetch-debdiff calls lpl_common.download and expects to print the result.

It is assumed here that the original intention was to print the filename
rather than the url so download was modified instead.

7c9bb1e... by Spyros Seimenis

security-tools/fetch-debdiff: minor fix

94df656... 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.

f075dc9... by Spyros Seimenis

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