.vscode
|
Add formatting
|
2021-08-08 18:24:56 +02:00 |
bin
|
Make main.py the main entrypoint again and call docker wrapper enforcement from cli() callback
|
2021-09-26 17:19:30 +02:00 |
chroot
|
Chroot.deactivate(ignore_rootfs=True): also ignore /boot
|
2022-05-07 13:34:14 +02:00 |
distro
|
move Pkgbuild class to packages/
|
2022-02-20 20:21:05 +01:00 |
local
|
remove unused local/etc/
|
2022-02-17 03:00:21 +01:00 |
packages
|
get_makepkg_env(): filter out CI variables
|
2022-05-07 05:32:25 +02:00 |
wrapper
|
wrapper: fix self.type.capitalise() vs self.type.upper()
|
2022-05-05 15:54:50 +02:00 |
.gitignore
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
.gitlab-ci.yml
|
gitlab-ci: add mypy type-checking
|
2022-02-18 06:50:47 +01:00 |
binfmt.py
|
binfmt.unregister(): drop unused args
|
2022-02-14 20:53:15 +01:00 |
boot.py
|
boot.py: cleanups, don't create loopdev just for jumpdrive
|
2022-02-13 20:00:59 +01:00 |
cache.py
|
trim leftovers to please the formatter
|
2022-02-14 20:05:13 +01:00 |
config.py
|
config.py: satisfy mypy on TypedDict access via runtime string
|
2022-05-05 14:27:21 +02:00 |
constants.py
|
constants: import TypeAlias from typing_extensions (py3.9 compat)
|
2022-02-20 20:21:23 +01:00 |
Dockerfile
|
Remove leftovers, please the formatter.
|
2022-02-17 06:42:15 +01:00 |
fastboot.py
|
small cleanups
|
2022-02-20 19:23:28 +01:00 |
flash.py
|
Add help strings to all click CMDs
|
2022-02-13 19:57:04 +01:00 |
format.sh
|
format.sh: add --check
|
2021-08-09 00:29:38 +02:00 |
forwarding.py
|
Add help strings to all click CMDs
|
2022-02-13 19:57:04 +01:00 |
generator.py
|
Type annotate all the things!
|
2022-02-18 06:32:04 +01:00 |
image.py
|
chroot/: fix class vars vs instance vars
|
2022-03-03 16:54:43 +01:00 |
LICENSE
|
LICENSE: Add GPLv3 as was decided ages ago on Matrix.
|
2022-02-28 04:26:08 +01:00 |
logger.py
|
let's break all the things! (use distros to generate repos)
|
2021-09-29 16:54:26 +02:00 |
main.py
|
main.py: add -E alias for --error-shell
|
2022-01-26 17:53:53 +01:00 |
README.md
|
README: add usage instructions
|
2022-02-06 04:37:42 +01:00 |
requirements.txt
|
constants: import TypeAlias from typing_extensions (py3.9 compat)
|
2022-02-20 20:21:23 +01:00 |
setup.cfg
|
Add formatting
|
2021-08-08 18:24:56 +02:00 |
ssh.py
|
Merge branch 'dev' into chroot-bootpart
|
2022-02-28 05:17:00 +01:00 |
telnet.py
|
Add help strings to all click CMDs
|
2022-02-13 19:57:04 +01:00 |
typecheck.sh
|
gitlab-ci: add mypy type-checking
|
2022-02-18 06:50:47 +01:00 |
utils.py
|
Type annotate all the things!
|
2022-02-18 06:32:04 +01:00 |
version.txt
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |