- Aug 06, 2020
- 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... :(
-
Michal Hrusecky authored
To be able to proxy netdata through lighttpd and to require some sort of authetification, changing the defaults to forbid remote access from every IPv4 private segment possible by default (security enhancement) and disabling compression (to make proxy work). This is requirement for webapps integration.
-
Josef Schlehofer authored
-
- Jul 09, 2020
-
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
-
Karel Koci authored
This reverts commit 8e8705fd.
-
Karel Koci authored
I have no idea where in process of testing and cleaning I left that out but there should have been change of directory. That is the reason why subshell is spawned.
-
- Jul 08, 2020
-
-
Karel Koci authored
-
Josef Schlehofer authored
-
Karel Koci authored
Recetly package lists were expanded by options and they now have their own configuration file. This makes them incompatible with configuration done by bootstrap script. This updates bootstrap script to allow usage of package list options and also removes invalid generation of lists to updater's config. The configuration is not replaced by any easy way because we are not using it and generating another configuration is just too big of a hustle. Instead we should investigate in future some other way to generate configuration (for example using package) instead of this.
-