- Sep 16, 2020
-
-
Karel Koci authored
-
Settting timezone doesn't work without those.
-
- Sep 14, 2020
-
-
Karel Koci authored
We need to generate more than one medkit per target. That can be controlled by CI but it is better to have it all at once controlled by turris-build repository. It also partially hides all possible options generate_medkit provides. Most of them are to have versatile tool to generate medkit but are not intended to be used in CI to build real medkits. With this script (named generate_medkits to be consistent with generate_lists) only minimal required info is required from user and rest is provided depending on what kind of medkit is build. To have repository clean generate_medkit was moved to helpers directory. There are hints on future variants of medkits. At the moment primary use is for contracts but we can also provide minimal medkits (pretty much compared to what we have), beef up default medkit (just include some more common package lists) and also for example have full medkit with all package lists and drivers and languages (it is question if we even want that). It is also expected to have more targeted medkits such as broadband variant that would out of the box provided support for LTE modems and so on.
-
- Sep 13, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Sep 08, 2020
-
-
Karel Koci authored
Packages now can bootstrap configuration provided from environment variables on their own. That removes need to generate configuration files here and makes it overall more general. Variables are renamed to explicitly differentiate those participating in packages bootstrap from those only passed to fakeroot trough environment. Those are also variable names expected by packages themselves.
-
- Sep 07, 2020
-
-
Karel Koci authored
-
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.
-
- Sep 02, 2020
-
-
Josef Schlehofer authored
-
- Sep 01, 2020
-
-
Karel Koci authored
-
Karel Koci authored
This fix package removes task log generated by updater. Updater-Supervisor version 1.3.2 no longer instructs updater to generate this file. That makes is no longer necessary and to clean after update it is removed.
-
- Aug 26, 2020
-
-
Karel Koci authored
Package lists name should not contain .lua as it is appended later on.
-
- Aug 25, 2020
-
-
Karel Koci authored
-
- Aug 17, 2020
-
-
Josef Schlehofer authored
-
- Aug 12, 2020
-
-
Karel Koci authored
-
Karel Koci authored
-
- Aug 11, 2020
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Aug 09, 2020
-
-
Karel Koci 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
-
-
Josef Schlehofer authored
-
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.
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Karel Koci authored
-
-
Karel Koci authored
-
-
-
Karel Koci authored
-
-
- Aug 05, 2020
-
-
Karel Koci authored
-
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
-
-
Karel Koci authored
-
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
-
Karel Koci authored
Variable was renamed but not in this specific instace.
-