~mvo/snapd/+git/snapd-mvo:handlers-serial-retry

Last commit made on 2019-12-11
Get this branch:
git clone -b handlers-serial-retry https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
handlers-serial-retry
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

c1ec9db... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into handlers-serial-retry

7b29b2d... by Sergio Cazzolato

Merge pull request #7888 from sergiocazzolato/tests-disable-apt-hooks

tests: disable apt-hooks test until it can be properly fixed

cd73b92... by Sergio Cazzolato

Disable apt-hooks test until it can be properly fixed

0635054... by Sergio Cazzolato

Merge pull request #7885 from jdstrand/xenial-and-bionic-have-mediating-pulseaudio

tests: 16.04 and 18.04 now have mediating pulseaudio

0552bf0... by Jamie Strandboge

tests: 16.04 and 18.04 now have mediating pulseaudio

References:
- https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1781428

ce6b3b9... by Michael Vogt

Merge pull request #7830 from stolowski/fix-hooks-in-label-expr

interfaces: include hooks in plug/slot apparmor label.

6a96da2... by Jamie Strandboge

interfaces: add raw-volume interface for access to partitions (#7768)

While the block-devices interface provides access to raw disks, some
applications need access to disk partitions at the block level. This
interface provides this access. Since read access gives the snap access
to all data on the device and write access allows changing the contents
of the disk partition, this interface is considered a "super-privileged"
interface since it grants device ownership to the snap.

This is needed for enabling certain UC20 devices and needs to be in 2.43.

2a743cd... by Michael Vogt

devicestate: use httputil.ShouldRetryError() in prepareSerialRequest

We got a bugreport that the detection of temporary vs permanent
network errors is not reliable when requesting serials. This
commit changes the code to use the more elaborate code from
httputil to detect the failure condition.

b59bb91... by Claudio Matsuoka

Merge pull request #7873 from mvo5/boot-uc20-7

image: set recovery system label when creating the image

20b46fe... by Michael Vogt

Merge pull request #7878 from bboozzoo/bboozzoo/generator-snap-mount-dir

cmd/snapd-generator: fix unit name for non /snap mount locations