> Am 21.12.2017 um 15:54 schrieb Sean P. DeNigris <s...@clipperadams.com>: > > NorbertHartl wrote >> I have projects that are loaded from bitbucket private repos and that have >> dependencies to… private bitbucket repos all at once. > > Is `Iceberg enableMetacelloIntegration: true` what gets around the tarball / > SSH-support issue?
Yes, metacello git integration will not download tarballs but checkout the git repo and therefor ssh can be used. Norbert