mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +01:00
scripts: Replace standard source path cvs.stable with jw.dev
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
90157c6802
commit
0037554001
4 changed files with 8 additions and 8 deletions
|
|
@ -19,7 +19,7 @@ import re
|
|||
all_deps = Set()
|
||||
dep_tree = {}
|
||||
glob_order = []
|
||||
proj_base=pwd.getpwuid(os.getuid()).pw_dir + "/local/src/cvs.stable/proj"
|
||||
proj_base=pwd.getpwuid(os.getuid()).pw_dir + "/local/src/jw.dev/proj"
|
||||
search_path=[".", "dspc/src", "dspc/src/dspcd-plugins", "dspc/src/io" ]
|
||||
glob_prereq_type="BUILD"
|
||||
dep_cache = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue