~rcj/livecd-rootfs/+git/livecd-rootfs:ubuntu/master_parallel_cpc_fixes

Last commit made on 2019-05-02
Get this branch:
git clone -b ubuntu/master_parallel_cpc_fixes https://git.launchpad.net/~rcj/livecd-rootfs/+git/livecd-rootfs
Only Robert C Jennings can upload to this branch. If you are Robert C Jennings please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/master_parallel_cpc_fixes
Repository:
lp:~rcj/livecd-rootfs/+git/livecd-rootfs

Recent commits

bca9242... by Robert C Jennings

ubuntu-cpc: Allow comments in series files and add comments

The addition of disk-image to series files in a prior commit required
some explanation. Without comment support in series files that was
not possible. This patch adds support for comments and adds those
comments as well.

0585039... by Robert C Jennings

ubuntu-cpc: Ensure base disk image is the same between all build targets

The following targets have livecd.ubuntu-cpc.manifest (and
livecd.ubuntu-cpc.ext4) which differ in some way from the 'all'
target. They are all missing grub-efi and other modifications:

root-dir
squashfs
tarball

These targets do not depend on the 'disk-image' target. This means that
the ext4 produced will lack the uefi modifications (and any from the
disk-image target binary hooks).

Since the ext4 file is common to all builds there is a chance that a
parallel build from one of these targets could overwrite this artifact.
This patch ensures that all targets will produce consistent base output.

0bfc5c4... by Robert C Jennings

ubuntu-cpc: Fixup comment references to file names post-parallelization

263cc6f... by Julian Andres Klode

releasing package livecd-rootfs version 2.580

ffd06b6... by Julian Andres Klode

Merge branch 'minimize-manual-earlier' of lp:~juliank/livecd-rootfs into ubuntu/master

0fe925b... by Dimitri John Ledkov

releasing package livecd-rootfs version 2.579

d139648... by Dimitri John Ledkov

Fix ubuntu-server-live images to generate initrd with casper UUID. Whilst configs are sources, the variables are not exported into the environment by default. Thus when casper hook is executed, it had no idea that it should generate UUID.

e95ad81... by Julian Andres Klode

Run clean_debian_chroot after minimize_manual

This avoids us having apt cache files in the final image.

For auto/build, we move the call to clean_debian_chroot to the end,
this also takes care of the caches generated by apt-get update
in case of a preinstalled-pool.

For layered, it's just a simple swap of the lines.

LP: #1826377

d5c0bd1... by Steve Langasek

releasing package livecd-rootfs version 2.578

39f2558... by Steve Langasek

Fix the sed script that Tobias had right in the first place and I mangled in the previous upload.