- 22 Jul, 2016 1 commit
-
-
aviau authored
This imports some of the changes made in the official Debian packaging repository: https://anonscm.debian.org/cgit/pkg-voip/ring.git - Don't run containers in interactive mode, which would require a TTY - Build LRC with Debug symbols - Build with V=1 to allow parsing logs - Reorganize dependencies - Try fetch-all three times before giving up - Removed ubuntu15.04 references Tuleap: #858 Change-Id: If0a81b15230a31d120982e113e695443262568e3
-
- 20 Jul, 2016 1 commit
-
-
aviau authored
This moves the official Debian packaging into ring-project. Jenkins should now be able to run packaging jobs and publish packages. It should also make it easy to add a `verify` check on Jenkins to test packaging patches. This will make it much easier to work on packaging issues because the build environment is now reproductible on any machine. The patch adds Makefile targets to create packages such as: - package-all - package-<DISTRO> Builds are all done inside Docker containers and it is possible to build many at a time with the `package-all` target. To debug a build, use `package-<DISTRO>-interactive` to obtain a shell inside a container, ready to launch a build. Tuleap: #781 Change-Id: Id87a74a6c412ffc5bf82b9562639ce5a9424b06a
-
- 08 Jul, 2016 2 commits
-
-
Edric Milaret authored
[Guillaume R.: modified ci msg title for the precision sake] Change-Id: I519ef02e2243eaeae296b58587ddd0fef429d481 Tuleap: #313Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- 06 Jul, 2016 1 commit
-
-
Stepan Salenikovich authored
Fedora: - add jsoncpp - remove libsrtp - add libappindicator-gtk3 - add missing gnome-client dependencies (gtk3, clutter, etc) - add 'patch' as Fedora 24 does not ship with it Ubuntu/Debian: - add jsoncpp - remove libsrtp - add libappindicator-gtk3 - synchronise as both currently have the same dependencies Change-Id: I0002124ebdf8733e7c49a201b9af02c1ef625ed6 Tuleap: #823
-
- 30 Jun, 2016 1 commit
-
- 23 Jun, 2016 1 commit
-
-
Simon Zeni authored
Change-Id: I5120deb1860c9f6231ebf9935c504390a716abef Reviewed-by:
Alexandre Lision <alexandre.lision@savoirfairelinux.com>
-
- 21 Jun, 2016 1 commit
-
-
aviau authored
This script comes from the jenkins jobs that publishes release tarballs on https://dl.ring.cx/ring-release/tarballs/. It is best to make it available in the source so that people can see how we generate our tarballs and maybe use it for other purposes. Change-Id: Ie0b302a562e92935ff97661fc85d31cdf20e0cf5 Tuleap: #254
-
- 16 Jun, 2016 2 commits
-
- 07 Jun, 2016 1 commit
-
- 01 Jun, 2016 2 commits
-
- 11 May, 2016 1 commit
-
- 10 May, 2016 3 commits
-
-
Alexandre Lision authored
OSX client uses ring-project for its packaging. when running make-ring --install daemon and client install prefixes are different. This means ringtones are not packaged properly (they are in daemon folder /share/ring/ringtones). This variable can help all clients to point out to a specific external dir containing ringtones. It will be ignored if not used. Change-Id: Id22a9c9b1c7df3c11b882c05e693198514ab9458 Tuleap: #652
-
- 03 May, 2016 3 commits
-
-
Stepan Salenikovich authored
So it doesn't need to be built. Change-Id: I1ccbc905a76ba7f2509c659dd5c8be065ebe8181
-
Edric Milaret authored
Change-Id: Ifc4f3fe8a4477290fb05274253f7e79bbb3dae69
-
- 29 Apr, 2016 2 commits
-
-
Edric Milaret authored
Daemon binary is now installed in /sbin Change-Id: If8ce40e1dcac20b030e257cbf890bdacdc31e37e Tuleap: #350
- 27 Apr, 2016 1 commit
-
-
aviau authored
This new documentation can be built using `make docs`. It should be built automatically via a hook on github and published on https://ring.readthedocs.org. This allows for much better formatting and is more pleasant to browse for new contributors. It is possible to build the docs using the Makefile at the root of the repository. Change-Id: I664d4662b76c525f2a67eac6266bada3e94aa835 Tuleap: #595
-
- 15 Apr, 2016 1 commit
-
-
Alexandre Lision authored
Add ability to init all submodules with a proper commit-msg Change-Id: I57efc4364d74587feccd3cf00e3ee5b9ee4f7465 Tuleap: #540
-
- 08 Apr, 2016 1 commit
-
-
aviau authored
Change-Id: I5e971630d9006e536f26a91ea6577d623272dd06
-
- 04 Apr, 2016 1 commit
-
-
aviau authored
This project did not have a copyright notice and the license of the scripts included with it were unclear. Change-Id: I2a8f75838ffb6273ed3c331919cb04ce360aac2b
-
- 01 Apr, 2016 1 commit
-
-
Romain Bertozzi authored
This patch forces the installation of the qt55 version. The 5.6+ version makes the compilation fail. See the Tuleap bug for further information. Change-Id: I937dcc47ed93156cb4c6fa71ce043a493f6e66a2 Tuleap: #511
-
- 30 Mar, 2016 1 commit
-
-
Romain Bertozzi authored
This patch allows the user to build an APK from the Ring Project Metaproject. The steps to achieve this are written in the README.me, which has been modified to integrate the Android platform. Change-Id: I3af4637528f3258869011c197dca11600cd8259d Tuleap: #510
-
- 29 Mar, 2016 1 commit
-
-
Romain Bertozzi authored
This patch implements a fix for the installation on the Ubuntu OS. It removes the quotes from the NAME of the os-release file. These quotes are not present in all distros, such as Fedora where they are absent. A typo is fixed, that concatenated the cpu count with the -c argument. Also, this patch fixes a typo in the README file concerning the py script to call to run the dependencies installations. Change-Id: I71c76a29ed1daee2b8ee133a20918d42a0156432 Tuleap: #451
-
- 24 Mar, 2016 5 commits
-
-
Alexandre Lision authored
- contrib does not support more than 2 parallels processors. - let python find out how many processors are usable Tuleap: #449 Change-Id: Ic876a38d567f5b4a3911872b260687b18505a7e1
-
Alexandre Lision authored
Automatize export of CMAKE_PREFIX_PATH environnement variables created from make-ring are not passed to cmake (cmake must fork the top level parent process, which does not have the env var created by python) We need to pass it in the cmake command line Tuleap: #449 Change-Id: I28d57196d2963152d1708c286e96293a4cb005fb
-
Alexandre Lision authored
if no distro is provided with --distribution, try to guess it Tuleap: #451 Change-Id: Ie8656dcd5a40df6c2c045d0b908b86cd66a10010
-
Alexandre Lision authored
- add rpm deps - install and run targets are already working Tuleap: #451 Change-Id: Ib3d992d5fdc2c46ee145a01faeeb1e5858bbc43f
-
Alexandre Lision authored
- update README - add dependencies - install script - run command Tuleap: #449 Change-Id: I43431df02dfa91180d275bcdc0c97e796c6b948b
-
- 23 Mar, 2016 1 commit
-
-
Alexandre Lision authored
Change-Id: I52a988bc02021c2d90c586801fbe811e602196d7 Tuleap: #451
-
- 17 Mar, 2016 1 commit
-
-
Guillaume Roguez authored
Fix all client submodules to use Louis-Joseph Papineau release. Change-Id: I63da43ec1857536560f0fb2004301f788213e5a3
-
- 08 Mar, 2016 1 commit
-
- 03 Mar, 2016 1 commit
-
-
Alexandre Lision authored
Change-Id: Ib44900039e564c9aa04fbb444bb98b9573d7d4ee
-
- 26 Feb, 2016 1 commit
-
-
Alexandre Lision authored
Change-Id: I94569ff8d1d5d7baa616718dbe9286e682c297a1
-
- 25 Feb, 2016 1 commit
-
-
Guillaume Roguez authored
client-windows has an incorrect URL. Change-Id: I27a1c2d33539a8d8da86a22550b7631dcc4cdf02
-