~toabctl/livecd-rootfs:magic-proxy-lp1946520

Last commit made on 2021-10-25
Get this branch:
git clone -b magic-proxy-lp1946520 https://git.launchpad.net/~toabctl/livecd-rootfs
Only Thomas Bechtold can upload to this branch. If you are Thomas Bechtold please log in for upload directions.

Branch merges

Branch information

Name:
magic-proxy-lp1946520
Repository:
lp:~toabctl/livecd-rootfs

Recent commits

ad9ff5a... by Thomas Bechtold

debian/changelog entry

af888e2... by Thomas Bechtold

magic-proxy: fix exception handling for URLError LP:#1946520

A urllib.error.URLError.reason variable can either be a string or
another Exception[0]. In case it's another exception, the current code
fails because the exception is passed into send_error() which tries
call html.escape() on the Exception. That fails because the Exception
is not a string. Converting the Exception to a string fixes this.

This fixes:

AttributeError: 'TimeoutError' object has no attribute 'replace'

[0]
https://docs.python.org/3/library/urllib.error.html#urllib.error.URLError.reason

5339f16... by Steve Langasek

releasing package livecd-rootfs version 2.742

7d6d42a... by Steve Langasek

Changelog entry

808220c... by Sebastien Bacher

Enable universe sources on the desktop canary

85fb768... by Brian Murray

Properly check ARCH when setting the intel-iot model.

58259c7... by Steve Langasek

releasing package livecd-rootfs version 2.741

fb41e53... by John Chittum

Open new release

Add entry to open new release

9c3851d... by John Chittum

Mount cgroup2 type for snapd

LP: 1944004 described an issue where a libc transition caused snapd
seccomp profiles to reference a path that no longer existed, leading to
permission denied errors. The committed fix for snapd then raised an
issue where running `snapd debug seeding` would present a
preseed-system-key and seed-restart-system-key due to a mismatch
between the running kernel capabilities and the profiles being loaded by
snapd. By mounting a cgroup2 type to /sys/fs/cgroup, the capabilities
match for snapd as mounted in the chroot. This is done similarly to
live-build/functions:138-140 where apparmour and seccomp actions are
mounted after updating the buildd.

271d498... by Steve Langasek

releasing package livecd-rootfs version 2.740