build of git deps works, while https deps are detected, build is not implemented yet.

This commit is contained in:
Norayr Chilingarian 2024-02-20 06:38:24 +04:00
parent 4b74e7567d
commit 1a4b4bd988
5 changed files with 161 additions and 24 deletions

View file

@ -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);