~mvo/snapd/+git/snapd-mvo:snap-remove-remove-desktop

Last commit made on 2018-11-20
Get this branch:
git clone -b snap-remove-remove-desktop https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
snap-remove-remove-desktop
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

362ffdc... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into snap-remove-remove-desktop

7626df4... by Michael Vogt

Merge pull request #6169 from bboozzoo/bboozzoo/quick-shellcheck-fix

tests: fix shellcheck

d0b9f6a... by Maciej Borzecki

tests: fix shellcheck

ERROR:root:tests/cross/go-build/task.yaml: section 'execute':

In - line 3:
for cmd in $( find ./cmd -mindepth 2 -maxdepth 2 -name \*.go -printf "%h\n" | sort -u ); do
                                                                        ^-- SC1117: Backslash is literal in "\n". Prefer explicit escaping: "\\n".

ERROR:root:shellcheck failed for file tests/regression/lp-1802581/task.yaml in sections: prepare; error log follows
ERROR:root:tests/regression/lp-1802581/task.yaml: section 'prepare':

In - line 5:
systemd_create_and_start_persistent_unit fake-gpio "$TESTSLIB/fakegpio/fake-gpio.py" "[Unit]\nBefore=snap.core.interface.gpio-100.service\n[Service]\nType=notify"
                                                                                             ^-- SC1117: Backslash is literal in "\n". Prefer explicit escaping: "\\n".
                                                                                                                                          ^-- SC1117: Backslash is literal in "\n". Prefer explicit escaping: "\\n".
                                                                                                                                                     ^-- SC1117: Backslash is literal in "\n". Prefer explicit escaping: "\\n".

Signed-off-by: Maciej Borzecki <email address hidden>

24ce7a9... by Michael Vogt

Merge pull request #6153 from mvo5/gpio-updates

tests: use mock-gpio.py in enable-disable-units-gpio test

acb5ba5... by Michael Vogt

tests: address review feedback (thanks to mborzecki)

fb221e4... by Michael Vogt

Merge remote-tracking branch 'upstream/master' into snap-remove-remove-desktop

0a6a79c... by Michael Vogt

Merge pull request #6154 from mvo5/min-snap-name-len

snap: enforce minimal snap name len of 2

075ffbc... by Zygmunt Krynicki

Merge pull request #6145 from zyga/feature/user-mount-ns-7

cmd/libsnap: add sc_verify_snap_lock

f0f3f85... by Michael Vogt

Merge pull request #6165 from zyga/tweak/trespassing-debug

cmd/snap-update-ns: extra debugging of trespassing events

5f733f0... by Michael Vogt

tests: improve robustness of enable-disable-units-gpio