subiquity:core/bionic

Last commit made on 2020-07-22
Get this branch:
git clone -b core/bionic https://git.launchpad.net/subiquity

Branch merges

Branch information

Name:
core/bionic
Repository:
lp:subiquity

Recent commits

42f29c7... by Dimitri John Ledkov

releasing package subiquity version 0.0.29+18.04.2

24abe10... by Dimitri John Ledkov

Merge pull request #798 from mwhudson/core18-lp-1881588

backport bug 1881588 fixes to version for core18

c51f809... by Michael Hudson-Doyle

fix get_device_owner return value

83b0fe1... by Michael Hudson-Doyle

changes suggested in review

2a2b995... by Michael Hudson-Doyle

use snapd apis to check for a user and (minimally) handle a managed system with no owner

4f8b1c7... by Michael Hudson-Doyle

add minimised version of subiquitycore.snapd

f534342... by Dimitri John Ledkov

Fix typpo

36e11ae... by Dimitri John Ledkov

Merge pull request #391 from mvo5/console-conf-wrapper-fail

console-conf-wrapper: deal more gracefully with seeding failures

06bf124... by Michael Vogt

console-conf-wrapper: deal more gracefully with seeding failures

Right now the console-conf wrapper assumes that the "snap" command
is available. However in a core18 world this may not be the case.

The snap command is provided by the snapd snap which needs to get
seeded first. If this seeding fails no snap command is available.

This PR changes console-conf-wrapper to deal more gracefully with
the error condition by at least showing the relevant log and
explaining what is going on to the user.

6246f2f... by Ɓukasz Zemczak

Merge pull request #390 from mvo5/core-console-conf-wrapper-shellcheck

Makefile,console-conf-wrapper: run shellcheck and fix issues