Meliox
4f5892071f
refactor: move CI test scripts from src/scripts/test/ to build/test/
...
Test scripts are not installed — they are CI/dev tooling and belong
alongside build/gen-rules.sh. Update workflow references and fix the
SRC_DIR path depth in build/test/test-syntax.sh (../ -> ../..).
2026-08-08 23:37:09 +02:00
Meliox
71e95cc630
refactor: restructure src/ into modules/, scripts/, and build/
...
- src/nag_screen/ and src/node_info/ -> src/modules/ (mods grouped explicitly)
- src/Scripts/ -> src/scripts/ (lowercase, consistent)
- src/gen-rules.sh -> build/ (build tool separated from source)
Update all references: debian/rules, .github/workflows/*, build/gen-rules.sh,
src/scripts/test/test-syntax.sh (SRC_DIR now points to src/modules/),
src/scripts/test/test-patches.sh, and files.list comments.
2026-08-08 23:35:19 +02:00
Meliox
9fa4b97361
Update github actions to v7 ( #245 )
...
Co-authored-by: Meliox <na>
2026-08-08 19:23:26 +02:00
Meliox
e44ad6400a
update package before install ( #224 )
...
Co-authored-by: Meliox <na>
2026-07-05 09:37:28 +02:00
Meliox
40ff13cc33
workflow: validate mods syntax check ( #210 )
...
* validate mods with syntax check
* sd
---------
Co-authored-by: Meliox <na>
2026-06-14 01:23:37 +02:00
Meliox
bfeeb94948
Restructure to support dynamically assembly at build runtime ( #199 )
...
* restruture into dynamically assembled at build time
* part 2
* ss
* rename files
* more
* remove file
---------
Co-authored-by: Meliox <na>
2026-06-11 20:36:12 +02:00
Meliox
f91125ec9f
Workflow: automatic testing of patches ( #191 )
...
* First migrate
* weekly patch test
* fetch proxmox files
* add test mods
---------
Co-authored-by: Meliox <na>
2026-06-10 20:08:04 +02:00