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
67e50b11
Commit
67e50b11
authored
4 years ago
by
Jenkins
Browse files
Options
Downloads
Plain Diff
submodules: update nightly branch
parents
80217fa2
5ef67eea
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
client-gnome
+1
-1
1 addition, 1 deletion
client-gnome
daemon
+1
-1
1 addition, 1 deletion
daemon
lrc
+1
-1
1 addition, 1 deletion
lrc
scripts/build-windows.py
+1
-1
1 addition, 1 deletion
scripts/build-windows.py
scripts/install.sh
+9
-0
9 additions, 0 deletions
scripts/install.sh
with
13 additions
and
4 deletions
client-gnome
@
bb6b3f70
Subproject commit
6b2855169a16078fb7062ab5d6bf2305f42cac33
Subproject commit
bb6b3f707c9969baa7f4816f55c02245c6c62a79
This diff is collapsed.
Click to expand it.
daemon
@
6a3a9fdd
Subproject commit
324d49ce4d04b3067e6f0d2382c4e6dfd385f56b
Subproject commit
6a3a9fdd52cf9f46586f66a330ceb5bdf4c95758
This diff is collapsed.
Click to expand it.
lrc
@
564784bb
Subproject commit
4381acbf375488f0619056607e90d5ad34655071
Subproject commit
564784bb62cc4128a2174d4744d38365d5a52bf4
This diff is collapsed.
Click to expand it.
scripts/build-windows.py
+
1
−
1
View file @
67e50b11
...
...
@@ -32,7 +32,7 @@ def build_client(parsed_args):
execute_cmd
(
'
python make-client.py -d
'
)
execute_cmd
(
'
python make-client.py -b
'
+
'
-t
'
+
parsed_args
.
toolset
+
'
-s
'
+
parsed_args
.
sdk
+
'
-q
'
+
parsed_args
.
qtver
)
execute_cmd
(
'
p
owershell -ExecutionPolicy Unrestricted -File copy-runtime-files.ps1
'
+
'
"
Release
"
'
+
'"
'
+
parsed_args
.
qtver
+
'"'
,
True
)
execute_cmd
(
'
p
ython copy-runtime-files.py -m Release -q
'
+
parsed_args
.
qtver
,
True
)
def
parse_args
():
...
...
This diff is collapsed.
Click to expand it.
scripts/install.sh
+
9
−
0
View file @
67e50b11
...
...
@@ -195,3 +195,12 @@ else
fi
make
-j
"
${
proc
}
"
make_install
"
${
global
}
"
"
${
priv_install
}
"
# copy runtime files
if
[
${
client
}
=
"client-qt"
]
;
then
if
[
-z
${
qt5path
}
]
;
then
python ../copy-runtime-files.py
else
python ../copy-runtime-files.py
-q
${
qt5path
}
fi
fi
This diff is collapsed.
Click to expand it.
Hypnosis@I2P
@hypnosis
mentioned in issue
#1133 (moved)
·
4 years ago
mentioned in issue
#1133 (moved)
mentioned in issue #1133
Toggle commit list
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