Skip to content
Snippets Groups Projects
Karel Kočí's avatar
Karel Koci authored
Added
* detection of binary files in `dump_file` and their dump in base64
  encoding instead of direct inclusion
* call to `hwinfo` in lshw module

Fixed
* `firmare_devices: not found` error in `firmware` module
* red herring SSL error in `turris-webs` module
* missing a module name in headers

Changed
* packages: limit updater keys we query to `/etc/updater/keys/*.pub`
  thus ignoring the `*.pub.sig` files that are also stored there.
* `Makefile` used to manage translations was improved.
de5c5eaa
Forked from Turris / diagnostics
107 commits behind the upstream repository.

Turris diagnostics

Diagnostic scripts to be executed on Turris router generating text report.

Diagnostics are divided to modules. New modules can be implemented in modules directory. Read README file in modules directory for more on how to create modules.

Localization

This command should be localized. To test it you can run

make install  # installs localization
LANGUAGE=cs ./diagnostics.sh help

To update messages you can simply call

make update

Do not forget to call this command when you add new or modify existing "gettext" strings.

Note that the translations are supposed to be edited using weblate and merged backwards afterwards. See turris-translations repository for details.