~morphis/snappy-hwe-snaps/+git/pulseaudio:f/use-explicit-runtime-dir

Last commit made on 2017-03-01
Get this branch:
git clone -b f/use-explicit-runtime-dir https://git.launchpad.net/~morphis/snappy-hwe-snaps/+git/pulseaudio
Only Simon Fels can upload to this branch. If you are Simon Fels please log in for upload directions.

Branch merges

Branch information

Name:
f/use-explicit-runtime-dir
Repository:
lp:~morphis/snappy-hwe-snaps/+git/pulseaudio

Recent commits

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.

4e031de... by Simon Fels

Drop tiny and unneeded sleep call before we call journalctl again

22d2543... by Simon Fels

Clean log before each test and print out interesting things in debug mode

8040b49... by Simon Fels

Rework spread test setup to be inline with the rest of our snaps