pmbootstrap-meow/pmb/core
Luca Weiss 49fd496c94
pmb.config: Set default ssh_key_glob to *.pub (MR 2251)
When generating an ssh key it's simple to change the name of the key to
something that's not e.g. id_rsa.pub or id_ed25519.pub, so let's try to
capture ssh keys for more users.
2024-11-07 01:14:06 +01:00
..
__init__.py core: don't re-export get_context (MR 2252) 2024-06-23 12:38:40 +02:00
apkindex_block.py Improvements to documentation (MR 2440) 2024-10-21 21:46:26 +02:00
arch.py pmb.core.arch: add noarch (MR 2446) 2024-10-21 21:41:16 +02:00
chroot.py core: chroot: make ChrootType membership check work on python 3.10 (MR 2471) 2024-11-03 13:52:21 +01:00
config.py pmb.config: Set default ssh_key_glob to *.pub (MR 2251) 2024-11-07 01:14:06 +01:00
context.py pmb: Add lots of type hints (MR 2464) 2024-10-30 12:39:45 +01:00
dps.py pmb.core: add Discoverable Partitions Specification file (MR 2426) 2024-10-13 19:59:26 +02:00
package_metadata.py pmb.core.apkindex_block: Don't mark depends as optional (MR 2438) 2024-10-21 21:05:17 +02:00
pkgrepo.py core: pkgrepo: support arbitrarily named pmaports directories (MR 2470) 2024-11-03 12:26:32 +01:00
test_arch.py pmb.core.arch: add noarch (MR 2446) 2024-10-21 21:41:16 +02:00
test_chroot.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
test_pkgrepo.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00