- Nov 04, 2016
-
-
aviau authored
Change-Id: I31de9b38a0433e4cd3e524624871da157a5a9a09 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Oct 31, 2016
-
-
aviau authored
Change-Id: If7fc608364f3dc9ea0d08650a4efc34756d61c63 Reviewed-by:
Stepan Salenikovich <stepan.salenikovich@savoirfairelinux.com>
-
- Oct 05, 2016
-
-
Guillaume Roguez authored
This is needed to build video HW acceleration code. Dockers changed by this patch. Change-Id: I9d8157a7e37f89531cf83e317230c11ea5c9a45b
-
Guillaume Roguez authored
This is needed to build video HW acceleration code. Dockers, packaging deps and make-ring.py changed by this patch. Change-Id: Ia6c50aacc8a0f36db36b05c66bcd2db75291bce9
-
- Sep 01, 2016
-
-
Stepan Salenikovich authored
libsrtp is used by pjproject, but it is built as part of pjproject Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com> Change-Id: I809b028cc07e4f8d43273087f1a263e5ae02e72b
-
- Aug 04, 2016
-
-
- Aug 02, 2016
-
-
- Jul 31, 2016
-
-
- Jul 26, 2016
-
-
Stepan Salenikovich authored
Added as client build dependency and to docker images. Change-Id: I169e039446b7688bc52ec3619c93e1ce65089cee Tuleap: #845 Reviewed-by:
Alexandre Viau <alexandre.viau@savoirfairelinux.com>
-
- 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
-
- 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
-