pushes to the 'deps' directory inside prefix.

This commit is contained in:
Norayr Chilingarian 2022-01-18 04:11:27 +04:00
parent 837ee3ac45
commit 277e8aa9a5
4 changed files with 68 additions and 16 deletions

View file

@ -5,6 +5,7 @@ CONST
vpkConfFile* = "vipackConf.json";
vpkTreeDir* = "vipackTree";
vpkPkgDir* = "vpkLocal";
vpkDepDir* = "deps";
graphName* = "deps.dot";
@ -25,7 +26,6 @@ CONST
packageFileName* = "VersionFile.json";
host* = "localhost";
port* = "80";
installPath* = "dependencies";
http* = 0;
https* = 1;