lp:~alexmurray/ubuntu-security-tools
- Get this repository:
-
git clone
https://git.launchpad.net/~alexmurray/ubuntu-security-tools
Branches
Name | Last Modified | Last Commit |
---|---|---|
resurrect-umt-logs | 2024-12-03 04:27:40 UTC |
umt logs: unify with find_build_log and add to usage
Author:
Alex Murray
umt logs: unify with find_build_log and add to usage Remove the copy-pasta from find_build_log() and instead refactor that out into a Signed-off-by: Alex Murray <alex.murray@ |
umt-qrt- |
2024-11-27 01:58:03 UTC |
umt qrt: fix incorrect handling of test scripts with periods
Author:
Alex Murray
umt qrt: fix incorrect handling of test scripts with periods Signed-off-by: Alex Murray <alex.murray@ |
umt-check- |
2024-11-07 03:40:20 UTC |
build-tools/umt check: only warn if no CVEs in changelog for security updates
Author:
Alex Murray
build-tools/umt check: only warn if no CVEs in changelog for security updates Signed-off-by: Alex Murray <alex.murray@ |
umt-integrate- |
2024-10-21 00:46:14 UTC |
umt check-log: rename logfile to buildlog
Author:
Alex Murray
umt check-log: rename logfile to buildlog This more accurately describes this variable - thanks to @sespiros for the Signed-off-by: Alex Murray <alex.murray@ |
umt-testflinger |
2024-10-16 19:44:26 UTC |
umt testflinger: fix installing QRT packages when using skeleton
Author:
Alex Murray
umt testflinger: fix installing QRT packages when using skeleton The commands we provide to be executed in the testflinger backend get manged so I have also tested that this still works as expected when using umt qrt directly Signed-off-by: Alex Murray <alex.murray@ |
add-simple- |
2024-09-18 01:17:22 UTC |
.launchpad.yaml: update to support running new umt unit test
Author:
Alex Murray
.launchpad.yaml: update to support running new umt unit test Signed-off-by: Alex Murray <alex.murray@ |
umt-build- |
2024-08-16 02:47:36 UTC |
umt build: always try generate debdiff when doing a --merge
Author:
Alex Murray
umt build: always try generate debdiff when doing a --merge --merge is useful when preparing an update that requires a multiple changelog Signed-off-by: Alex Murray <alex.murray@ |
uaudit- |
2024-07-31 07:42:13 UTC |
audits/uaudit.py: use grep to find binary blobs for LP: #2073158
Author:
Alex Murray
audits/uaudit.py: use grep to find binary blobs for LP: #2073158 Use grep to find all non-text files and capture this list for manual analysis by Signed-off-by: Alex Murray <alex.murray@ |
fix-test- |
2024-07-26 10:22:16 UTC |
package-tools/test_increment_version.py: fix testcase using interim release
Author:
Alex Murray
package- Don't hard-code the interim release name since this can change (e.g. when mantic Signed-off-by: Alex Murray <alex.murray@ |
umt-compare- |
2024-07-26 05:27:53 UTC |
umt compare-log: support using a URI for --previous-logfile
Author:
Alex Murray
umt compare-log: support using a URI for --previous-logfile If --previous-logfile looks like a URI, fetch it and compare against that. This Signed-off-by: Alex Murray <alex.murray@ |
add-umt-delete-cmd | 2024-07-25 01:27:07 UTC |
umt delete: document in print_usage()
Author:
Alex Murray
umt delete: document in print_usage() Signed-off-by: Alex Murray <alex.murray@ |
umt-qrt- |
2024-06-28 05:13:02 UTC |
umt qrt: remote --prev-ppa argument for now
Author:
Alex Murray
umt qrt: remote --prev-ppa argument for now This is broken and doesn't work since any packages that we copy here get Instead we perhaps need to look into using multiple pockets or similar within Signed-off-by: Alex Murray <alex.murray@ |
master | 2024-06-19 07:54:10 UTC |
Merge remote-tracking branch 'bruce-cable/testbed_failure_info'
Author:
Alex Murray
Merge remote-tracking branch 'bruce- Signed-off-by: Alex Murray <alex.murray@ |
umt-changelog- |
2024-05-23 03:36:05 UTC |
umt changelog: allow to --repeat with -v etc
Author:
Alex Murray
umt changelog: allow to --repeat with -v etc Signed-off-by: Alex Murray <alex.murray@ |
check-source- |
2024-05-17 00:53:28 UTC |
check-source-package: make superceded a warning if local versions present
Author:
Alex Murray
check-source- In this case, it is still useful to warn the user since they need to remember Signed-off-by: Alex Murray <alex.murray@ |
check-source- |
2024-05-15 12:46:58 UTC |
check-source-package: warn if distro-info doesn't know about a release
Author:
Alex Murray
check-source- As suggested by @litios Signed-off-by: Alex Murray <alex.murray@ |
restore- |
2024-04-15 06:29:19 UTC |
audits/uaudit: pass through command-line arguments
Author:
Alex Murray
audits/uaudit: pass through command-line arguments Signed-off-by: Alex Murray <alex.murray@ |
umt-fix- |
2024-02-25 23:42:53 UTC |
build-tools/umt: fix invalid escape sequence in regexes
Author:
Alex Murray
build-tools/umt: fix invalid escape sequence in regexes With Python 3.12 (default now in noble) the python interpreter complains about [amurray:/tmp] $ umt download gtk+3.0 -r noble Signed-off-by: Alex Murray <alex.murray@ |
umt-error- |
2024-02-09 00:47:45 UTC |
build-tools/umt: add --disable-proposed option when building
Author:
Alex Murray
build-tools/umt: add --disable-proposed option when building This can be used to override the automatic enablement of the -proposed pocket Signed-off-by: Alex Murray <alex.murray@ |
umt-support- |
2024-02-08 10:51:17 UTC |
umt qrt: fix typo in comment
Author:
Alex Murray
umt qrt: fix typo in comment Signed-off-by: Alex Murray <alex.murray@ |
support- |
2024-02-08 01:54:35 UTC |
build-tools/build-sources-list: remove support for EOL releases
Author:
Alex Murray
build-tools/ precise for Ubuntu and sarge, etch, lenny and squeeze for Debian are EOL so we Signed-off-by: Alex Murray <alex.murray@ |
uaudit- |
2024-02-06 04:12:09 UTC |
audits/uaudit.py: always generate coverity.txt even if no defects
Author:
Alex Murray
audits/uaudit.py: always generate coverity.txt even if no defects Signed-off-by: Alex Murray <alex.murray@ |
add-lpci- |
2023-12-07 03:36:17 UTC |
Add a basic .launchpad.yaml for lpci unit test goodness
Author:
Alex Murray
Add a basic .launchpad.yaml for lpci unit test goodness Also move the unit tests for increment_ Signed-off-by: Alex Murray <alex.murray@ |
umt-suggest- |
2023-09-20 00:59:08 UTC |
umt: offer suggestions on invalid input
Author:
Alex Murray
umt: offer suggestions on invalid input if the provided command is not known then try suggest a similar one, and same Signed-off-by: Alex Murray <alex.murray@ |
umt-search- |
2023-09-14 01:40:18 UTC |
umt search: treat unknown packages as an error
Author:
Alex Murray
umt search: treat unknown packages as an error Signed-off-by: Alex Murray <alex.murray@ |
align-umt- |
2023-09-07 01:49:04 UTC |
umt search: add column headings to reduce extraneous info
Author:
Alex Murray
umt search: add column headings to reduce extraneous info Signed-off-by: Alex Murray <alex.murray@ |
uaudit-rubocop | 2023-02-14 00:52:06 UTC |
uaudit: Update template for rubocop but limit to only security checks
Author:
Alex Murray
uaudit: Update template for rubocop but limit to only security checks Signed-off-by: Alex Murray <alex.murray@ |
umt-check- |
2023-02-12 01:04:01 UTC |
check-source-package: Add checks for devel release semantics
Author:
Alex Murray
check-source- Versioning in devel is different than stable releases so make sure we invoke the Signed-off-by: Alex Murray <alex.murray@ |
ikos-uaudit- |
2023-01-22 23:07:32 UTC |
Initial WIP attempt to integrate ikos with uaudit/umt
Author:
Alex Murray
Initial WIP attempt to integrate ikos with uaudit/umt Signed-off-by: Alex Murray <alex.murray@ |
umt-build- |
2022-09-08 01:33:50 UTC |
umt: Enable use of make's --output-sync
Author:
Alex Murray
umt: Enable use of make's --output-sync recurse is the best option overall to reduce parallel interleavings but does Signed-off-by: Alex Murray <alex.murray@ |
umt-upload- |
2022-08-18 01:18:35 UTC |
umt upload: Show full overridden destination name in warning message
Author:
Alex Murray
umt upload: Show full overridden destination name in warning message Signed-off-by: Alex Murray <alex.murray@ |
umt-ulimit- |
2022-08-10 00:52:47 UTC |
umt: Support overriding ulimit as unlimited for libbluray
Author:
Alex Murray
umt: Support overriding ulimit as unlimited for libbluray It seems libbluray needs more than the previous memory limit to build for Signed-off-by: Alex Murray <alex.murray@ |
umt-testflinger |
2022-07-18 13:52:57 UTC |
umt testflinger: Support private PPAs for testflinger package source
Author:
Alex Murray
umt testflinger: Support private PPAs for testflinger package source When a ppa is specified via --repo, lookup the PPA signing key and Signed-off-by: Alex Murray <alex.murray@ |
uaudit-add-dlint | 2022-07-18 12:44:01 UTC |
uaudit: Add additional python static analysis via dlint
Author:
Alex Murray
uaudit: Add additional python static analysis via dlint Signed-off-by: Alex Murray <alex.murray@ |
chdist | 2022-06-27 11:46:27 UTC |
umt: Query apt-cache / download via chdist
Author:
Alex Murray
umt: Query apt-cache / download via chdist This avoids having to have a global Signed-off-by: Alex Murray <alex.murray@ |
uaudit- |
2022-06-08 01:14:35 UTC |
uaudit: Refactor static analysis tools handling
Author:
Alex Murray
uaudit: Refactor static analysis tools handling Introduce a StaticAnalysisT Signed-off-by: Alex Murray <alex.murray@ |
umt-check- |
2022-02-28 04:07:59 UTC |
umt check: Use a regex to parse LP bug URLs (thanks sarnold)
Author:
Alex Murray
umt check: Use a regex to parse LP bug URLs (thanks sarnold) Signed-off-by: Alex Murray <alex.murray@ |
umt-grep-source-map | 2022-02-25 04:17:32 UTC |
umt grep: Avoid temporary file and pipe stdin to grep
Author:
Alex Murray
umt grep: Avoid temporary file and pipe stdin to grep Signed-off-by: Alex Murray <alex.murray@ |
check-source- |
2021-11-16 05:44:00 UTC |
check-source-package: Use both full and per release rmadison output
Author:
Alex Murray
check-source- Only call rmadison once where possible and store this as $rmadout and then |
umt-latest- |
2021-10-21 05:32:42 UTC |
umt: Handle latest cve_lib API change and remove old unused PPA cruft
Author:
Alex Murray
umt: Handle latest cve_lib API change and remove old unused PPA cruft |
customer- |
2021-09-16 02:11:01 UTC |
Keep umt and ceviche working with customer-ppa-tracking-2 of UCT
Author:
Alex Murray
Keep umt and ceviche working with customer- |
umt-qrt-vm-creation | 2021-09-13 07:06:36 UTC |
umt qrt: Add support for creating a VM if none already exists
Author:
Alex Murray
umt qrt: Add support for creating a VM if none already exists Since both uvt and lxc can create VMs, first check if one exists with the |
umt-adt- |
2021-09-08 06:14:28 UTC |
umt adt: Slight refactor of adt results handling to be more pythonic
Author:
Alex Murray
umt adt: Slight refactor of adt results handling to be more pythonic |
umt-argparse | 2021-08-24 02:33:57 UTC |
umt qrt: Use argparse to validate possible backend choices
Author:
Alex Murray
umt qrt: Use argparse to validate possible backend choices |
umt-qrt-lxd-backend | 2021-08-23 06:20:08 UTC |
umt qrt: Push files to home on backend by default if none specified
Author:
Alex Murray
umt qrt: Push files to home on backend by default if none specified This ensures that QRT tests which run as root get placed in /root on the |
improve- |
2021-08-02 04:30:32 UTC |
umt: Only output hyperlinks when we are sure they are supported
Author:
Alex Murray
umt: Only output hyperlinks when we are sure they are supported As per https:/ |
testflinger-support | 2020-11-25 01:38:45 UTC |
umt testflinger: Capture lsb_release and uname details for devices
Author:
Alex Murray
umt testflinger: Capture lsb_release and uname details for devices |
dont-recommend- |
2020-11-04 01:07:20 UTC |
check-source-package: Don't recommend to use -proposed
Author:
Alex Murray
check-source- This is not the done-thing anymore |
cmd-autopkgtest | 2020-01-09 06:21:04 UTC |
umt autopkgtest: Fix missing arguments
Author:
Alex Murray
umt autopkgtest: Fix missing arguments |
cmd-qrt | 2019-12-10 04:19:13 UTC |
umt: Remove extra junk left over from previous commit
Author:
Alex Murray
umt: Remove extra junk left over from previous commit |
upgradeable-version | 2019-10-21 00:58:20 UTC |
check-source-package: Add version check to ensure we don't block upgrades
Author:
Alex Murray
check-source- For the current package version, we need to check that it will not block |
1 → 51 of 51 results | First • Previous • Next • Last |