readme/py,sh
This commit is contained in:
parent
1a0f093651
commit
ffa161c7e0
1 changed files with 18 additions and 14 deletions
32
readme.md
32
readme.md
|
@ -69,22 +69,26 @@ from various CA, CI, OCI / OS.
|
||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
* opensuse
|
* relay environment module name
|
||||||
* 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
|
|
||||||
* show previous states of directories & files
|
* show previous states of directories & files
|
||||||
* relay Python module name
|
* test with github
|
||||||
|
* test with gitea
|
||||||
|
* write tests
|
||||||
|
|
||||||
### .py
|
### .py
|
||||||
|
|
||||||
|
* detect ssh private key type
|
||||||
|
* implement project repository cloning
|
||||||
|
* install
|
||||||
|
* openssh
|
||||||
|
* rsync
|
||||||
|
* ruff
|
||||||
|
* shellcheck
|
||||||
|
* write bootstrap entry point
|
||||||
|
|
||||||
### .sh
|
### .sh
|
||||||
|
|
||||||
|
* handle git cloning credentials
|
||||||
|
* override repository and framework locations
|
||||||
|
* reduce single conditions with &&
|
||||||
|
* support opensuse
|
||||||
|
|
Loading…
Reference in a new issue