- Sep 13, 2020
-
-
Josef Schlehofer authored
-
- Sep 07, 2020
-
-
Karel Koci authored
The condition is that we run on current root (that we even have easy access to snapshots), that we have snapshots (schnapps installed) and that version of Turris OS is less than 5.1.1. We use system version to compare because we can't detect that empty file any other way.
-
- Aug 12, 2020
-
-
Karel Koci authored
-
- Aug 11, 2020
-
-
Josef Schlehofer authored
-
- Aug 08, 2020
-
-
Michal Hrusecky authored
There might be some settings later on, it is kinda fair to give people an option to opt out from Sentinel and also dashboard shows warning about datacolect if the page is not present
-
Michal Hrusecky authored
Netmetr is nice to have and dev-detect just generates notifications, so harmless as well.
-
- Aug 06, 2020
-
-
Karel Koci authored
Standard for_l10n function provided by root updater script is creating requests with default priority 50. This effectively increases priority of all packages using it to include their languages. The solution here is to decrease priority for language packages to something very small (10 was chosen). Also because we had to have copy of for_l10n function in bootstrap it was instead moved from there to utils and provided as our own version instead of updater's one. Original function can potentially be dropped later on as Turris lists are no longer using it thanks to this change.
-
- Aug 05, 2020
-
-
Karel Koci authored
Atlas and netdata services are new services that can be installed trough package lists. They should be also automatically activated. sentinel-dynfw-ipset is not longer present in system as it was drop in favor of different approach. socat is not longer used as service since uCollect times.
-
- Aug 04, 2020
-
-
Add few important packages to be always build on Turris 1.x like turris1x-support, rainbow and atsha.
-
Making sure some important packages for Omnia build are always select and build. Like omnia-support, rainbow and atsha.
-
Add mox-otp, mox-support and mox-dtb as packages that has to be included in every build to make sure they are present.
-
Karel Koci authored
Variable was renamed but not in this specific instace.
-
Karel Koci authored
This fixes bug that caused normal medkits to not be generated as contract with no name was not located. The reason is that Lua's string when they are empty are still true (contrary to other languages such as Python). This adds explicit checks if they are non-empty as that is more common and more expected. This also fixes potential problem when some environment variable is not defined. This does no happen with our script but can happen if that script is not used.
-
- Aug 03, 2020
-
-
Michal Hrusecky authored
-
Karel Koci authored
This allows contract specific medkits to be generated using this script.
-
Karel Koci authored
Yeh it is that stupid of a syntax.
-
Karel Koci authored
There were two issues in this code. First issue is that options might not be specified and they were not then initial match returned nil that caused gmatch fail. We should have check if we have some list options and run loop only if there were some specified. Second problem was simply in initial regexp. It was eating up closing parentheses for options so no options were ever found.
-
- Jul 31, 2020
- Jul 27, 2020
- Jul 24, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Jul 22, 2020
-
-
Karel Koci authored
Without this it wasn't processed as such.
-
- Jul 19, 2020
-
-
Josef Schlehofer authored
-
- Jul 17, 2020
-
-
Josef Schlehofer authored
-
- Jul 13, 2020
-
-
Jan Pavlinec authored
-
- Jul 12, 2020
-
-
Karel Koci authored
This reverts commit 82044fb2. With b46683a4 this should no longer be required.
-
- Jul 11, 2020
-
-
Josef Schlehofer authored
-
Karel Koci authored
This is required for new versions of kernel but let's not include this in minor release just to be safe.
-
- Jul 10, 2020
-
-
Josef Schlehofer authored
My fault... :(
-