diff --git a/readme.md b/readme.md index 79070d7..56e3d1e 100644 --- a/readme.md +++ b/readme.md @@ -69,22 +69,26 @@ from various CA, CI, OCI / OS. ## Tasks -* opensuse -* ruff -* shellcheck -* write bats - -* detect private key type -* handle git cloning credentials -* install rstnc and ssh from Python -* reduce single conditions with && -* write Python bootstrap process - -* integrate project repository cloning -* override repository and framework locations +* relay environment module name * show previous states of directories & files -* relay Python module name +* test with github +* test with gitea +* write tests ### .py +* detect ssh private key type +* implement project repository cloning +* install + * openssh + * rsync + * ruff + * shellcheck +* write bootstrap entry point + ### .sh + +* handle git cloning credentials +* override repository and framework locations +* reduce single conditions with && +* support opensuse