Alex Willmer

Results 363 comments of Alex Willmer

INTERPRETER_PYTHON_DISTRO_MAP was renamed to _INTERPRETER_PYTHON_DISTRO_MAP in Ansible 7 (ansible-core 2.14, https://github.com/ansible/ansible/pull/78068) and removed in Ansible 12 (anssible-core 2.19, https://github.com/ansible/ansible/pull/84394, https://github.com/ansible/ansible/commit/1bd8882497a7b94b61c9cd63389df2550cecdf72).

`#!/usr/bin/env ...` quirks - POSIX only guarantees `#!/some/cmd arg1` will work. - Linux: `#!/some/cmd arg1 arg2` transforms to `['/some/cmd'. 'arg1 arg2'] - Solaris: `#!/some/cmd arg1 arg2` transforms to `['/some/cmd'. 'arg1']...

Notes to self: - Tests that mention retry are thin on the ground, maybe none at all. Based on ``` ➜ mitogen git:(master) ✗ ag 'retries|retry' -l tests/*.py tests/testlib.py ➜...

- Arm64 images? - BSD images? OpenSolaris? Do those exist? - Podman vs Docker?

Dumping ground for now https://github.com/moreati/mitogen/pull/new/issue1118

Ansible 11 is probably the last release that the current set of runners can be used with, based on Python versions they ship. Refs #1129, #1177.

Github pipelines ubuntu-latest will change to 24.04 by 2025-01-17 https://github.com/actions/runner-images/issues/10636

Debian 13 (trixie) is likely to be release summer 2025

[Alpine Linux](https://www.alpinelinux.org/) might cover a few bases that are currently "here be dragons" - libc that's not glibc (musl) - commands that are GNU coreutils (Busybox) - sh that's not...

Alma Linux 10.0 was released https://almalinux.org/blog/2025-05-27-welcoming-almalinux-10/