~robertliu/snappy-hwe-snaps/+git/pulseaudio:master

Last commit made on 2017-01-06
Get this branch:
git clone -b master https://git.launchpad.net/~robertliu/snappy-hwe-snaps/+git/pulseaudio
Only Robert Liu can upload to this branch. If you are Robert Liu please log in for upload directions.

Branch merges

Branch information

Recent commits

5752c06... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch bug/enable-proposed

Merge-Proposal: https://code.launchpad.net/~morphis/snappy-hwe-snaps/+git/pulseaudio/+merge/314227

c755d8e... by Simon Fels

tests: upgrade classic system from proposed

a29ac2f... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Version 8.0-3

c3e5e6e... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch feature/fix-runtime-issues

Merge-Proposal: https://code.launchpad.net/~kzapalowicz/snappy-hwe-snaps/+git/pulseaudio/+merge/313340

0792791... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Use stable channelm not candidate, for image building

ef3646b... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Use stable channel for image creation

The Core image from th candidate channel hes problems in resolving the
dependencies for the pulseaudio snap. This forces the image to be
created out of the 'stable' channel which should not have this
problem

99ba403... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Fix failing CI infrastructure due to broken packages

The CI is failing because libudev-dev is having the unmet dependencies.
This commit makes sure that the upgrade is performed before the snap
is build.

9268445... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

pulseaudio: fix the plug/slot connectin problem

The plugs and slots for pulseaudio snap cannot be connected w/o the
assertion which is a case when installing a locally build snap. This
change makes sure that the snap from the store is installed before
so that the connection is made.

60fd5cc... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Add home plug for parec command

This commit adds home plug to the parec command so that it is possible
to play files from the ~ directory.

7a8251b... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Add network plug

The network plug is needed to overcome SecComp complaining of
the unauthorized usage of the send system call.