~pieq/bugit/+git/qabro:fix-segfault-on-uc16

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

Recent commits

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

200d58b... by PMR <pmr@pmr-lander>

Merge #362718 from ~pieq/qabro/+git/qabro:fix-1806832-bug-info-per-series

69511ab... by Pierre Equoy

Add series first and bug information to the latest series

If a series is given, qabro will first assign it to the created bug,
then will update the bug information (assignee, status, importance) into
this series (or to the default task if no series is provided).

This allows, for instance, to assign hwe-series related bugs to people.

LP: #1806832

3de3505... by PMR <pmr@pmr-lander>

Merge #361827 from ~pieq/qabro/+git/qabro:fix-1806841-urwid-unicode