~cpete/ubuntu/+source/apport:updated-subiquity-hook

Last commit made on 2024-06-13
Get this branch:
git clone -b updated-subiquity-hook https://git.launchpad.net/~cpete/ubuntu/+source/apport
Only Chris Peterson can upload to this branch. If you are Chris Peterson please log in for upload directions.

Branch merges

Branch information

Name:
updated-subiquity-hook
Repository:
lp:~cpete/ubuntu/+source/apport

Recent commits

6f168a7... by Chris Peterson

Release apport 2.28.1-0ubuntu5

4233830... by Chris Peterson

subiquity: typing updates

1310db2... by Chris Peterson

subiquity: modify revision logic for permissions

Change the get_revision logic to accept the contents of the log
instead of reading it directly. This way we don't have to do a
permissions prompt just to get the revision information.

d837f7c... by Chris Peterson

subiquity: refactor logic to determine revision

5725848... by Chris Peterson

subiquity: add journal logs

* d/package-hooks/subiquity.py:
  - Add journal logs

6edba8c... by Chris Peterson

subiquity: format log map and fix typo

e70b5db... by Chris Peterson

subiquity: update add_info docstring

bf66e94... by Benjamin Drung

autopkgtest: add chaos-marmosets for system-tests

Signed-off-by: Benjamin Drung <email address hidden>

db3065c... by Benjamin Drung

Drop python3-requests dependency

Signed-off-by: Benjamin Drung <email address hidden>

7b6d918... by Benjamin Drung

ubuntu: fix possibly using dpkg_log_without_error before assignment

pylint complains:

```
data/general-hooks/ubuntu.py:215:23: E0606: Possibly using variable 'dpkg_log_without_error' before assignment (possibly-used-before-assignment)
```

Move the code in question into a separate function and set
`dpkg_log_without_error` to an empty string in case neither
`DpkgTerminalLog` nor `VarLogDistupgradeApttermlog` is in the report.

Signed-off-by: Benjamin Drung <email address hidden>