.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
|
distro: refactor BinaryPackage, Repo and Distro into generics for Local and Remote
|
2022-11-09 20:11:19 +01:00 |
config
|
config.enforce_profile_device_set(): default profile_name from profiles.current to output in error msgs if "None" passed
|
2022-11-09 20:11:20 +01:00 |
distro
|
distro.package: add Package.acquire()
|
2022-11-09 20:11:19 +01:00 |
docs
|
docs: switch to copper-ish accent colours
|
2022-10-13 18:16:54 +02:00 |
exec
|
exec/file: document symlink() and check return code
|
2022-11-09 20:11:19 +01:00 |
local/bin
|
Dockerfile: clean up pkgconfig-aarch64 leftover
|
2022-11-09 19:39:59 +01:00 |
packages
|
packages: get_makepkg_env(): don't use host env, but provide standard PATH variable
|
2022-11-09 20:19:04 +01:00 |
wrapper
|
wrapper/docker: create volume dirs ourselfes for better permissions and podman compat
|
2022-11-09 19:39:59 +01:00 |
.gitignore
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
.gitlab-ci.yml
|
Merge tag 'v0.1.4' into prawn/flavours
|
2022-11-02 00:34:27 +01:00 |
binfmt.py
|
constants: add QEMU_ARCHES
|
2022-11-02 00:38:18 +01:00 |
boot.py
|
boot: use get_profile_device.flash_pagesize for sector_size
|
2022-11-09 20:19:04 +01:00 |
cache.py
|
use exec.file.{root_write_file,remove_file} where appropiate
|
2022-08-16 02:35:40 +02:00 |
constants.py
|
constants.py: clean up paths
|
2022-11-09 20:19:04 +01:00 |
dataclass.py
|
dataclass.resolve_type_hint(): add conversion from str to [int,float] if str not in types
|
2022-11-09 19:39:59 +01:00 |
Dockerfile
|
Dockerfile: clean up pkgconfig-aarch64 leftover
|
2022-11-09 19:39:59 +01:00 |
fastboot.py
|
small cleanups
|
2022-02-20 19:23:28 +01:00 |
flash.py
|
image,flash: get sector size from deviceinfo
|
2022-11-09 20:11:20 +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
|
global: refactor to use config.{file,runtime}.$member instead of config.file["$member"]
|
2022-11-09 19:39:59 +01:00 |
image.py
|
image,flash: get sector size from deviceinfo
|
2022-11-09 20:11:20 +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
|
global: refactor to use config.{file,runtime}.$member instead of config.file["$member"]
|
2022-11-09 19:39:59 +01:00 |
pytest.sh
|
gitlab-ci: generate test coverage
|
2022-08-20 05:59:31 +02: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
|
global: refactor to use config.{file,runtime}.$member instead of config.file["$member"]
|
2022-11-09 19:39:59 +01:00 |
telnet.py
|
Add help strings to all click CMDs
|
2022-02-13 19:57: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: add read_files_from_tar()
|
2022-11-09 20:11:20 +01:00 |
version.txt
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
wrapper_su_helper.py
|
wrapper_su_helper.py: use su -P to allocate a pseudo-TTY
|
2022-11-09 19:39:59 +01:00 |