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
6f9d0bf1
Commit
6f9d0bf1
authored
6 years ago
by
Jenkins
Browse files
Options
Downloads
Plain Diff
submodules: update nightly branch
parents
8ee93174
1a3fd043
Branches
Branches containing commit
Tags
android/20180930_beta
Tags containing commit
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
make-ring.py
+15
-14
15 additions, 14 deletions
make-ring.py
with
17 additions
and
16 deletions
client-android
@
bb53c88c
Subproject commit
61441225a41cf5c1ad36021f450e330f9b28603e
Subproject commit
bb53c88c789b67fc82ba5c81d1bef39433247fd2
This diff is collapsed.
Click to expand it.
daemon
@
f2689692
Subproject commit
9630c15e27123e40794bd5e0eeaf51e82873209
1
Subproject commit
f268969295616fc9f82f399d12c2cc70d9a6bac
1
This diff is collapsed.
Click to expand it.
make-ring.py
+
15
−
14
View file @
6f9d0bf1
...
@@ -54,30 +54,31 @@ BREW_INSTALL_SCRIPT = [
...
@@ -54,30 +54,31 @@ BREW_INSTALL_SCRIPT = [
]
]
RPM_INSTALL_SCRIPT
=
[
RPM_INSTALL_SCRIPT
=
[
'
sudo
dnf update
'
,
'
dnf update
'
,
'
sudo
dnf install -y %(packages)s
'
'
dnf install -y %(packages)s
'
]
]
PACMAN_INSTALL_SCRIPT
=
[
PACMAN_INSTALL_SCRIPT
=
[
'
sudo
pacman -Sy
'
,
'
pacman -Sy
'
,
'
sudo
pacman -S %(packages)s
'
'
pacman -S %(packages)s
'
]
]
ZYPPER_INSTALL_SCRIPT
=
[
ZYPPER_INSTALL_SCRIPT
=
[
'
sudo
zypper update
'
,
'
zypper update
'
,
'
sudo
zypper install -y %(packages)s
'
'
zypper install -y %(packages)s
'
]
]
ZYPPER_DEPENDENCIES
=
[
ZYPPER_DEPENDENCIES
=
[
# build system
# build system
'
autoconf
'
,
'
autoconf-archive
'
,
'
automake
'
,
'
cmake
'
,
'
patch
'
,
'
gcc-c++
'
,
'
libtool
'
,
'
autoconf
'
,
'
autoconf-archive
'
,
'
automake
'
,
'
cmake
'
,
'
patch
'
,
'
gcc-c++
'
,
'
libtool
'
,
'
which
'
,
# contrib dependencies
'
curl
'
,
'
gzip
'
,
'
bzip2
'
,
# daemon
# daemon
'
speexdsp-devel
'
,
'
speex-devel
'
,
'
libdbus-c++-devel
'
,
'
jsoncpp-devel
'
,
'
yaml-cpp-devel
'
,
'
speexdsp-devel
'
,
'
speex-devel
'
,
'
libdbus-c++-devel
'
,
'
jsoncpp-devel
'
,
'
yaml-cpp-devel
'
,
'
libupnp-devel
'
,
'
boost-devel
'
,
'
yasm
'
,
'
libuuid-devel
'
,
'
libnettle-devel
'
,
'
libupnp-devel
'
,
'
yasm
'
,
'
libuuid-devel
'
,
'
libnettle-devel
'
,
'
libopus-devel
'
,
'
libopus-devel
'
,
'
libgnutls-devel
'
,
'
msgpack-devel
'
,
'
libavcodec-devel
'
,
'
libgnutls-devel
'
,
'
msgpack-devel
'
,
'
libavcodec-devel
'
,
'
libavdevice-devel
'
,
'
pcre-devel
'
,
'
libavdevice-devel
'
,
'
pcre-devel
'
,
'
libogg-devel
'
,
'
libvorbis-devel
'
,
'
flac-devel
'
,
'
alsa-devel
'
,
'
libpulse-devel
'
,
'
libudev-devel
'
,
'
libva-devel
'
,
'
libvdpau-devel
'
,
'
libgsm-devel
'
,
'
alsa-devel
'
,
'
libpulse-devel
'
,
'
libudev-devel
'
,
'
libva-devel
'
,
'
libopenssl-devel
'
,
'
libvdpau-devel
'
,
'
libopenssl-devel
'
,
# lrc
# lrc
'
libQt5Core-devel
'
,
'
libQt5DBus-devel
'
,
'
libqt5-linguist-devel
'
,
'
libQt5Core-devel
'
,
'
libQt5DBus-devel
'
,
'
libqt5-linguist-devel
'
,
# gnome client
# gnome client
...
@@ -122,7 +123,7 @@ APT_DEPENDENCIES = [
...
@@ -122,7 +123,7 @@ APT_DEPENDENCIES = [
'
libavdevice-dev
'
,
'
libavformat-dev
'
,
'
libboost-dev
'
,
'
libavdevice-dev
'
,
'
libavformat-dev
'
,
'
libboost-dev
'
,
'
libclutter-gtk-1.0-dev
'
,
'
libcppunit-dev
'
,
'
libdbus-1-dev
'
,
'
libclutter-gtk-1.0-dev
'
,
'
libcppunit-dev
'
,
'
libdbus-1-dev
'
,
'
libdbus-c++-dev
'
,
'
libebook1.2-dev
'
,
'
libexpat1-dev
'
,
'
libgnutls28-dev
'
,
'
libdbus-c++-dev
'
,
'
libebook1.2-dev
'
,
'
libexpat1-dev
'
,
'
libgnutls28-dev
'
,
'
libgsm1-dev
'
,
'
libgtk-3-dev
'
,
'
libjack-dev
'
,
'
libnotify-dev
'
,
'
libgtk-3-dev
'
,
'
libjack-dev
'
,
'
libnotify-dev
'
,
'
libopus-dev
'
,
'
libpcre3-dev
'
,
'
libpulse-dev
'
,
'
libssl-dev
'
,
'
libopus-dev
'
,
'
libpcre3-dev
'
,
'
libpulse-dev
'
,
'
libssl-dev
'
,
'
libspeex-dev
'
,
'
libspeexdsp-dev
'
,
'
libswscale-dev
'
,
'
libtool
'
,
'
libspeex-dev
'
,
'
libspeexdsp-dev
'
,
'
libswscale-dev
'
,
'
libtool
'
,
'
libudev-dev
'
,
'
libupnp-dev
'
,
'
libyaml-cpp-dev
'
,
'
qtbase5-dev
'
,
'
libqt5sql5-sqlite
'
,
'
sip-tester
'
,
'
swig
'
,
'
libudev-dev
'
,
'
libupnp-dev
'
,
'
libyaml-cpp-dev
'
,
'
qtbase5-dev
'
,
'
libqt5sql5-sqlite
'
,
'
sip-tester
'
,
'
swig
'
,
...
@@ -133,7 +134,7 @@ APT_DEPENDENCIES = [
...
@@ -133,7 +134,7 @@ APT_DEPENDENCIES = [
PACMAN_DEPENDENCIES
=
[
PACMAN_DEPENDENCIES
=
[
'
autoconf
'
,
'
autoconf-archive
'
,
'
gettext
'
,
'
cmake
'
,
'
dbus
'
,
'
doxygen
'
,
'
gcc
'
,
'
gnome-icon-theme-symbolic
'
,
'
autoconf
'
,
'
autoconf-archive
'
,
'
gettext
'
,
'
cmake
'
,
'
dbus
'
,
'
doxygen
'
,
'
gcc
'
,
'
gnome-icon-theme-symbolic
'
,
'
ffmpeg
'
,
'
boost
'
,
'
clutter-gtk
'
,
'
cppunit
'
,
'
libdbus
'
,
'
dbus-c++
'
,
'
libe-book
'
,
'
ffmpeg
'
,
'
boost
'
,
'
clutter-gtk
'
,
'
cppunit
'
,
'
libdbus
'
,
'
dbus-c++
'
,
'
libe-book
'
,
'
expat
'
,
'
gsm
'
,
'
gtk3
'
,
'
jack
'
,
'
libnotify
'
,
'
opus
'
,
'
pcre
'
,
'
libpulse
'
,
'
expat
'
,
'
gtk3
'
,
'
jack
'
,
'
libnotify
'
,
'
opus
'
,
'
pcre
'
,
'
libpulse
'
,
'
speex
'
,
'
speexdsp
'
,
'
libtool
'
,
'
libupnp
'
,
'
yaml-cpp
'
,
'
qt5-base
'
,
'
speex
'
,
'
speexdsp
'
,
'
libtool
'
,
'
libupnp
'
,
'
yaml-cpp
'
,
'
qt5-base
'
,
'
swig
'
,
'
yasm
'
,
'
qrencode
'
,
'
evolution-data-server
'
,
'
make
'
,
'
patch
'
,
'
pkg-config
'
,
'
swig
'
,
'
yasm
'
,
'
qrencode
'
,
'
evolution-data-server
'
,
'
make
'
,
'
patch
'
,
'
pkg-config
'
,
'
automake
'
,
'
libva
'
,
'
webkit2gtk
'
,
'
libnm
'
,
'
libvdpau
'
,
'
libcanbera
'
,
'
openssl
'
'
automake
'
,
'
libva
'
,
'
webkit2gtk
'
,
'
libnm
'
,
'
libvdpau
'
,
'
libcanbera
'
,
'
openssl
'
...
...
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