~rcj/livecd-rootfs/+git/livecd-rootfs:feature/magic-proxy-logdump-xenial

Last commit made on 2019-10-08
Get this branch:
git clone -b feature/magic-proxy-logdump-xenial 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:
feature/magic-proxy-logdump-xenial
Repository:
lp:~rcj/livecd-rootfs/+git/livecd-rootfs

Recent commits

53e8eea... by Robert C Jennings

magic-proxy: dump proxy log to stdout on failure (LP: #1847300)

When we encounter a failure in 'lb binary' the launchpad builders can
only surface the build output from stdout. If the binary hook failure
implicates the archive we can not determine fault without the apt
proxy log. This patch will dump the proxy log to stdout to aid in
debugging these failures.

24e1ea3... by Colin Watson

releasing package livecd-rootfs version 2.408.54

27ef9b0... by Colin Watson

Fix /dev/ptmx rather than excluding makedev

Revert exclusion of makedev from buildd chroots, as it turned out not to
be the problem. Instead, fix up /dev/ptmx to be a character device node
rather than a symlink to /dev/pts/ptmx, in line with the discussion in
https://bugs.debian.org/817236; I think this is safer than
cherry-picking the fix to debootstrap at this point in a stable release
cycle.

LP: #1844504

684c0c6... by Colin Watson

releasing package livecd-rootfs version 2.408.53

6049019... by Colin Watson

Fix exclusion of makedev from buildd chroots

debootstrap doesn't respect --exclude for "Priority: required" packages,
so we have to purge makedev later.

LP: #1844504

ca8e2b2... by Colin Watson

releasing package livecd-rootfs version 2.408.52

ca945b9... by Colin Watson

Add reference to LP: #1844504

566b3f3... by Colin Watson

Exclude makedev from buildd chroots

It was historically excluded, and apparently breaks some builds (e.g.
mir).

badff9d... by Ɓukasz Zemczak

releasing package livecd-rootfs version 2.408.51

ae9b91d... by Robert C Jennings

ubuntu-cpc: use sys.exit() rather than quit()