spcd_cmd_sum
This commit is contained in:
parent
3a58be34e0
commit
e52764c8bf
2 changed files with 14 additions and 8 deletions
15
readme.md
15
readme.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue