readme
This commit is contained in:
parent
103b8f86e8
commit
2759ffc0df
1 changed files with 16 additions and 7 deletions
19
readme.md
19
readme.md
|
@ -1,11 +1,18 @@
|
||||||
# Continuous Deployment
|
# Continuous Deployment
|
||||||
|
|
||||||
|
Get build-time Python commands \
|
||||||
|
from various CA, CI, OCI / OS.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* [ ] detect
|
* [ ] support
|
||||||
* [ ] OS name
|
* [ ] package repositories mirror
|
||||||
* [ ] OS version
|
* [ ] custom CA certificates
|
||||||
* [X] handle CI platforms
|
* [X] known CA certificates
|
||||||
|
* [X] Operating Systems
|
||||||
|
* [X] Debian
|
||||||
|
* [X] Alma
|
||||||
|
* [X] Continuous Integration platforms
|
||||||
* [X] ForgeJo / Gitea / GitHub
|
* [X] ForgeJo / Gitea / GitHub
|
||||||
* [X] GitLab
|
* [X] GitLab
|
||||||
|
|
||||||
|
@ -13,8 +20,10 @@
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|----------|-------------------------|
|
|----------|-------------------------|
|
||||||
|
| CD_CA_n | Numbered CA certificate |
|
||||||
| CD_DNS | Space separated servers |
|
| CD_DNS | Space separated servers |
|
||||||
|
|
||||||
## Tasks
|
## Tasks
|
||||||
|
|
||||||
* use constants for OS names
|
* split count & write for CA certificates
|
||||||
|
* define package repositories mirror locations
|
||||||
|
|
Loading…
Reference in a new issue