Compare commits

...

30 commits

Author SHA1 Message Date
790d306399
spcd
All checks were successful
/ job (push) Successful in 1m55s
2025-05-17 21:51:11 +02:00
79ebbbe34d
forge/build
All checks were successful
/ job (push) Successful in 3m27s
2025-05-17 21:45:05 +02:00
bf44316cf6
el 2025-05-17 21:36:00 +02:00
67fc98bbd5
useless
All checks were successful
/ job (push) Successful in 3m19s
2025-05-17 21:30:06 +02:00
24fdd833c8
release 2025-05-17 21:16:33 +02:00
d6c9c1bedc
ilos/srmp 2025-05-17 20:34:07 +02:00
4e5f6cdfd2
workflow
All checks were successful
/ job (push) Successful in 2m25s
2025-05-17 20:24:48 +02:00
0c629a6d12
forge,rwx 2025-05-17 20:24:41 +02:00
5a8551d6fe
regroup 2025-05-17 20:11:49 +02:00
875ac00f30
epel,pypi,rocky
Some checks are pending
/ job (push) Waiting to run
2025-05-17 19:59:17 +02:00
5cf838a091
parts 2025-05-17 18:33:58 +02:00
3441818079
opentofu 2025-05-17 18:28:15 +02:00
069b7486d7
edge,node 2025-05-17 18:13:49 +02:00
1a978490bf
colors 2025-05-17 17:44:26 +02:00
d1d8ecd8b7
task/font 2025-05-17 17:27:37 +02:00
3bced44dee
node/fontcolor 2025-05-17 17:22:30 +02:00
3a34cd80d9
rwx 2025-05-17 15:36:48 +02:00
b6eef91f45
parts,wip 2025-05-17 15:23:33 +02:00
d8833e27f0
rwx/dev 2025-05-17 15:13:57 +02:00
d906a244c4
ofsp 2025-05-17 15:10:12 +02:00
5809d747c5
lsgm 2025-05-17 15:09:23 +02:00
f6bcd9c2b9
rwx/rwx 2025-05-17 15:07:31 +02:00
b6ac0809df
spcd 2025-05-17 14:42:06 +02:00
652c6c0d66
rwx/rwx 2025-05-17 13:24:20 +02:00
3d5f7bcb36
help,incus 2025-05-17 13:17:49 +02:00
74fd1a741d
srmp/incus 2025-05-17 13:15:15 +02:00
e3a6438635
rwx 2025-05-17 13:13:37 +02:00
cae597e478
devops 2025-05-17 13:02:26 +02:00
365f6d5ad1
dev,ops 2025-05-17 12:59:44 +02:00
658177fa70
ilos,lsgm 2025-05-17 12:23:06 +02:00
2 changed files with 119 additions and 76 deletions

View file

@ -1,6 +1,7 @@
on: [push]
jobs:
job:
runs-on: ubuntu-latest
container:
image: ${{vars.DOCKER}}debian:bookworm
steps:

194
index.gv
View file

