snappy:2.46

Last commit made on 2020-09-08
Get this branch:
git clone -b 2.46 https://git.launchpad.net/snappy

Branch merges

Branch information

Name:
2.46
Repository:
lp:snappy

Recent commits

69553de... by Michael Vogt

Merge pull request #9288 from stolowski/remove-cups-workaround

tests: remove workaround for cups on ubuntu-20.10

a18bfa1... by Michael Vogt

Merge pull request #9291 from mvo5/systems-reboot-api-client-side

client: implement RebootToSystem

562970a... by Michael Vogt

client: fix doc string for RebootToSystem

afc0617... by Michael Vogt

client: rename DoSystemReboot->RebootToSystem

ae17902... by Michael Vogt

client: implement DoSystemReboot()

eaa9fb9... by Michael Vogt

Merge pull request #9290 from mvo5/release-2.46.1

release: 2.46.1

694c0eb... by Samuele Pedroni

many: seed.Model panics now if called before LoadAssertions

Merge pull request #9285 from pedronis/seed-model-panic

with experience and after the simplifications of snap-bootstrap
all our usages call Model just after LoadAssertions
in the same functions, so it seems panicing is good enough
and removes the wondering what kind of error might be involved
in retrieving the model after loading successfully all assertions

this is a follow-up to the discussions in #9283 about mod, _ := seed.Model()

9ce018c... by Michael Vogt

Merge pull request #9210 from mvo5/api-system-post-reboot

daemon: add /v2/systems "reboot" action API

c271996... by Michael Vogt

Merge pull request #9289 from mvo5/release-branches-run-tests-on-push-for-master

github: run tests also on push to release branches

8f52414... by Michael Vogt

github: run tests also on push to release branches

Fixes for release branches are often cherry-picked and then
directly pushed. This commit ensures that this results in a
full test run too. Right now we are flying a bit blind and
may miss that fixes like PR#9242 also need to go to the
release branches.