Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel393
Commits
4d42bcfe
Commit
4d42bcfe
authored
Nov 20, 2017
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+link scripts
parent
70b73519
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
setup.py
setup.py
+4
-1
No files found.
setup.py
View file @
4d42bcfe
...
...
@@ -87,6 +87,10 @@ def copy_eclipse_settings(name):
elif
os
.
path
.
isfile
(
name
+
"/.project"
):
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
):
ret
=
[]
...
...
@@ -135,7 +139,6 @@ def read_git_proto(conf_file,pattern):
test
=
pars
[
1
]
.
find
(
pattern
)
if
test
!=-
1
:
ret
=
"1"
print
(
"ogogo! "
+
pars
[
1
]
.
strip
())
return
ret
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment