mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
vipack became vipak; vipackTree became vipatsar
This commit is contained in:
parent
41fe4a7132
commit
8bedfc1689
4 changed files with 24 additions and 24 deletions
|
|
@ -1,4 +1,4 @@
|
|||
MODULE vipack;
|
||||
MODULE vipak;
|
||||
IMPORT Texts, Strings, Oberon, Out,
|
||||
vpkConf, vpkLogger, vpkSyncer, vpkInstaller, vpkdepTree, opts, StringList;
|
||||
(*
|
||||
|
|
@ -230,7 +230,7 @@ BEGIN
|
|||
vpkLogger.Log("HelpText");
|
||||
Out.String("Vipack sync - syncing git tree and local tree"); Out.Ln;
|
||||
Out.String("vipackConf.json path -> $HOME/.vipack/vipackConf.json"); Out.Ln;
|
||||
Out.String("vipackTree path -> $HOME/.vipack/vipackTree")
|
||||
Out.String("vipak tree path -> $HOME/.vipak/vipatsar")
|
||||
END help;
|
||||
|
||||
PROCEDURE main();
|
||||
|
|
@ -268,4 +268,4 @@ END main;
|
|||
|
||||
BEGIN
|
||||
main
|
||||
END vipack.
|
||||
END vipak.
|
||||
|
|
@ -28,9 +28,9 @@ TYPE
|
|||
END;
|
||||
|
||||
BEGIN
|
||||
vpkConfDir := ".vipack";
|
||||
vpkConfFile := "vipackConf.json";
|
||||
vpkTreeDir := "vipackTree";
|
||||
vpkConfDir := ".vipak";
|
||||
vpkConfFile := "vipak.json";
|
||||
vpkTreeDir := "vipatsar";
|
||||
vpkPkgDir := "vpkLocal";
|
||||
vpkDepDir := "deps";
|
||||
vpkBldDir := "build";
|
||||
|
|
@ -58,8 +58,8 @@ BEGIN
|
|||
bldType := "Build";
|
||||
bldCommand := "Command";
|
||||
bldFile := "File";
|
||||
defTreeVal := "https://github.com/vishaps/vipackTree";
|
||||
(*defTreeVal := "git@github.com:vishaps/vipackTree";*)
|
||||
defTreeVal := "https://codeberg.org/vishapoberon/vipatsar";
|
||||
(*defTreeVal := "git@codeberg.org:vishapoberon/vipatsar";*)
|
||||
confTreeVal := defTreeVal;
|
||||
defTypVal := rmtTypGitVal;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue