~sespiros/ubuntu-security-tools/+git/ubuntu-security-tools:sespiros/fix-build-sources-list

Last commit made on 2022-05-13
Get this branch:
git clone -b sespiros/fix-build-sources-list https://git.launchpad.net/~sespiros/ubuntu-security-tools/+git/ubuntu-security-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:
sespiros/fix-build-sources-list
Repository:
lp:~sespiros/ubuntu-security-tools/+git/ubuntu-security-tools

Recent commits

315b8f8... by Spyros Seimenis

Change build-sources-list to handle esm-X/* naming convention

074d52c... by Steve Beattie

security-fake-sync: kinetic is under devel

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

0e30063... by Steve Beattie

umt: emit warnings in umt download step as well as umt check

umt emits some specialized warnings on a per package basis but only
during `umt check`. This is late in the update preparation process,
and often a preparer has already tripped over some of these issues
before they even get to the point of running `umt check`.

To address this, split out the warning generation into a separate
function so that they also can be emitted during `umt download`,
whensomeone is at the beginning of preparing an update, and will
hopefully take them into account when doing the preparation.

Also included are an added commit for mongodb, an additional warning
for curl, and reformatting the data structure.

Signed-off-by: Steve Beattie <email address hidden>
MR: https://code.launchpad.net/~sbeattie/ubuntu-security-tools/+git/ubuntu-security-tools/+merge/420294
Acked-by: Seth Arnold <email address hidden>

c70f80f... by Steve Beattie

backup_ubuntu_wiki.py: convert from optparse to argparse

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

1f5367b... by Steve Beattie

backup_ubuntu_wiki.py: add a configurable sleep option between downloads

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

5706b1c... by Steve Beattie

backup_ubuntu_wiki.py: add backoff if moin surge gets triggered

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

6973bce... by Steve Beattie

security-fake-sync: jammy is released

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

0368f7e... by Steve Beattie

backup_ubuntu_wiki.py: report webserver status code on failure

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

e630e67... by Steve Beattie

umt: also emit warnings during download

umt emits some specialized warnings on a per package basis but only
during `umt check`. This is late in the update preparation process, and
often a preparer has already tripped over some of these issues before
they even get to the point of running `umt check`.

To address this, also emit the warnings during `umt download`, when
someone is at the beginning of preparing an update, and will hopefully
take them into account when doing the preparation.

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

e293beb... by Steve Beattie

umt: split out per-package warnings to separate function

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