summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/module.build
Commit message (Collapse)AuthorAgeFilesLines
* [hardware-stats] Move collect script to this repoSimon Rettberg2024-03-041-8/+1Star
|
* [system-check/hardware-stats] Loosen dependenciesSimon Rettberg2024-01-291-1/+1
| | | | | | | | | | | | | For some reason, system-check is ordered before hardware-report, but I can't figure out why. system-check merely generates the warnings to display on the login screen, and hardware-report sends hw data to the boot server. I don't see anything in hardware-report actually depending on anything system-check does. There are some other minor changes, like moving the generation of the json report from hardware-report to hardware-stats, and putting the according python script into a directory named hardware-stats instead of system-check, which might imply it belongs to that module which is wrong.
* [hardware-stats] Include new json-based hw reportingSimon Rettberg2021-09-151-1/+8
| | | | | Fetch scripts from cgit for now. A bit ugly but this needs to be re-organized first.
* Remove COPYLIST boilerplate from every module; move to setup_targetSimon Rettberg2021-07-121-6/+1Star
|
* Add bash shebangs to all our includes:Simon Rettberg2017-02-281-0/+1
| | | | | | | github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either.
* merge with latest dev versionSebastian2016-04-251-0/+17