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
46ac0f97
Commit
46ac0f97
authored
6 years ago
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new git message
parent
c8531887
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup.py
setup.py
+2
-1
No files found.
setup.py
View file @
46ac0f97
...
@@ -178,7 +178,8 @@ def update_branch(names_from_conf,name_from_list,pars,git_proto):
...
@@ -178,7 +178,8 @@ def update_branch(names_from_conf,name_from_list,pars,git_proto):
print
(
bcolors
.
BOLDWHITE
+
"Step 0: Running self git pull"
+
bcolors
.
ENDC
)
print
(
bcolors
.
BOLDWHITE
+
"Step 0: Running self git pull"
+
bcolors
.
ENDC
)
selfpullresult
=
subprocess
.
check_output
(
"git pull"
,
shell
=
True
)
selfpullresult
=
subprocess
.
check_output
(
"git pull"
,
shell
=
True
)
if
selfpullresult
.
strip
()
!=
"Already up-to-date."
:
if
selfpullresult
.
strip
()
!=
"Already up-to-date."
and
\
selfpullresult
.
strip
()
!=
"Already up to date."
:
print
(
bcolors
.
WARNING
+
"Wasn't up-to-date. Please, rerun ./setup.py"
+
bcolors
.
ENDC
)
print
(
bcolors
.
WARNING
+
"Wasn't up-to-date. Please, rerun ./setup.py"
+
bcolors
.
ENDC
)
sys
.
exit
()
sys
.
exit
()
else
:
else
:
...
...
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