@ -30,181 +30,189 @@ shape="record"
style="filled"
]
{ rank="max"
"" [style="invis"]
}
edge [color="#008000"]
node [fillcolor="#408040"]
# ╭────────╮
# │ DevOps │
# ╰────────╯
subgraph cluster_devops {
label="DevOps"
edge [color="#208020"]
node [fillcolor="#204020"]
devops_dev_plan -> devops_ops_release [style="invis"]
devops_dev_test -> devops_ops_monitor [style="invis"]
devops_dev_test -> devops_ops_release
devops_ops_monitor -> devops_dev_plan
# ╭────────┬─────╮
# │ DevOps │ Dev │
# ╰────────┴─────╯
subgraph cluster_devops_dev {
label="Dev"
devops_dev_plan [label="Plan"]
devops_dev_code [label="Code"]
devops_dev_build [label="Build"]
devops_dev_test [label="Test"]
}
devops_dev_plan -> devops_dev_code -> devops_dev_build -> devops_dev_test -> devops_dev_plan
# ╭────────┬─────╮
# │ DevOps │ Ops │
# ╰────────┴─────╯
subgraph cluster_devops_ops {
label="Ops"
devops_ops_release [label="Release"]
devops_ops_deploy [label="Deploy"]
devops_ops_operate [label="Operate"]
devops_ops_monitor [label="Monitor"]
}
devops_ops_release -> devops_ops_deploy -> devops_ops_operate -> devops_ops_monitor -> devops_ops_deploy
# ╭────────╮
# │ DevOps │
# ╰────────╯
# ╭──────────
# │ Projects │
# ╰──────────
devops_dev_test -> devops_ops_release
devops_ops_monitor -> devops_dev_plan
edge [color="#208080"]
node [fillcolor="#205050"]
}
node [fillcolor="#303030"]
edge [color="#FF0000"]
rwx_forge -> devops_dev_code
rwx_forge -> devops_dev_build
rwx_todo -> devops_dev_plan
# ╭─────╮
# │ RWX │
# ╰─────╯
subgraph cluster_rwx {
rwx [
label="rwx.work"
URL="https://rwx.work"
]
rwx_blog [
fontcolor="#8080FF"
label="Blog"
URL="https://blog.rwx.work"
]
rwx_forge [
fontcolor="#8080FF"
label="Forge"
URL="https://forge.rwx.work"
]
rwx_help [
label="Help"
URL="https://help.rwx.work"
]
rwx_ilos [
fontcolor="#8080FF"
label="ILOS:\nIncremental Live\nOperating System"
URL="https://ilos.rwx.work"
]
subgraph cluster_rwx_lsgm {
label="LSGM:\nLive Scan Grub Menu"
rwx_lsgm [
label="LSGM:\nLive Scan\nGrub Menu"
URL="https://lsgm.rwx.work"
rwx_lsgm_python [label="Python"]
rwx_lsgm_shell [label="Shell"]
}
]
rwx_ofsp [
fontcolor="#8080FF"
label="OFSP:\nOperating File\nSystem Profile"
URL="https://ofsp.rwx.work"
]
rwx_prj [
fontcolor="#8080FF"
label="PRJ:\nPRJ"
URL="https://prj.rwx.work"
]
rwx_rtfd [
fontcolor="#8080FF"
label="RTFD:\nRead The\nFancy Docs"
URL="https://rtfd.rwx.work"
]
subgraph cluster_rwx_rwx {
rwx_rwx [
label="RWX:\nRead Write eXecute"
URL="https://rwx.rwx.work"
rwx_rwx_dev [label="Proper\ndev branch"]
rwx_rwx_python [label="Python"]
rwx_rwx_shell [label="Shell"]
}
]
rwx_spcd [
fontcolor="#8080FF"
label="SPCD:\nShell to Python\nContinuous Deployment"
URL="https://spcd.rwx.work"
]
rwx_srmp [
fontcolor="#8080FF"
label="SRMP:\nSoftware Repositories\nMirror Profile"
URL="https://srmp.rwx.work"
]
rwx_todo [
fontcolor="#8080FF"
label="TODO:\nTO\nDO"
URL="https://todo.rwx.work"
]
{
rwx_forge
rwx_rwx
} -> rwx
{
rwx_lsgm
rwx_ofsp
rwx_srmp
} -> rwx_ilos
rwx_spcd -> {
rwx_rwx
devops_dev_build
}
# ╭─────┬───────╮
# │ RWX │ Forge │
# ╰─────┴───────╯
{
rwx_blog
rwx_help
rwx_ilos
rwx_prj
rwx_todo
} -> rwx_spcd
# ╭───────╮
# │ Parts │
# ╰───────╯
edge [color="#4040FF"]
node [fillcolor="#404080"]
rwx_forge_marc [
fontcolor="#8080FF"
label="Marc"
URL="https://forge.rwx.work/marc.beninca"
]
rwx_forge_marc -> rwx_forge
# ╭─────┬──────╮
# │ RWX │ OFSP │
# ╰─────┴──────╯
{
rwx_lsgm_python [label="LSGM\nPython"]
rwx_lsgm_shell [label="LSGM\nShell"]
} -> rwx_lsgm
{
rwx_ofsp_python [label="Python"]
rwx_ofsp_shell [label="Shell"]
rwx_ofsp_python [label="OFSP\nPython"]
rwx_ofsp_shell [label="OFSP\nShell"]
} -> rwx_ofsp
{
rwx_rwx_python [label="RWX\nPython"]
rwx_rwx_shell [label="RWX\nShell"]
} -> rwx_rwx
{
rwx_spcd_python [label="SPCD\nPython"]
rwx_spcd_shell [label="SPCD\nShell"]
} -> rwx_spcd
# ╭───────╮
# │ Tasks │
# ╰───────╯
edge [color="#E00000"]
node [fillcolor="#A00000"]
{
rwx_rwx_dev [label="Proper\ndev branch"]
} -> rwx_rwx
# ╭─────┬──────╮
# │ RWX │ RTFD │
# │ RWX │ Help
# ╰─────┴──────╯
{
rwx_rtfd_forgejo [label="Forgejo"]
} -> rwx_rtfd
rwx_help_forgejo [label="Forgejo"]
rwx_help_incus [label="Incus"]
rwx_help_opentofu [label="Open\nToFu"]
} -> rwx_help
# ╭─────┬─────┬────────╮
# │ RWX │ RWX │ Python │
@ -234,9 +242,10 @@ rwx_rwx_shell_venv [label="Use VEnv"]
rwx_srmp_alma [label="Alma"]
rwx_srmp_debian [label="Debian"]
rwx_srmp_docker [label="Docker"]
rwx_srmp_incus [label="Incus"]
rwx_srmp_msys [label="MSys"]
rwx_srmp_pypi [label="PyPI"]
rwx_srmp_python [label="Python"]
rwx_srmp_rocky [label="Rocky"]
} -> rwx_srmp
# ╭─────┬──────┬────────╮
@ -247,12 +256,45 @@ rwx_srmp_debian_codium [label="Codium"]
rwx_srmp_debian_incus [label="Incus"]
} -> rwx_srmp_debian
# ╭─────┬──────┬────╮
# │ RWX │ SRMP │ EL │
# ╰─────┴──────┴────╯
{
rwx_srmp_el_nodejs [label="NodeJS"]
rwx_srmp_el_postgresql [label="PostGreSQL"]
} -> rwx_srmp_alma
rwx_srmp_epel [label="EPEL"]
rwx_srmp_epel -> {
rwx_srmp_alma
rwx_srmp_rocky
}
# ╭─────┬──────┬────────╮
# │ RWX │ SRMP │ Python │
# ╰─────┴──────┴────────╯
{
rwx_srmp_pypi [label="PyPI"]
} -> rwx_srmp_python
# ╭─────┬──────╮
# │ RWX │ TODO │
# ╰─────┴──────╯
{
rwx_todo_name [label="Name"]
rwx_todo_subdomain [label="Subdomain"]
} -> rwx_todo
# ╭─────╮
# │ WIP │
# ╰─────╯
edge [color="#C0C000"]
node [fillcolor="#606000"]
wip [label="Work In\nProgress"]
wip -> {
rwx_todo
}
}