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
8a22f1f6
Commit
8a22f1f6
authored
8 years ago
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
github leftovers
parent
992eb75a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
setup.py
setup.py
+4
-4
No files found.
setup.py
View file @
8a22f1f6
...
@@ -118,13 +118,13 @@ def read_local_conf_dev(conf_file,pattern):
...
@@ -118,13 +118,13 @@ def read_local_conf_dev(conf_file,pattern):
def
update_branch
(
names_from_conf
,
name_from_list
,
pars
,
git_proto
):
def
update_branch
(
names_from_conf
,
name_from_list
,
pars
,
git_proto
):
if
(
git_proto
==
"1"
):
if
(
git_proto
==
"1"
):
tmp
=
"https://git
hub
.com/Elphel"
tmp
=
"https://git
.elphel
.com/Elphel"
if
pars
[
0
]
.
find
(
tmp
)
!=-
1
:
if
pars
[
0
]
.
find
(
tmp
)
!=-
1
:
pars
[
0
]
=
"git@git
hub
.com:Elphel"
+
pars
[
0
][
len
(
tmp
):]
pars
[
0
]
=
"git@git
.elphel
.com:Elphel"
+
pars
[
0
][
len
(
tmp
):]
else
:
else
:
tmp
=
"git@git
hub
.com:Elphel"
tmp
=
"git@git
.elphel
.com:Elphel"
if
pars
[
0
]
.
find
(
tmp
)
!=-
1
:
if
pars
[
0
]
.
find
(
tmp
)
!=-
1
:
pars
[
0
]
=
"https://git
hub
.com/Elphel"
+
pars
[
0
][
len
(
tmp
):]
pars
[
0
]
=
"https://git
.elphel
.com/Elphel"
+
pars
[
0
][
len
(
tmp
):]
for
p
in
names_from_conf
:
for
p
in
names_from_conf
:
if
name_from_list
in
p
:
if
name_from_list
in
p
:
...
...
This diff is collapsed.
Click to expand it.
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