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
14a1fd01
Commit
14a1fd01
authored
4 years ago
by
Jenkins
Browse files
Options
Downloads
Plain Diff
submodules: update nightly branch
parents
b584daae
e98a5a26
No related branches found
No related tags found
Tags containing commit
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
docker/Dockerfile_opensuse-leap_15.1
+1
-1
1 addition, 1 deletion
docker/Dockerfile_opensuse-leap_15.1
lrc
+1
-1
1 addition, 1 deletion
lrc
make-ring.py
+2
-2
2 additions, 2 deletions
make-ring.py
with
6 additions
and
6 deletions
client-gnome
@
ce48f0c6
Subproject commit
9da6aa16c300dc19a4a115beb0033f52cf3a58d2
Subproject commit
ce48f0c6c653a16ffcd759effd9ba9e5e2a36e6f
This diff is collapsed.
Click to expand it.
daemon
@
d2ae07d3
Subproject commit
7eb1e7373d48fa4c23f142b0b70c09f437d22e36
Subproject commit
d2ae07d329cbc578074da37a33c806d9a9845e8f
This diff is collapsed.
Click to expand it.
docker/Dockerfile_opensuse-leap_15.1
+
1
−
1
View file @
14a1fd01
FROM opensuse/leap:15.
2
FROM opensuse/leap:15.
1
RUN zypper --non-interactive install dnf
RUN dnf clean all
RUN zypper --non-interactive lr
...
...
This diff is collapsed.
Click to expand it.
lrc
@
2d3b1f01
Subproject commit
07f522570e21d008356a2f609fbe40eef383900a
Subproject commit
2d3b1f017cbb824172a3b605af6efa453dd0edc9
This diff is collapsed.
Click to expand it.
make-ring.py
+
2
−
2
View file @
14a1fd01
...
...
@@ -192,7 +192,7 @@ def run_powersell_cmd(cmd):
def
write_qt_conf
(
path
):
# Add a configuration that can be supplied to qmake
# e.g. `qmake -qt=5.15 [mode] [options] [files]`
if
path
is
''
:
if
path
==
''
:
return
with
open
(
'
/usr/share/qtchooser/
'
+
QT5_VERSION
+
'
.conf
'
,
'
w+
'
)
as
fd
:
fd
.
write
(
path
.
rstrip
(
'
/
'
)
+
'
/bin
\n
'
)
...
...
@@ -352,7 +352,7 @@ def run_install(args):
else
:
install_args
+=
(
"
-c
"
,
"
client-qt
"
)
install_args
+=
(
"
-q
"
,
QT5_VERSION
)
if
args
.
qt
is
''
:
if
args
.
qt
==
''
:
install_args
+=
(
"
-Q
"
,
DEFAULT_QT_PATH
)
else
:
install_args
+=
(
"
-Q
"
,
args
.
qt
)
...
...
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