- 06 Jul, 2017 1 commit
-
-
Guillaume Roguez authored
* Add 2017 date * exclude UWP/electron client directories Change-Id: I47bb724ce56249d67f331a8b943f26f2e1a2e109
-
- 17 Apr, 2017 1 commit
-
-
Guillaume Roguez authored
Add ubuntu 17.04 to packaging scripts Change-Id: I188a24efa80b48fb295d3dc2b6afd65448644de0 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- 08 Dec, 2016 1 commit
-
-
aviau authored
Change-Id: Ifd9edfa8dcfaae7c657f28b84d09fe39d98aaedd
-
- 04 Dec, 2016 1 commit
-
-
Stefan Langenmaier authored
Change-Id: I63ef5ea9d28b1fc3cc34cc5ffda3a78ecfc41363
-
- 05 Nov, 2016 1 commit
-
-
aviau authored
Change-Id: I78080e5a9be8260bc4e855424e7c5045c808cc09 Reviewed-by:
Guillaume Roguez <guillaume.rogez@savoirfairelinux.com>
-
- 04 Aug, 2016 1 commit
-
- 02 Aug, 2016 1 commit
-
- 28 Jul, 2016 1 commit
-
- 25 Jul, 2016 1 commit
-
-
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
-
- 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
-