~kzapalowicz/snappy-hwe-snaps/+git/udisks2:fix/merge-conflicts

Last commit made on 2017-06-07
Get this branch:
git clone -b fix/merge-conflicts https://git.launchpad.net/~kzapalowicz/snappy-hwe-snaps/+git/udisks2
Only Konrad Zapałowicz can upload to this branch. If you are Konrad Zapałowicz please log in for upload directions.

Branch merges

Branch information

Name:
fix/merge-conflicts
Repository:
lp:~kzapalowicz/snappy-hwe-snaps/+git/udisks2

Recent commits

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

snap: the hook is creating/removing files only when necessary

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

snap: apply review comments

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

docs: apply review comments

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

tests: apply review comments

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

tests: enable debug output where necessary

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

tests: add test for debug configuration option

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

docs: document the debug.enable configuration option

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

udisks2: add support for "debug.enable" snap option

This commit uses the "debug.enable" snap configure option to either
enable or disable logging. The check is performed only once, before
main is entered. The sulution redirects logging to /dev/null in case
the "debug.enable" is set to "false".

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

snap: add config hook for debug option

This commit adds "debug.enable" snap option. The alloved values are:
 * true
 * false
When set to "true" the $SNAP_COMMON/.debug_enabled file is created.

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

ciborium: listen for unmount completed and error events

The event-listening routine has been missing subscribing to channels
that serve the unmount related events (completed and error). As a result
these were not visible from the logs.

This commit fixes this situation by adding the subscription.

This fix is related to LP:1689310