~pieq/bugit/+git/qabro:fix-1822938

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

Recent commits

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

658bc03... by Pierre Equoy

Bump to v0.9

42542a5... by PMR <pmr@pmr-lander>

Merge #364293 from ~pieq/qabro/+git/qabro:fix-print-typo

35b340e... by Pierre Equoy

Fix formatting typo