.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/cli: import get_profile_device() properly now that import loop is fixed
|
2022-11-09 20:19:04 +01:00 |
config
|
config: add new __init__.py
|
2022-11-09 20:19:04 +01:00 |
devices
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
distro
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
docs
|
docs: Makefile: clean up .buildinfo and .doctrees
|
2022-11-09 20:19:04 +01:00 |
exec
|
exec: run_cmd() include cwd in debug log
|
2022-11-09 20:19:04 +01:00 |
flavours
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
local/bin
|
Dockerfile: clean up pkgconfig-aarch64 leftover
|
2022-11-09 19:39:59 +01:00 |
packages
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
wrapper
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
.gitignore
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
.gitlab-ci.yml
|
.gitlab-ci.yml: add integration_tests.py to pytest
|
2022-11-09 20:19:04 +01:00 |
binfmt.py
|
binfmt: fix up unnecessary shell and missing quoting at once
|
2022-11-09 20:19:04 +01:00 |
boot.py
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
cache.py
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
constants.py
|
constants: rename SRCINFO to .SRCINFO
|
2022-11-09 20:19:04 +01:00 |
dataclass.py
|
dataclass: specify _type_hints class variable, filter class variables from type hints.
|
2022-11-09 20:19:04 +01:00 |
Dockerfile
|
Dockerfile: clean up pkgconfig-aarch64 leftover
|
2022-11-09 19:39:59 +01:00 |
fastboot.py
|
fastboot.py: raise exceptions on failure to boot and flash instead of calling exit(1)
|
2022-11-09 20:19:04 +01:00 |
flash.py
|
move packages/flavour.py to flavours/
|
2022-11-09 20:19:04 +01:00 |
format.sh
|
add shellscript for running pytest, shellcheck *.sh
|
2022-08-17 00:50:20 +02:00 |
forwarding.py
|
ssh: make alloc_tty=True default for run_ssh_command()
|
2022-08-16 15:50:14 +02:00 |
generator.py
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
image.py
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
integration_tests.py
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
LICENSE
|
LICENSE: Add GPLv3 as was decided ages ago on Matrix.
|
2022-02-28 04:26:08 +01:00 |
logger.py
|
logger.setup_logging(): add log_setup parameter to disable log output from setup
|
2022-08-15 06:17:26 +02:00 |
main.py
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
pytest.sh
|
pytest: move coverage flags from .gitlab-ci.yml to pytest.sh, add test_requirements.txt for pip
|
2022-11-09 20:19:04 +01:00 |
README.md
|
readme: point to online kupfer docs, use full config init instead of non-interactive
|
2022-11-09 20:19:04 +01:00 |
requirements.txt
|
requirements.txt: add setuptools required by munch
|
2022-11-09 19:39:59 +01:00 |
setup.cfg
|
Add formatting
|
2021-08-08 18:24:56 +02:00 |
ssh.py
|
config: move code from __init__.py into cli.py
|
2022-11-09 20:19:04 +01:00 |
telnet.py
|
Add help strings to all click CMDs
|
2022-02-13 19:57:04 +01:00 |
test_requirements.txt
|
pytest: move coverage flags from .gitlab-ci.yml to pytest.sh, add test_requirements.txt for pip
|
2022-11-09 20:19:04 +01:00 |
tox.ini
|
tox.ini: specify maximum line length
|
2022-08-08 02:49:16 +02:00 |
typecheck.sh
|
typecheck.sh: show error codes
|
2022-11-02 00:38:18 +01:00 |
utils.py
|
utils.git*(): use --git-dir=./.git to avoid "unsafe directory" issues
|
2022-11-09 20:19:04 +01:00 |
version.txt
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
wrapper_su_helper.py
|
wrapper_su_helper.py: inject constants.WRAPPER_ENV_VAR into user env
|
2022-11-09 20:19:04 +01:00 |