~mvo/snapd/+git/snapd-mvo:timecontrol-adjtimex

Last commit made on 2019-06-03
Get this branch:
git clone -b timecontrol-adjtimex https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
timecontrol-adjtimex
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

9e5ce17... by Michael Vogt

interfaces: add missing adjtimex to time-control

This came up during snapping "chrony" - apparently we do not allow
adjtimex in time-control but its used by chrony and I see no reason
not to add it. Hence this PR :)

6032576... by Zygmunt Krynicki

Merge pull request #6942 from zyga/tweak/bump-ref

spread.yaml: bump delta ref to 2.39.1

7d8d19c... by Zygmunt Krynicki

spread.yaml: bump delta ref to 2.39.1

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

f4dc0d3... by Maciej Borzecki

Merge pull request #6928 from mvo5/fix-ftbfs-on-powerpc-harder

packaging: fix build-depends on powerpc

0b59ceb... by Michael Vogt

Merge pull request #6938 from sergiocazzolato/add-opnensuse-leap-15-1

tests: run spread tests on opensuse leap 15.1

00fdbaf... by Zygmunt Krynicki

Merge pull request #6941 from bboozzoo/bboozzoo/strutil-fix-ineffassign

strutil/shlex: fix ineffassign

8d883ae... by Maciej Borzecki

strutil/shlex: fix ineffassign

The `state` variable is function local, assigning before return does not make
sense.

Fixes:
github.com/snapcore/snapd/strutil/shlex/shlex.go:375:8: ineffectual assignment to state

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

7e54e41... by Sergio Cazzolato

Removing packaging for old opensuse versions

1b88be6... by Sergio Cazzolato

Run spread tests on opensuse leap 15.1

This change includes:
. Run tests on new opensuse leap 15.1 image
. Move to manual opensuse leap 15.0
. Remove opensuse 42.3

8999873... by "John R. Lenton" <email address hidden>

Merge pull request #6933 from mvo5/min-gomaxprocs-2

cmd/snapd: ensure GOMAXPROCS is at least 2