ubuntu-advantage-script:logging-with-extra

Last commit made on 2023-04-15
Get this branch:
git clone -b logging-with-extra https://git.launchpad.net/ubuntu-advantage-script

Branch merges

Branch information

Name:
logging-with-extra
Repository:
lp:ubuntu-advantage-script

Recent commits

eb04e67... by Grant Orndorff

idea wip

7da5a99... by Grant Orndorff

tests: use collect-logs on test failures and add latest logs symlink in artifact dir

da6439b... by Grant Orndorff

tests: use default param value for artifacts_dir default

e1db125... by Grant Orndorff

tests: stop overwriting behave config with our config

11ecd1a... by Grant Orndorff

tests: allow -D args for setting custom behave config

372fd4a... by Sally Makin

Update to feedback button text

Making reference to feedback button text consistent with
proposed change to feedback button

7bc28a8... by Sally Makin

Change feedback button text

This feature is now added to the starter pack, changing button text
to be consistent with that

9d51474... by Grant Orndorff

system: fall back to /usr/lib/os-release

Per the manpage of os-release: "The file /etc/os-release takes
precedence over /usr/lib/os-release. Applications should check for the
former, and exclusively use its data if it exists, and only fall back to
/usr/lib/os-release if it is missing."

Also remove unused argument to parse_os_release

b3e6798... by Grant Orndorff

kernel_info: use uname.machine for kernel arch

Livepatch support should be determined by the kernel arch, which may be
different from the user-space package arch. Now we use dpkg
--print-architecture for package-based service support, and we use
uname.machine for livepatch support.

Fixes: #2517

4f5bbe6... by Grant Orndorff

always use dpkg instead of lscpu for arch