~snappy-dev/snapd/+git/snapd-pawel:lime-sdr-interface

Last commit made on 2018-11-20
Get this branch:
git clone -b lime-sdr-interface https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
lime-sdr-interface
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

b890488... by Paweł Stołowski

Draft of LimeSDR hotplug interface.

f3f1b14... by Zygmunt Krynicki

Merge pull request #6150 from zyga/feature/user-mount-ns-8

cmd/snap-discard-ns: add support for --from-snap-confine

7ca8cfd... by Maciej Borzecki

Merge pull request #6175 from mvo5/tinyproxy-notify

tests: make tinyproxy support systemd notify

7626df4... by Michael Vogt

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

tests: fix shellcheck

9fd4fca... by Michael Vogt

tests: make tinyproxy support systemd notify

The tinyproxy has a bit of a startup delay (python init and all that).
This means that sometimes in tests the proxy is not fully ready when
the test tries to talk to it. This PR makes the proxy a "notify"
service that only notifies after the proxy is ready.

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

cccc354... by Zygmunt Krynicki

cmd/snap-discard-ns: small usability tweak

Signed-off-by: Zygmunt Krynicki <email address hidden>

b7d0d7d... by Zygmunt Krynicki

Revert "cmd/snap-discard-ns: improve command line parsing"

This reverts commit 54cf9f902d92a6cc1fe31bb73a2c7a766117c8b0.

54cf9f9... by Zygmunt Krynicki

cmd/snap-discard-ns: improve command line parsing

Signed-off-by: Zygmunt Krynicki <email address hidden>