ubuntu-security-tools:bionic-to-esm

Last commit made on 2023-05-31
Get this branch:
git clone -b bionic-to-esm https://git.launchpad.net/ubuntu-security-tools
Members of Ubuntu Security Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
bionic-to-esm
Repository:
lp:ubuntu-security-tools

Recent commits

040753b... by Nishit Majithia

bionic to esm changes

 - Add bionic chanck in $pkg_dist in package-tools/check-source-package

Signed-off-by: Nishit Majithia <email address hidden>

d643b91... by Steve Beattie

build-source-list: update for modern debian releases

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

3447214... by Steve Beattie

build-sources-list.install: automatically import the ubuntu-esm ppa key

Automatically pull the ubuntu-esm ppa gpg public key from the ubuntu
keyserver and place it into the /etc/apt/trusted.gpg.d/ directory; also,
rework the script to use variable definitions for file locations and the
key fingerprint, plus also explain what the script is doing a little
more.

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

3761ddd... by Steve Beattie

build-sources-list: disable including partner at all

The Canonical partner archive <https://archive.canonical.com/partner> is
not meaningfully supported anymore, and archive metadata is not created
for new releases anymore, so drop creating it from the apt sources we
use for umt.

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

2a184ee... by Alex Murray

umt: use newer location for adt tests for the archive

Signed-off-by: Alex Murray <email address hidden>

fc536c4... by Alex Murray

utilities/sd: ignore ssh failure result

Signed-off-by: Alex Murray <email address hidden>

0816175... by Spyros Seimenis

uaudit: create audits symlink pointing to latest audit folder

bd76192... by Spyros Seimenis

uaudit: append package version in audits folder

This allows for multiple uaudit reports for different versions of
a package under the same path.

1abe4d1... by Steve Beattie

umt autopkgtest: use local mirror if configure in ~/.ubuntu-security-tools.conf

When creating autopkgtest images, set the image to point at
your local ubuntu archive mirror if you have one configured in
~/.ubuntu-security-tools.conf in build_tools_sbuildmirror.

A TODO item here is to make this work with non amd64 architectures,
which use the ports archive and can be mirrored or not-mirrored
separately.

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

12c61d4... by Steve Beattie

umt autopkgtest: add --rebuild-image option

Add an option to force the recreation of the autopgtest qemu image, to
pick up more recent updates or to adjust the configuration within the
image.

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