pmbootstrap/pmb/chroot
Oliver Smith 185973fd97
Remove distcc support
With this code path, pmbootstrap would start a distccd + sshd in the
native chroot, and configure it so it runs the cross compiler. The
foreign arch chroots would then call this cross compiler from localhost
by calling the distcc client instead of gcc.

This code has been obsoleted by the much simpler crossdirect in 2019.
Let's finally remove it.

Fixes: issue 2179
Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Clayton Craft <clayton@craftyguy.net>
Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230613161437.570196-4-ollieparanoid@postmarketos.org%3E
2023-06-15 08:31:03 +02:00
..
__init__.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
apk.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
apk_static.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
binfmt.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
init.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
initfs.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
initfs_hooks.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
mount.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
other.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
root.py Don't use 'sudo' when running as root 2023-06-04 11:35:08 +02:00
shutdown.py Remove distcc support 2023-06-15 08:31:03 +02:00
user.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
zap.py Remove distcc support 2023-06-15 08:31:03 +02:00