Ian Leonard

Results 18 issues of Ian Leonard

This is a cleanup pass on updates.py. Some issues from reviewing it and some issues shown by pylint. Functional changes are converting Automatic Updates from a auto/manual selector to true/false...

This changes the automatic check for updates to use `/usr/bin/update-system` if it's present. If not, then it falls back to asking the server for update information (current practice). `update-system`'s output...

LE 12.0

This builds on #301. Its commits are included here. @flubshi you're the only user I know of who may create their own custom releases.json instead of using custom to fill...

This is a cleanup to replace a try/except with an if on deleting a file, and replacing multiple writes with a single f-string for creating the config for a persistent...

This compresses the backup tarball that is created with gzip at level 1. The intent is to be quick enough for users to not notice something changed, while still having...

This converts the compress/* packages and bcm2835-utils (and depend dtc) to depend primarily on gcc:host. Packages were chosen because they're generally straightforward packages without large depend graphs. Edits what's using...

TOOLCHAIN
LE 13.0

This adds tools for building a sources mirror. Its broken into three parts: genbuildplan.py: modified to add command line arguments for use by other scripts genmirrorlist.py: new script to output...

This changes the default fallback DNS servers to Cloudflare's 1.1.1.1 service. User chosen or connman managed DNS servers are still preferred over this. My understanding is that Cloudflare's public DNS...

LE 13.0