Jan. 28, 2018
9:52 a.m.
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