Feb. 19, 2019
2:43 p.m.
I can add that Iceberg _can_ clone from my URL, it just seems that Metacello doesn't understand it.
On 19 Feb 2019, at 14:56, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi,
My code lives in a private bitbucket git repo, how can I use this with the Metacello scripting API ?
Metacello new repository: 'ssh://git@bitbucket.somehost.be:8899/xxx/t3-pharo.git'; baseline: 'BetaNineT3'; load: #('core' 'gb').
IOW, what is the correct URL ?
Is that even possible, if not what is the alternative ?
I created/used this repo before, using keys as authentication.
Could one also use username/password authentication, like when deploying ?
Sven