Commit Graph

15 Commits

Author SHA1 Message Date
github-actions[bot]
644af75be5 chore: update changelog to v1.0.2 2026-08-09 11:21:38 +00:00
github-actions[bot]
e67f66c344
chore: release next version (#274)
* chore: collect changes since v1.0.1

* chore: update changelog to v1.0.2

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-09 13:21:30 +02:00
github-actions[bot]
3a3ac75010
chore: release next version (#271)
* chore: collect changes since v1.0.0

* chore: update changelog to v1.0.1

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-09 13:14:54 +02:00
github-actions[bot]
282af3231d
chore: release next version (#266)
* chore: accumulate changes from 335f58c

* chore: accumulate changes from 88983fd

* chore: accumulate changes from f740c00

* chore: accumulate changes from 0e99e06

* Update CHANGES.md

* chore: accumulate changes from 819d30c

* chore: accumulate changes from ecf3a56

* chore: accumulate changes from fd422f4

* chore: accumulate changes from b8ce814

* chore: accumulate changes from d2c00f8

* chore: accumulate changes from bfeeb94

* chore: accumulate changes from 80137d3

* chore: accumulate changes from ed991b4

* chore: accumulate changes from d6a160d

* chore: accumulate changes from 0ab8a67

* chore: accumulate changes from e05ff6f

* chore: accumulate changes from abe8dcf

* chore: accumulate changes from 2221c8f

* chore: accumulate changes from 40ff13c

* chore: accumulate changes from a6c08dc

* chore: accumulate changes from 1655551

* chore: accumulate changes from 15c0a45

* chore: accumulate changes from 8547e33

* chore: accumulate changes from 5df83ec

* chore: accumulate changes from 9805ce4

* chore: accumulate changes from 96b8a12

* chore: accumulate changes from 0855a19

* chore: accumulate changes from 70f9790

* chore: accumulate changes from 679d844

* chore: accumulate changes from ac007f5

* chore: accumulate changes from edcd445

* chore: accumulate changes from 8d17ad9

* chore: accumulate changes from 32ed174

* chore: accumulate changes from 6e3fd79

* chore: accumulate changes from 552a5c0

* cleanup

* remove white space

* chore: accumulate changes from 3db6a01

* chore: accumulate changes from 6585849

* chore: accumulate changes from 9160c0a

* chore: accumulate changes from 5e5e6b6

* chore: accumulate changes from 415c3ab

* chore: accumulate changes from 042cc19

* chore: accumulate changes from 7d1525f

* chore: accumulate changes from 3eaf040

* chore: accumulate changes from 3eaf040

* chore: update changelog to v..1

* chore: accumulate changes from aab6568

* chore: update changelog to v..1

* chore: update changelog to v1.0.0

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Meliox <5264368+Meliox@users.noreply.github.com>
Co-authored-by: Meliox <na>
2026-08-09 13:02:02 +02:00
Meliox
042cc1949f
fix control suggests (#256)
Co-authored-by: Meliox <na>
2026-08-09 11:06:07 +02:00
Meliox
415c3ab097
Update deb package control (#255)
* update

* remove dup

* more

---------

Co-authored-by: Meliox <na>
2026-08-09 10:56:33 +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
2221c8fe8c
workflow: changes to make test workflow work (#207)
* test6

* fix function call

* add final missing newline to patch

* remove existing config prompt

* add pve-yew-mobile-gui to dep and test

---------

Co-authored-by: Meliox <na>
2026-06-13 17:34:29 +02:00
Meliox
ed991b4adb
Fix dpkg unpack: enforce LF and trailing newline in pve-mod.triggers (#202)
Co-authored-by: Meliox <na>
2026-06-11 21:27:52 +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
0c25030a21
Migrate file patching from sed/python into generic patching scheme (#181)
* Start patching

* rework apply and revert patches to patch

* don't let a patch failure abort apt install

* roll the mod back if its post-apply hook errors

* add patch for gpu history

* Start patching

* rework apply and revert patches to patch

* don't let a patch failure abort apt install

* roll the mod back if its post-apply hook errors

* add patch for gpu history

* fix rrd history patch for compilation

* add test workflows

* Move test and CI to separate PR

* Start patching

* rework apply and revert patches to patch

* don't let a patch failure abort apt install

* roll the mod back if its post-apply hook errors

* add patch for gpu history

* fix rrd history patch for compilation

* add test workflows

* Move test and CI to separate PR

* readd test-release

* realign test-release with main

---------

Co-authored-by: Meliox <na>
2026-06-10 20:07:33 +02:00
Meliox
0642e77429
fix pve-manager triggering mechanism (#187)
* fix pve-manager triggering mechanism

* move pve auto re patch to install option

* revert back to case options and only allow one at the to be selected. Preserve config for each option

---------

Co-authored-by: Meliox <na>
2026-06-10 17:56:45 +02:00
Meliox
84f2f0766f
fix: use intel-gpu-tools instead of intel-igt-tools (#189)
Co-authored-by: Meliox <na>
2026-06-10 00:25: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