Commit Graph

14 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
387ada1ade
fix: pin release workflow to ubuntu-22.04
Co-authored-by: Meliox <5264368+Meliox@users.noreply.github.com>
2026-08-09 11:55:12 +00:00
copilot-swe-agent[bot]
37a1c494fc
Revert "ci: replace dpkg-sig with gpg --detach-sign (unavailable on Ubuntu 24.04)"
This reverts commit d382515f2f.

Co-authored-by: Meliox <5264368+Meliox@users.noreply.github.com>
2026-08-09 11:49:00 +00:00
copilot-swe-agent[bot]
d382515f2f
ci: replace dpkg-sig with gpg --detach-sign (unavailable on Ubuntu 24.04)
Co-authored-by: Meliox <5264368+Meliox@users.noreply.github.com>
2026-08-09 11:46:39 +00:00
Copilot
25b9840303
[WIP] Fix release pipeline to trigger Build and Release job reliably (#276)
* Initial plan

* fix: convert release.yml to reusable workflow, call it directly from create-release-tag.yml

Co-authored-by: Meliox <5264368+Meliox@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Meliox <5264368+Meliox@users.noreply.github.com>
2026-08-09 13:41:42 +02:00
Meliox
26b858db80
revise build workflow (#262)
* change build to tags

* more changes

* d

---------

Co-authored-by: Meliox <na>
2026-08-09 12:50:47 +02: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
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
709aa55287
workflow: fix release version injection into config.pm (#209)
Co-authored-by: Meliox <na>
2026-06-13 18:34:33 +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
9fbe8dbc15
Workflow changes to fix version PR non-diff error
Co-authored-by: Meliox <na>
2026-06-07 19:26:33 +02:00
Meliox
92f4104c3b
version publishing fixes (#171)
Co-authored-by: Meliox <na>
2026-06-07 17:51:53 +02:00
Meliox
73b9cece16
Make deb-installer for PVEMods (#168)
* first deb-installer workflow for PVE-mods
---------

Co-authored-by: Meliox <na>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-06-07 17:21:57 +02:00