Commit Graph

7 Commits

Author SHA1 Message Date
Meliox
795b0ebf39
build(ci): fix weekly patch test build steps and align with test-release workflow (#293)
Co-authored-by: Meliox <na>
2026-08-10 18:47:22 +02:00
Meliox
6585849459
Restructure repo (#251)
* 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.

* 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 (../ -> ../..).

* d

---------

Co-authored-by: Meliox <na>
2026-08-08 23:46:46 +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