Shell to Python Continuous Deployment
https://spcd.rwx.work
|
||
---|---|---|
.forgejo/workflows | ||
cd | ||
cmd | ||
.gitea | ||
.github | ||
.gitignore | ||
.gitlab-ci.yml | ||
bootstrap.sh | ||
cd.sh | ||
license.md | ||
readme.md |
Continuous Deployment
Get build-time Python commands
from various CA, CI, OCI / OS.
Features
- support
- package repositories mirror
- custom CA certificates
- known CA certificates
- Operating Systems
- Alma
- 9
- 8
- Alpine
- 3.19
- 3.18
- Debian
- Bookworm
- Bullseye
- Rocky
- 9
- 8
- Ubuntu
- Noble
- Mantic
- Alma
- Continuous Integration platforms
- GitHub → Gitea → ForgeJo
- GitLab
- SourceHut
- package repositories mirror
How
Variable | Description |
---|---|
CD_CA_n | Numbered CA certificate |
CD_DNS | Space separated servers |
CD_URL_ALMA | Alma repository URL |
CD_URL_ALPINE | Alpine repository URL |
CD_URL_DEBIAN | Debian repository URL |
CD_URL_ROCKY | Rocky repository URL |
CD_URL_UBUNTU | Ubuntu repository URL |
Tasks
-
write bats
-
handle cloning credentials
-
make steps more agnostic
-
reduce single conditions with &&
-
write Python bootstrap
-
integrate project repository cloning
-
override repository and framework locations
-
show previous states of directories & files