softwarecontainer
softwarecontainer copied to clipboard
Framework to manage and contain applications in an automotive setting
Fix service tests
In https://github.com/Pelagicore/softwarecontainer/blob/master/Jenkinsfile#L64t APT_CACHE_SERVER points to 10.8.36.16 which seems to be some kind of an internal IP adress which is not accessible from the Internet. It should either be removed or...
As a user it is somewhat difficult to know if the master branch is compatible with my application or if it will break my code, and which version I need...
In CMakeLists.txt, there are three calls of `add_string_config`, for example: ``` add_string_config(${SC_CONFIG_GROUP} DEFAULT_SERVICE_MANIFEST_DIR "${SYS_CONFIG_DIR}/service-manifest.default.d/" "${SYS_CONFIG_DIR}/service-manifest.default.d/") ``` However, variable `SYS_CONFIG_DIR` is defined with a trailing slash, leading to double slash issue...