From ffa161c7e012aa89c5c158ec70af70bd41428db8 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 14 Jun 2024 09:55:16 +0200 Subject: [PATCH] readme/py,sh --- readme.md | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) 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