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

Reply via email to