mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
build of git deps works, while https deps are detected, build is not implemented yet.
This commit is contained in:
parent
4b74e7567d
commit
1a4b4bd988
5 changed files with 161 additions and 24 deletions
|
|
@ -111,7 +111,11 @@ BEGIN
|
|||
REPEAT
|
||||
dep := vpkdepTree.Get(depTree, i);
|
||||
vpkJsonDepRetriever.getURIandType(dep, URI, typ, branch);
|
||||
Out.String("aftergetURIandType"); Out.Ln;
|
||||
Out.String("got uri: "); Out.String(URI); Out.Ln;
|
||||
Out.String("got type: "); Out.String(typ); Out.Ln;
|
||||
extractDomainFromUrl(URI, domain);
|
||||
Out.String("extracted domain; "); Out.String(domain); Out.Ln;
|
||||
vpkSyncer.fetch(dep.name^, URI, domain, typ, prefix, branch);
|
||||
b := FALSE;
|
||||
b := vpkJsonDepRetriever.getBuildInfo(dep, keys, values);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue