Commit Graph

64 Commits

Author SHA1 Message Date
github-actions[bot]
0bcb9abd7f chore: accumulate changes from 9160c0a 2026-08-09 09:06:15 +00:00
github-actions[bot]
d826f5388b chore: accumulate changes from 6585849 2026-08-09 09:06:15 +00:00
github-actions[bot]
acefc4ca5d chore: accumulate changes from 3db6a01 2026-08-09 09:06:15 +00:00
Meliox
68c86d1698 remove white space 2026-08-09 09:06:15 +00:00
Meliox
831024cc12 cleanup 2026-08-09 09:06:15 +00:00
github-actions[bot]
fcf5559016 chore: accumulate changes from 552a5c0 2026-08-09 09:06:15 +00:00
github-actions[bot]
fbf39ce167 chore: accumulate changes from 6e3fd79 2026-08-09 09:06:15 +00:00
github-actions[bot]
e707e5251c chore: accumulate changes from 32ed174 2026-08-09 09:06:15 +00:00
github-actions[bot]
ee694a2c22 chore: accumulate changes from 8d17ad9 2026-08-09 09:06:15 +00:00
github-actions[bot]
5ea31f240c chore: accumulate changes from edcd445 2026-08-09 09:06:15 +00:00
github-actions[bot]
9f142eae38 chore: accumulate changes from ac007f5 2026-08-09 09:06:15 +00:00
github-actions[bot]
9ade389dc9 chore: accumulate changes from 679d844 2026-08-09 09:06:15 +00:00
github-actions[bot]
356d956327 chore: accumulate changes from 70f9790 2026-08-09 09:06:15 +00:00
github-actions[bot]
e21ae51fbd chore: accumulate changes from 0855a19 2026-08-09 09:06:15 +00:00
github-actions[bot]
0614b2a6fd chore: accumulate changes from 96b8a12 2026-08-09 09:06:15 +00:00
github-actions[bot]
cf2e0acf40 chore: accumulate changes from 9805ce4 2026-08-09 09:06:15 +00:00
github-actions[bot]
638b358526 chore: accumulate changes from 5df83ec 2026-08-09 09:06:15 +00:00
github-actions[bot]
acdda9e90f chore: accumulate changes from 8547e33 2026-08-09 09:06:15 +00:00
github-actions[bot]
c768b0c1d6 chore: accumulate changes from 15c0a45 2026-08-09 09:06:15 +00:00
github-actions[bot]
d3a731d7f6 chore: accumulate changes from 1655551 2026-08-09 09:06:15 +00:00
github-actions[bot]
fe554d749f chore: accumulate changes from a6c08dc 2026-08-09 09:06:15 +00:00
github-actions[bot]
0efbe4181e chore: accumulate changes from 40ff13c 2026-08-09 09:06:15 +00:00
github-actions[bot]
dbcc11e91c chore: accumulate changes from 2221c8f 2026-08-09 09:06:15 +00:00
github-actions[bot]
731d26bc4b chore: accumulate changes from abe8dcf 2026-08-09 09:06:15 +00:00
github-actions[bot]
9e6ca20374 chore: accumulate changes from e05ff6f 2026-08-09 09:06:15 +00:00
github-actions[bot]
16ec8f9397 chore: accumulate changes from 0ab8a67 2026-08-09 09:06:15 +00:00
github-actions[bot]
f23fc0cdc1 chore: accumulate changes from d6a160d 2026-08-09 09:06:15 +00:00
github-actions[bot]
30ec4786b0 chore: accumulate changes from ed991b4 2026-08-09 09:06:15 +00:00
github-actions[bot]
14634b37b6 chore: accumulate changes from 80137d3 2026-08-09 09:06:15 +00:00
github-actions[bot]
48a80728aa chore: accumulate changes from bfeeb94 2026-08-09 09:06:15 +00:00
github-actions[bot]
7aafe6c343 chore: accumulate changes from d2c00f8 2026-08-09 09:06:15 +00:00
github-actions[bot]
92052d1b64 chore: accumulate changes from b8ce814 2026-08-09 09:06:15 +00:00
github-actions[bot]
f5743f314b chore: accumulate changes from fd422f4 2026-08-09 09:06:15 +00:00
github-actions[bot]
c9eb7c3259 chore: accumulate changes from ecf3a56 2026-08-09 09:06:15 +00:00
github-actions[bot]
0e87f855bd chore: accumulate changes from 819d30c 2026-08-09 09:06:15 +00:00
Meliox
de6f309d22 Update CHANGES.md 2026-08-09 09:06:15 +00:00
github-actions[bot]
dad36a373e chore: accumulate changes from 0e99e06 2026-08-09 09:06:15 +00:00
github-actions[bot]
0e6ca72106 chore: accumulate changes from f740c00 2026-08-09 09:06:15 +00:00
github-actions[bot]
50d451c19f chore: accumulate changes from 88983fd 2026-08-09 09:06:15 +00:00
github-actions[bot]
89436aab5b chore: accumulate changes from 335f58c 2026-08-09 09:06:15 +00:00
Meliox
965ffea463
add deb signing (#254)
* add deb signing

* add to test release as well

* revert test signing

---------

Co-authored-by: Meliox <na>
2026-08-09 10:34:49 +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
b433d5cc2d
remove new line in PR changelog (#249)
Co-authored-by: Meliox <na>
2026-08-08 22:58:46 +02:00
Meliox
6e3fd7958e
Fix duplicate deb config warning (#247)
* d

* f

* oneline rules

* remove duplicat warning

* simplify gen rules

* also fix release

---------

Co-authored-by: Meliox <na>
2026-08-08 21:23:44 +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
a6c08dc65d
fix(workflow): Fix versioning and missing deps (#212)
* fix versioning

* add missing deps for testing

---------

Co-authored-by: Meliox <na>
2026-06-14 10:13:54 +02:00
Meliox
f36e27a4d6
Reorganize workflow to validate syntax after tests (#211)
Reordered steps to validate source syntax after testing mods.
2026-06-14 01:41:06 +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
709aa55287
workflow: fix release version injection into config.pm (#209)
Co-authored-by: Meliox <na>
2026-06-13 18:34:33 +02:00