~snappy-dev/snapd/+git/snapd-pawel:snapd-generator-path-fallback

Last commit made on 2020-08-19
Get this branch:
git clone -b snapd-generator-path-fallback https://git.launchpad.net/~snappy-dev/snapd/+git/snapd-pawel

Branch merges

Branch information

Name:
snapd-generator-path-fallback
Repository:
lp:~snappy-dev/snapd/+git/snapd-pawel

Recent commits

4956b2c... by Paweł Stołowski

Use PATH fallback if PATH is not set in snapd-generator (this is the case on 16.04).

bf9840b... by Michael Vogt

Merge pull request #9181 from mvo5/arch-udisks2

tests: disable udisks2 test on arch linux

6c46913... by Zygmunt Krynicki

Merge pull request #9180 from zyga/fix/go-latest-stable

github: use latest/stable go, not latest/edge

ef0b972... by Michael Vogt

tests: disable udisks2 test on arch linux

The udisks2 interface test fails on arch linux currently. This
is not a problem with the confinement, even the unconfined command
fails. But running plain "mount" works:
```
$ udisksctl mount -b "$device"
Object /org/freedesktop/UDisks2/block_devices/loop200 is not a mountable filesystem.
$ mount "$device" $(mktemp -d tmp-mount.XXXXXXXXXX)
$ udisksctl mount -b "$device"
Error mounting /dev/loop200: GDBus.Error:org.freedesktop.UDisks2.Error.AlreadyMounted: Device /dev/loop200 is already mounted at `/home/gopath/src/github.com/snapcore/snapd/tests/main/interfaces-udisks2/tmp-mount.jDJmsK2fZF'.
$ ls /home/gopath/src/github.com/snapcore/snapd/tests/main/interfaces-udisks2/tmp-mount.jDJmsK2fZF
lost+found
```
so it seems udisks2 is currently broken in arch.

3754f24... by Zygmunt Krynicki

github: use latest/stable go, not latest/edge

It seems revision 6315 is somehow busted, as go tries to write to
/snap/go/6312/pkg/linux_amd64/runtime.a. For more stability, follow
latest/stable instead.

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

1430a1f... by Michael Vogt

Merge pull request #9177 from sergiocazzolato/tests-disable-eoan

tests: remove support for ubuntu 19.10 from spread tests

c79672c... by Michael Vogt

Merge pull request #9174 from zyga/fix/lxd-test-version-id

tests: fix lxd test wrongly tracking 'latest'

81b4c3e... by Michael Vogt

Merge pull request #9178 from cmatsuoka/secboot-update-encryption-docstrings

secboot: document exported functions

5feab25... by Claudio Matsuoka

secboot: document exported functions

Add proper documentation to the FormatEncryptedDevice and AddRecoveryKey
functions.

Signed-off-by: Claudio Matsuoka <email address hidden>

52d9c14... by Sergio Cazzolato

Remove support for ubuntu 19.10 from spread tests