~pieq/bugit/+git/qabro:fix-1903229-acpidump-arm

Last commit made on 2020-11-06
Get this branch:
git clone -b fix-1903229-acpidump-arm https://git.launchpad.net/~pieq/bugit/+git/qabro
Only Pierre Equoy can upload to this branch. If you are Pierre Equoy please log in for upload directions.

Branch merges

Branch information

Name:
fix-1903229-acpidump-arm
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

860abc7... by Pierre Equoy

bug_assistant: attach acpidump output if process call OK

On some ARM devices, ACPI tables are absent, so acpidump returns a 255
exit status, which raises a subprocess.CalledProcessError in qabro.

Instead, subprocess.run() is used, catching stdout and stderr, and
attaching stdout if everything goes smoothly.

LP: #1903229

a630ca8... by Pierre Equoy

Bump to v0.15dev

06210bc... by PMR <pmr@pmr-lander>

Merge #391413 from ~pieq/qabro/+git/qabro:release-v0.14

a3330f7... by Pierre Equoy

Bump to v0.14

8bfc3b5... by PMR <pmr@pmr-lander>

Merge #390891 from ~pieq/qabro/+git/qabro:lp1892198-new-checkbox-session-dir

fec4472... by Pierre Equoy

doc: update changelog

2d4fea5... by Pierre Equoy

Add unit test for the new generic Checkbox sessions directory

35bd319... by Pierre Equoy

Search for Checkbox sessions in /var/tmp/checkbox-ng

Starting with checkbox-ng 1.10, the directory where the Checkbox
sessions are stored will be changed to /var/tmp/checkbox-ng/sessions/
(see joc's MR for more info[1]).

[1]
https://code.launchpad.net/~jocave/checkbox-ng/+git/checkbox-ng/+merge/389330

LP: #1892198

48f4aa7... by PMR <pmr@pmr-lander>

Merge #390812 from ~pieq/qabro/+git/qabro:changelog

Added a changelog file

0f71573... by Pierre Equoy

doc: add changelog