- Oct 12, 2016
-
-
Change-Id: I632b1bbd683d6301e12544d90f30d2bc55d169ea Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
Change-Id: I77756fbe09b3ffd3f89573a472736df9e95db57c Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Oct 06, 2016
-
-
Anthony Léonard authored
This command was removing translations files at the end of the build which are required by the client. Change-Id: I8e665315570c9e5c3dd468ef2418aa551809f739
-
Loïc Siret authored
OSX need Shared Library to compile the daemon. This patch ensure that we didn't disable them on compilation. Change-Id: Iedc37da7980599f2011e9501df0e4b087a0d7d0f
-
- Sep 23, 2016
-
-
The script is modified so we can compile Ring for Windows by using '--distribution=mingw[32|64]'. At the moment, it can only be used on Fedora (>=23). Modifications: * script/win_compile.sh do the actual job * make-ring.py call this script when needed Change-Id: I964b2bb9fb174bebd8e6b8746f3721066c278251 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Sep 08, 2016
-
-
Stepan Salenikovich authored
Use the same make -j argument when building lrc and client as when building the daemon. lrc builds much faster this way. Change-Id: Ifaecdaeb86e4bc9862004ca880eddaaa8d91dc98
-
Stepan Salenikovich authored
There are occasionally issues building a shared libring object on some systems. Its also easier to run dring in gdb when it is linked statically. Change-Id: Iec79cfc4c0134664697404b3abeb411bf992e5a4
-
- Sep 07, 2016
-
-
Stepan Salenikovich authored
Making contrib with the -j option changes the order of the linker flags in some cases and causes the build of the daemon to fail during linking. Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com> Change-Id: I79648cbb676e977679498c3078caeec4aaf1330e
-
- Aug 04, 2016
-
-
- Aug 02, 2016
-
-
- Jul 29, 2016
-
-
aviau authored
When adding the same deb twice to the repository, deploy-packages fails. This is due to reprepro complaining about adding two times the same deb to the same architecture. This happens because we generate arch all packages on both i386 and amd64. This patch tries to remove the package before adding it. This is safer than ignoring the error as there is no option to only ignore this type of error. Change-Id: I397148f9e8efe6ca1a089644abbd86395fa5eaf4 Tuleap: #872
-
- Jul 28, 2016
-
- Jul 27, 2016
-
-
- Jul 25, 2016
-
-
aviau authored
Running apt-get clean before an update/install should help to prevent failures during installation. This will help to improve the build stability. Source: - https://stackoverflow.com/questions/35923576/debian-httpredir-mirror-system-unreliable-unusable-in-docker Change-Id: Id7d6ee95cfec28af59311b4d9e6852ae5e5e4c8c Tuleap: #873
-
aviau authored
This patch helps to avoid conflicts with multiple concurrent builds. Running package-debian8 two times on the same machine could have resulted in the wrong docker image being used for a build, creating confusing outputs. We haven't hit that case yet, but it could happen if we run the weekly packaging publishing job at the same time as we run tests. Change-Id: I0272c510dec77f43867ff85a95bdac8fda038936 Tuleap: #872
-
- Jul 22, 2016
-
-
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
-
- Jul 20, 2016
-
-
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
-
- May 10, 2016
-
-
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
-
- Apr 29, 2016
-
- Apr 15, 2016
-
-
Alexandre Lision authored
Add ability to init all submodules with a proper commit-msg Change-Id: I57efc4364d74587feccd3cf00e3ee5b9ee4f7465 Tuleap: #540
-
- Apr 08, 2016
-
-
aviau authored
Change-Id: I5e971630d9006e536f26a91ea6577d623272dd06
-
- Mar 24, 2016
-
-
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
-
- update README - add dependencies - install script - run command Tuleap: #449 Change-Id: I43431df02dfa91180d275bcdc0c97e796c6b948b
-
- Mar 08, 2016
-