This is via @stevesmoot and I don't have full details, but zkg apparently trips over the same package referenced via URLs with different protocols. In this case:
- A bundle has
git@gitlab.com/path/to/package = main in the manifest
- A package (installed or elsewhere in the bundle) has as dependency
https://gitlab.com/path/to/package *
Looks like zkg treats them as unrelated and fails. I'm a bit confused by this because at least in the file system the protocol isn't visible, so this could just be confusion about credentials at bundling vs unbundling time, zkg actually treating it as single package with the "wrong" protocol, etc.
@stevesmoot if you have more error output, that'd be helpful.
This is via @stevesmoot and I don't have full details, but zkg apparently trips over the same package referenced via URLs with different protocols. In this case:
git@gitlab.com/path/to/package = mainin the manifesthttps://gitlab.com/path/to/package *Looks like zkg treats them as unrelated and fails. I'm a bit confused by this because at least in the file system the protocol isn't visible, so this could just be confusion about credentials at bundling vs unbundling time, zkg actually treating it as single package with the "wrong" protocol, etc.
@stevesmoot if you have more error output, that'd be helpful.