spcd_cmd_sum

This commit is contained in:
Marc Beninca 2024-08-19 14:27:10 +02:00
parent 3a58be34e0
commit e52764c8bf
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 14 additions and 8 deletions

View file

@ -45,6 +45,7 @@ from various contexts of CA, CI and OCI / OS.
| SPCD_BRANCH_STAGING | Staging deployment branch | dev |
| SPCD_BRANCH_FEATURE | Feature deployment branch | f |
| SPCD_CA_n | Numbered CA certificates | |
| SPCD_CMD_SUM | Command to check sums | sha512sum |
| SPCD_DNS_n | Numbered name servers | 9.9.9.9 |
| SPCD_GIT_MAIN | Main Git repository | spcd |
| SPCD_GIT_ROOT | Root Git repository | rwx |
@ -87,7 +88,15 @@ from various contexts of CA, CI and OCI / OS.
* relay environment module name
* write tests
### .py
### sh
* support opensuse
### sh → py
* check file & variable sums
### py
* detect ssh private key type
* implement project repository cloning
@ -102,7 +111,3 @@ from various contexts of CA, CI and OCI / OS.
* lint
* .py
* .sh
### .sh
* support opensuse