~carlosariel/snappy-hwe-snaps/+git/pulseaudio:stable

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

Branch merges

Branch information

Recent commits

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

Bump version to 8.0-4

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

Merge remote tracking branch f/use-explicit-runtime-dir

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

7dc31ed... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch f/alias-support

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

6dab7ea... by Simon Fels

Respect review comments

b2f1261... by Simon Fels

Write a common wrapper for all our client utilities

ab8d6b0... by Simon Fels

tests: add test case to cover documentation

a0976c7... by Simon Fels

docs: add initial documentation

9cb6c71... by Simon Fels

tests: add test case to cover change runtime directory configuration

087a320... by Simon Fels

Rename fileset in snapcraft build configuration to be more precise

5332541... by Simon Fels

Use PULSE_RUNTIME_PATH to specify global runtime directory

As we run pulseaudio in system mode we don't have a per user runtime
directory. If we just start pulseaudio in system mode it still tries
to create on below XDG_RUNTIME_DIR but as mediate access via
interfaces already to our PULSE_RUNTIME_PATH directory we can use a
global one to make our life much easier.