Currently several repositories use ssh cloning that should not need to, since the target repositories are public (for example, odin-devices). This has the effect that if the user has not configured ssh keys with an agent, the build will fail some way into the process, which is irritating. Although using ssh is necessary for private repositories, it is better to use the http cloning method unless otherwise necessary.
Application repositories may need to include recipes that need ssh cloning, but this becomes their issue.
Currently several repositories use ssh cloning that should not need to, since the target repositories are public (for example, odin-devices). This has the effect that if the user has not configured ssh keys with an agent, the build will fail some way into the process, which is irritating. Although using ssh is necessary for private repositories, it is better to use the http cloning method unless otherwise necessary.
Application repositories may need to include recipes that need ssh cloning, but this becomes their issue.