Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
a6018189
Commit
a6018189
authored
5 years ago
by
Jenkins
Browse files
Options
Downloads
Plain Diff
submodules: update nightly branch
parents
7488e866
feca0e91
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
client-android
+1
-1
1 addition, 1 deletion
client-android
daemon
+1
-1
1 addition, 1 deletion
daemon
scripts/build-windows.py
+2
-4
2 additions, 4 deletions
scripts/build-windows.py
with
4 additions
and
6 deletions
client-android
@
bee0a574
Subproject commit
9d327802ab2def22641aa5cc8935c37710f2efe6
Subproject commit
bee0a574a5f80f62ed9ec01d700191e0efb9a549
This diff is collapsed.
Click to expand it.
daemon
@
19c0b301
Subproject commit
33823822334c3170c02d33945a1fd065111be291
Subproject commit
19c0b301029478a62f332f259c9da04fb4ee8d65
This diff is collapsed.
Click to expand it.
scripts/build-windows.py
+
2
−
4
View file @
a6018189
...
@@ -8,10 +8,8 @@ this_dir = os.path.dirname(os.path.realpath(__file__))
...
@@ -8,10 +8,8 @@ this_dir = os.path.dirname(os.path.realpath(__file__))
def
execute_cmd
(
cmd
,
with_shell
=
False
):
def
execute_cmd
(
cmd
,
with_shell
=
False
):
p
=
subprocess
.
Popen
(
cmd
,
shell
=
with_shell
)
p
=
subprocess
.
Popen
(
cmd
,
shell
=
with_shell
)
_
,
perr
=
p
.
communicate
()
_
,
_
=
p
.
communicate
()
if
perr
:
return
p
.
returncode
return
1
return
0
def
build_daemon
(
parsed_args
):
def
build_daemon
(
parsed_args
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment