Compare commits

..

No commits in common. "07011797e4b52d40639e25b07333581565051597" and "6d0f850bee6a317c60db641f5566d66cce04f7eb" have entirely different histories.

View file

@ -5,7 +5,7 @@ from various contexts of CA, DNS, CI and OS / OCI.
--- ---
## 1 Why ## Why
Project workflows can occur in: Project workflows can occur in:
* an online or offline context, dealing with custom CA & DNS servers * an online or offline context, dealing with custom CA & DNS servers
@ -17,11 +17,11 @@ What if there was a unified way to do so?
--- ---
## 2 How ## How
Picture it… Picture it…
### 2.1 Group environment variables ### Group environment variables
* numbered * numbered
* Certificate Authority armored certificates * Certificate Authority armored certificates
@ -37,12 +37,12 @@ Picture it…
* SSH key & hosts for deployments * SSH key & hosts for deployments
* a standalone POSIX shell script payload * a standalone POSIX shell script payload
### 2.2 Workflow files ### Workflow files
* calling the POSIX shell script payload as their very first step * calling the POSIX shell script payload as their very first step
* using a unified YAML syntax made of actions implemented in Python * using a unified YAML syntax made of actions implemented in Python
### 2.3 Integration & Deployment ### Integration & Deployment
#### Shell #### Shell
@ -53,7 +53,7 @@ Picture it…
* [X] Operating System updating * [X] Operating System updating
* [X] installing Git to clone * [X] installing Git to clone
* [X] this project * [X] this project
* [X] its parent project * [X] its parent framework
* [X] installing Python * [X] installing Python
* [X] system environment * [X] system environment
* [X] virtual environment * [X] virtual environment
@ -76,9 +76,9 @@ Picture it…
--- ---
## 3 What ## What
### 3.1 Features ### Features
Handle project workflows in a unified way: Handle project workflows in a unified way:
@ -96,18 +96,18 @@ Handle project workflows in a unified way:
* [ ] SourceHut * [ ] SourceHut
* whatever the Operating System container * whatever the Operating System container
| System | Latest | Previous | | System | Latest | Previous |
|:---------|:-----------------------|:-----------------------| |:---------|:---------------------------|:---------------------------|
| Alma | ☑ 9 | ☑ 8 | | Alma | * [X] 9 | * [X] 8 |
| Alpine | ☑ 3.20 | ☑ 3.19 | | Alpine | * [X] 3.20 | * [X] 3.19 |
| Arch | ☑ 20240818 (.0.255804) | ☑ 20240101 (.0.204074) | | Arch | * [X] 20240818 (.0.255804) | * [X] 20240101 (.0.204074) |
| Debian | ☑ Bookworm (12) | ☐ Bullseye (11) | | Debian | * [X] Bookworm (12) | * [ ] Bullseye (11) |
| Fedora | ☑ 40 | ☑ 39 | | Fedora | * [X] 40 | * [X] 39 |
| OpenSUSE | ☐ 15.6 | ☐ 15.5 | | OpenSUSE | * [ ] 15.6 | * [ ] 15.5 |
| Rocky | ☑ 9 | ☑ 8 | | Rocky | * [X] 9 | * [X] 8 |
| Ubuntu | ☑ Noble (24.04) | ☐ Jammy (22.04) | | Ubuntu | * [X] Noble (24.04) | * [ ] Jammy (22.04) |
### 3.2 Environment variables ### Environment variables
| Variable | Description | Default | | Variable | Description | Default |
|:------------------|:-------------------------|:--------------------------------| |:------------------|:-------------------------|:--------------------------------|
@ -134,7 +134,7 @@ Handle project workflows in a unified way:
| SPCD_URL_ROCKY | Rocky repository URL | https://dl.rockylinux.org | | SPCD_URL_ROCKY | Rocky repository URL | https://dl.rockylinux.org |
| SPCD_URL_UBUNTU | Ubuntu repository URL | https://ubuntu.mirrors.ovh.net | | SPCD_URL_UBUNTU | Ubuntu repository URL | https://ubuntu.mirrors.ovh.net |
### 3.3 Operating Systems containers ### Operating Systems containers
#### Latest #### Latest
@ -166,15 +166,15 @@ Handle project workflows in a unified way:
--- ---
## 4 Who ## Who
### Author ### Author
* [Marc Beninca](https://forge.rwx.work/marc.beninca) * [Marc Beninca](https://marc.beninca.link)
--- ---
## 5 Where ## Where
### Chat ### Chat
@ -193,9 +193,9 @@ Handle project workflows in a unified way:
--- ---
## 6 When ## When
### 6.1 Tasks for a 1st stable release ### Tasks for a 1st stable release
#### Documentation #### Documentation
@ -265,7 +265,7 @@ Handle project workflows in a unified way:
* try git repo url variable first for shunit * try git repo url variable first for shunit
* test * test
### 6.2 Task stack ### Task stack
* automate versions fetching * automate versions fetching
* gource, xvfb, xauth * gource, xvfb, xauth