mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 13:02:26 +00:00
pushes to the 'deps' directory inside prefix.
This commit is contained in:
parent
837ee3ac45
commit
277e8aa9a5
4 changed files with 68 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue