~pieq/bugit/+git/qabro:fix-1782528-additional-info

Last commit made on 2019-05-16
Get this branch:
git clone -b fix-1782528-additional-info 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-1782528-additional-info
Repository:
lp:~pieq/bugit/+git/qabro

Recent commits

5b0ca72... by Pierre Equoy

Bump to v0.10dev

ead1c13... by Pierre Equoy

Code cleanup

- Add a logger name in the main package
- Redefine some class methods as static methods
- Strip an output from useless newlines

2289d11... by Pierre Equoy

Add manifest information to default bug description if available

LP: #1782528

42ce28b... by Pierre Equoy

Add general information to the default bug description

Until now, QABro would gather standard info (CPU, BIOS, GPU, etc.) and
add it to the bug description after the user had submitted the bug.

Now, it adds this information into the default bug description, so that
the user has a chance to review the information and add more if needed.

e411632... by Pierre Equoy

Add kernel version to bug description

LP: #1822938

6ca03cf... by PMR <pmr@pmr-lander>

Merge #364478 from ~pieq/qabro/+git/qabro:fix-segfault-on-uc16

0fe3d48... by Pierre Equoy

Provide easier defaults to run sosreport on its own

qabro can be used to generate reports directly using `sudo
qabro.sosreport`, but by default sosreport will save the generated
report in /tmp/, which is not accessible on Ubuntu Core.

We default to generating the report automatically and saving it as a
.tar.gz archive (UC16 doesn't have xz) in $SNAP_USER_COMMON.

9229380... by Pierre Equoy

Add access to shared libraries

Following the removal of libc6 dependencies, sosreport could not find
the proper shared libraries to execute utilities like lspci.

This commit extends $LD_LIBRARY_PATH to include the required shared libs
and make sure qabro pass this info to the super user when running
sosreport.

7f7053a... by Pierre Equoy

snap: Remove libc6 dependencies

Including libc6 in stage-packages was required in earlier versions of
snapcraft, but it is no longer needed and actually generates
segmentation faults on UC16.

e16abc7... by PMR <pmr@pmr-lander>

Merge #364359 from ~pieq/qabro/+git/qabro:release-0.9