lp:~sbeattie/ubuntu-security-tools

Owned by Steve Beattie
Get this repository:
git clone https://git.launchpad.net/~sbeattie/ubuntu-security-tools
Only Steve Beattie can upload to this repository. If you are Steve Beattie please log in for upload directions.

Branches

Name Last Modified Last Commit
build_sources_list-more_fixups 2024-06-11 10:30:16 UTC
[WIP] build_sources_list.py: include esm-updates info as well

Author: Steve Beattie
Author Date: 2024-06-11 10:30:16 UTC

[WIP] build_sources_list.py: include esm-updates info as well

Because we need to know and base off of the contents of packages in the
esm-updates ppas, we need to have apt sources entries for them as well,
so don't skip them when the show up in the subprojects info for the esm
ppas.

TODO: need to fix the tests / script to not have duplicate URIS,
  and ideally coalesce the launchpad ppa URIs into one block, but
  not sure how to do the latter yet.
Signed-off-by: Steve Beattie <steve.beattie@canonical.com>

build_sources_list-fixups 2024-06-11 09:54:16 UTC
build_sources_list tests: s/trusted.gpg.d/keyrings/

Author: Steve Beattie
Author Date: 2024-06-11 06:52:31 UTC

build_sources_list tests: s/trusted.gpg.d/keyrings/

The commit 6e9303d (build-tools/build_sources_list.py: add fixes and
improvements, 2024-03-13) changed the location that gpg public keys for
the esm ppas from /etc/apt/trusted.gpg.d/ to /etc/apt/keyrings/ but
didn't change the expected test file results to match. Fix that
mechanically via:

  sed -i 's/trusted.gpg.d/keyrings/' build-tools/test/build_sources_list-*

After that, the tests pass:

```
$ PYTHONPATH=build-tools/ ./build-tools/test/test_build_sources_list.py -v
test_deb822_condensed (__main__.TestBuildSourcesList.test_deb822_condensed) ... ok
test_deb822_default (__main__.TestBuildSourcesList.test_deb822_default) ... ok
test_deb822_with_add_fallbacks (__main__.TestBuildSourcesList.test_deb822_with_add_fallbacks) ... ok
test_deb822_with_only_focal_add_binaries (__main__.TestBuildSourcesList.test_deb822_with_only_focal_add_binaries) ... ok
test_deb822_with_skip_archive (__main__.TestBuildSourcesList.test_deb822_with_skip_archive) ... ok
test_deb822_with_skip_devel (__main__.TestBuildSourcesList.test_deb822_with_skip_devel) ... ok
test_deb822_with_skip_esm (__main__.TestBuildSourcesList.test_deb822_with_skip_esm) ... ok
test_deb822_with_skip_extras (__main__.TestBuildSourcesList.test_deb822_with_skip_extras) ... ok
test_default (__main__.TestBuildSourcesList.test_default) ... ok
test_with_add_fallbacks (__main__.TestBuildSourcesList.test_with_add_fallbacks) ... ok
test_with_only_focal_add_binaries (__main__.TestBuildSourcesList.test_with_only_focal_add_binaries) ... ok
test_with_skip_archive (__main__.TestBuildSourcesList.test_with_skip_archive) ... ok
test_with_skip_devel (__main__.TestBuildSourcesList.test_with_skip_devel) ... ok
test_with_skip_esm (__main__.TestBuildSourcesList.test_with_skip_esm) ... ok
test_with_skip_extras (__main__.TestBuildSourcesList.test_with_skip_extras) ... ok

----------------------------------------------------------------------
Ran 15 tests in 0.006s

OK
```

Signed-off-by: Steve Beattie <steve.beattie@canonical.com>

fix-schroot-arch-detection 2023-02-09 04:13:24 UTC
umt: add a couple more version tests from tzdata package

Author: Steve Beattie
Author Date: 2022-09-06 16:52:24 UTC

umt: add a couple more version tests from tzdata package

Signed-off-by: Steve Beattie <steve.beattie@canonical.com>

master 2023-01-28 00:54:02 UTC
README: test change

Author: Steve Beattie
Author Date: 2023-01-28 00:54:02 UTC

README: test change

Signed-off-by: Steve Beattie <steve.beattie@canonical.com>

ust_common_lib 2022-10-25 05:15:27 UTC
ust: add common lib directory stub

Author: Steve Beattie
Author Date: 2022-10-25 05:15:27 UTC

ust: add common lib directory stub

Signed-off-by: Steve Beattie <steve.beattie@canonical.com>

umt-warnings 2022-04-23 04:26:03 UTC
umt: also emit warnings during download

Author: Steve Beattie
Author Date: 2022-04-23 04:26:03 UTC

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 <steve.beattie@canonical.com>

umt-uct-load 2021-07-29 21:46:32 UTC
umt: improve the search for source_map and lpl_common libs

Author: Steve Beattie
Author Date: 2021-07-29 21:46:32 UTC

umt: improve the search for source_map and lpl_common libs

Add $UCT and $UQT environment variables to the search paths for
libraries.

Signed-off-by: Steve Beattie <steve.beattie@canonical.com>

17 of 7 results
This repository contains Public information 
Everyone can see this information.

Subscribers