Compare commits

..

No commits in common. "4e5f6cdfd26f110cfcb63327ee973380f3894ad3" and "875ac00f30019058aa10c986c7a70372b4feec00" have entirely different histories.

2 changed files with 23 additions and 36 deletions

View file

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

View file

@ -89,6 +89,7 @@ rwx_blog [
label="Blog"
URL="https://blog.rwx.work"
]
rwx_blog -> rwx_rwx
rwx_forge [
label="Forge"
@ -99,26 +100,35 @@ rwx_help [
label="Help"
URL="https://help.rwx.work"
]
rwx_help -> rwx_rwx
rwx_ilos [
label="ILOS:\nIncremental Live\nOperating System"
URL="https://ilos.rwx.work"
]
rwx_ilos -> rwx_rwx
{
rwx_lsgm
rwx_ofsp
} -> rwx_ilos
rwx_lsgm [
label="LSGM:\nLive Scan\nGrub Menu"
URL="https://lsgm.rwx.work"
]
rwx_lsgm -> rwx_rwx
rwx_ofsp [
label="OFSP:\nOperating File\nSystem Profile"
URL="https://ofsp.rwx.work"
]
rwx_ofsp -> rwx_rwx
rwx_prj [
label="PRJ:\nPRJ"
URL="https://prj.rwx.work"
]
rwx_prj -> rwx_rwx
rwx_rwx [
label="RWX:\nRead Write eXecute"
@ -129,41 +139,7 @@ rwx_spcd [
label="SPCD:\nShell to Python\nContinuous Deployment"
URL="https://spcd.rwx.work"
]
rwx_srmp [
label="SRMP:\nSoftware Repositories\nMirror Profile"
URL="https://srmp.rwx.work"
]
rwx_todo [
label="TODO:\nTO\nDO"
URL="https://todo.rwx.work"
]
{
rwx_forge
rwx_rwx
} -> rwx
{
rwx_blog
rwx_help
rwx_ilos
rwx_lsgm
rwx_ofsp
rwx_prj
rwx_spcd
rwx_srmp
rwx_todo
} -> {
rwx
rwx_rwx
}
{
rwx_lsgm
rwx_ofsp
} -> rwx_ilos
rwx_spcd -> rwx_rwx
rwx_spcd -> {
devops_dev_build
@ -171,6 +147,18 @@ devops_dev_test
devops_ops_deploy
}
rwx_srmp [
label="SRMP:\nSoftware Repositories\nMirror Profile"
URL="https://srmp.rwx.work"
]
rwx_srmp -> rwx_rwx
rwx_todo [
label="TODO:\nTO\nDO"
URL="https://todo.rwx.work"
]
rwx_todo -> rwx_rwx
# ╭───────╮
# │ Parts │
# ╰───────╯