curtin:ubuntu/disco

Last commit made on 2019-09-10
Get this branch:
git clone -b ubuntu/disco https://git.launchpad.net/curtin
Members of curtin developers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/disco
Repository:
lp:curtin

Recent commits

f876bae... by Dan Watkins

Revert "d/control: update Depends for new probert package names"

This reverts commit 43c0a1474c4d32cebf0e940e555a7ac6851dbe9c.

(I incorrectly didn't fix the Depends during the preceding merge, but
its existence is still sufficient for this revert to not cause merge
conflicts into master.)

4127937... by Dan Watkins

Merge branch 'fix_merge_conflicts' into ubuntu/disco

This is required because master and the ubuntu/* branches now conflict
on merge, due to different Depends lines for probert. This commit being
present in master and in each of the packaging branches gives git enough
information to not conflict.

c13412d... by Dimitri John Ledkov

d/control: update Depends for new probert package names

Matching commit to curtin for
https://github.com/CanonicalLtd/probert/pull/73

43c0a14... by Dimitri John Ledkov

d/control: update Depends for new probert package names

Matching commit to curtin for
https://github.com/CanonicalLtd/probert/pull/73

80f2c54... by Ryan Harper

update changelog

e6cb732... by Ryan Harper

d/control: drop probert dependency for Disco

Probert is not in main, cannot depend on probert

LP: #1831757

5653cef... by Ryan Harper

releasing curtin version 19.1-7-g37a7a0f4-0ubuntu1~19.04.1

25fdb96... by Ryan Harper

update changelog (New upstream snapshot 19.1-7-g37a7a0f4).

fe89917... by Ryan Harper

merge from upstream at 19.1-7-g37a7a0f4

37a7a0f... by Ryan Harper

vmtests: determine block name via dname when verifying volume groups

The LVM tests verify `pvs` output to check that a VG is composed of
the specified devices from the storage config. The current test
expected /dev/sda, /dev/sdb for certain VGs, however, sda/sdb kernel
names are not stable and sometimes we would fail to verify when the
order was swapped. Instead we now look up the dname, which is stable
to determine the kname of the specific disk at runtime and use that
to verify the VG is composed of the correct devices.