Commit 4d42bcfe authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+link scripts

parent 70b73519
...@@ -87,6 +87,10 @@ def copy_eclipse_settings(name): ...@@ -87,6 +87,10 @@ def copy_eclipse_settings(name):
elif os.path.isfile(name+"/.project"): elif os.path.isfile(name+"/.project"):
print("Not copying up files for Eclipse project: .project is already there") print("Not copying up files for Eclipse project: .project is already there")
if (not os.path.islink(name+"/scripts")):
shout("ln -sf ../../scripts/ "+name+"/scripts")
print("Linked scripts to project")
def read_local_conf(conf_file,pattern): def read_local_conf(conf_file,pattern):
ret = [] ret = []
...@@ -135,7 +139,6 @@ def read_git_proto(conf_file,pattern): ...@@ -135,7 +139,6 @@ def read_git_proto(conf_file,pattern):
test = pars[1].find(pattern) test = pars[1].find(pattern)
if test!=-1: if test!=-1:
ret = "1" ret = "1"
print("ogogo! "+pars[1].strip())
return ret return ret
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment