~sespiros/ubuntu-qa-tools:uvt-regex-fix

Last commit made on 2023-10-18
Get this branch:
git clone -b uvt-regex-fix 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:
uvt-regex-fix
Repository:
lp:~sespiros/ubuntu-qa-tools

Recent commits

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

f102870... by Brian Murray

If a bug has a oem-priority task don't subscribe sponsors

a610a4e... by Brian Murray

crichton: one more special kernel SRU tag

f5c02df... by Brian Murray

crichton: don't consider bugs where every task is closed

1208e47... by Brian Murray

crichton: reenable, after fixing, sru_verification_nag

4a3a179... by Brian Murray

crichton-update-bugs: switch to bytes for a couple of re searches