Jan. 28, 2018
8:54 p.m.
Herby, Right now there is "no portable way" to specify arbitrary hosts in a Metacello spec ... but Esteban and I will be talking about this on Monday ... Thierry Goubier seems to have a nice scheme for gitfiletree and I think that iceberg might support additional urls and schemes... Dale On 01/28/2018 01:52 AM, Herbert VojÄÃk wrote:
Hi,
I know I can do, for example,
[..snip..]     package: 'Foo' with: [ spec        requires: #('Mocketry') ];
    baseline: 'Mocketry' with: [ spec        repository: 'github://dionisiydk/Mocketry:v4.0.x' ]; [..snip..]
but when I want to add dependency to a repo which is not on github nor on bitbucket, how do I specify (https or scp) git depedency in generic way?
Thanks, Herby