.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 |
local
|
new dependency generation algorithm, dynamic chroot paths [almost] everywhere
|
2021-09-26 17:19:30 +02:00 |
.gitignore
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
.gitlab-ci.yml
|
CI: add docker image build and upload
|
2021-08-09 01:33:02 +02:00 |
boot.py
|
Move enforce_wrapper() into appropiate CMDs. This speeds up --help as a side effect!
|
2021-09-29 23:18:12 +02:00 |
cache.py
|
small fixes
|
2021-09-30 05:05:30 +02:00 |
chroot.py
|
partially fix crossdirect and QEMU_LD_PREFIX env var, copy /lib/ld-linux-* to foreign chroot for cross-execution
|
2021-10-04 13:34:37 +02:00 |
config.py
|
Move mounting code to utils.py, move a lot of chroot-logic from packages to chroot.py, cmd_chroot
|
2021-10-01 18:30:01 +02:00 |
constants.py
|
partially fix crossdirect and QEMU_LD_PREFIX env var, copy /lib/ld-linux-* to foreign chroot for cross-execution
|
2021-10-04 13:34:37 +02:00 |
distro.py
|
Make pacman cache arch-specific
|
2021-10-01 18:28:50 +02:00 |
Dockerfile
|
Add distros.get_base_distros()
|
2021-09-26 17:19:30 +02:00 |
fastboot.py
|
Restructure building images, flashing and booting
|
2021-08-17 20:57:31 +02:00 |
flash.py
|
include image size in flavour, centralise fs resizing in image.py
|
2021-09-30 05:04:42 +02:00 |
format.sh
|
format.sh: add --check
|
2021-08-09 00:29:38 +02:00 |
forwarding.py
|
Fix forwarding and ssh
|
2021-10-01 12:31:08 +02:00 |
image.py
|
Move mounting code to utils.py, move a lot of chroot-logic from packages to chroot.py, cmd_chroot
|
2021-10-01 18:30:01 +02:00 |
logger.py
|
let's break all the things! (use distros to generate repos)
|
2021-09-29 16:54:26 +02:00 |
main.py
|
Move mounting code to utils.py, move a lot of chroot-logic from packages to chroot.py, cmd_chroot
|
2021-10-01 18:30:01 +02:00 |
packages.py
|
partially fix crossdirect and QEMU_LD_PREFIX env var, copy /lib/ld-linux-* to foreign chroot for cross-execution
|
2021-10-04 13:34:37 +02:00 |
README.md
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
requirements.txt
|
Improve package discovery and add PKGBUILD formatting check
|
2021-08-08 18:24:31 +02:00 |
setup.cfg
|
Add formatting
|
2021-08-08 18:24:56 +02:00 |
ssh.py
|
Fix forwarding and ssh
|
2021-10-01 12:31:08 +02:00 |
telnet.py
|
Don't wrap in docker for little wrappers like ssh and telnet if the tool is available on the host
|
2021-09-29 23:49:46 +02:00 |
utils.py
|
partially fix crossdirect and QEMU_LD_PREFIX env var, copy /lib/ld-linux-* to foreign chroot for cross-execution
|
2021-10-04 13:34:37 +02:00 |
version.txt
|
Initial commit
|
2021-08-04 18:36:37 +02:00 |
wrapper.py
|
Move mounting code to utils.py, move a lot of chroot-logic from packages to chroot.py, cmd_chroot
|
2021-10-01 18:30:01 +02:00 |