Robin Reckmann
Robin Reckmann
I would like to add the APN settings of the Japanese MVNO Mineo. Settings can be found here (only Japanese :-( ): https://support.mineo.jp/setup/guide/android_network.html Mineo is offering plans for the three...
Address SecretsUsedInArgOrEnv warning Secrets should not be saved in environment variable as they will be available also on the device. In this case they are anyway known and not critical,...
PR for experiments on CI system build time
The apt package installation parts of the agnos build are currently not very well maintained. Lets discuss here how to improve this. Currently existing: ``` base_setup.sh openpilot_dependencies.sh hardware_setup.sh install_extras.sh ```...
Use debhelper tools for creation of the .deb packages rather than old checkinstall.
Move apt stuff to separate docker cache. This cache is reusable even if the Docker cache of the step itself breaks. Also reduces the size of the Docker image, as...
`base_setup.sh` is not well maintained. This is especially an issue, as it is the first script in the docker build and any changes here forces a nearly complete rebuild. With...
Downloading apt packages every time takes a considerable amount of time (This varies based on individual connection speeds). Here we extract the downloaded package indizes as well as the package...