~rodrigo-zaiden/ubuntu-security-tools:fix-build-source-list

Last commit made on 2022-04-28
Get this branch:
git clone -b fix-build-source-list https://git.launchpad.net/~rodrigo-zaiden/ubuntu-security-tools
Only Rodrigo Figueiredo Zaiden can upload to this branch. If you are Rodrigo Figueiredo Zaiden please log in for upload directions.

Branch merges

Branch information

Name:
fix-build-source-list
Repository:
lp:~rodrigo-zaiden/ubuntu-security-tools

Recent commits

64d9697... by Rodrigo Figueiredo Zaiden

UST: build-source-list: build ESM PPAs

    Handle trusty/esm and esm{-infra/-apps}/release,
    including esm/trusty and remove precise esm.

49f76a5... by Rodrigo Figueiredo Zaiden

UST: build-source-list: change build ESM PPAs

  As per the new CVE format, the accepted is esm{-infra/-apps/release}
  So we can clean a chunck for code and handle only esm{}/x cases.

f9597dd... by Rodrigo Figueiredo Zaiden

UST: build-source-list: change build ESM PPAs

 From the ubuntu-security-tools.conf file, there are different ways
 to add an ESM release, if an user has a release in the format
 'release/esm-x' it was not building correctly.
 If the format 'esm-x/release' is used, it is not being handled.
 The exception case is for Precise and Trusty that should be created
 in the format 'release/esm'

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>