- Jul 05, 2017
-
-
Guillaume Roguez authored
Fix platform detection conditionals Change-Id: I8e60a838b46c32683e3f23d7bcf0f00a2ff54750
-
- Jul 04, 2017
-
-
Guillaume Roguez authored
* few syntax errors fixes * functions renaming * untabbify Change-Id: Id0a01ab894cbd22dc027b7571f9bce0012b0bca4
-
Guillaume Roguez authored
Both are using common parts of code and have the same goal. Merging into one script permits also to not duplicate code. Change-Id: I23ffaff90255b5b1865afa0f336230b53f162ceb
-
- Apr 17, 2017
-
-
Guillaume Roguez authored
Add ubuntu 17.04 to packaging scripts Change-Id: I188a24efa80b48fb295d3dc2b6afd65448644de0 Reviewed-by:
Anthony Léonard <anthony.leonard@savoirfairelinux.com>
-
- Feb 22, 2017
-
-
Change-Id: Ic5b5717890220ea941a19f45d8eca771a0a583c6
-
- Dec 22, 2016
-
-
Olivier SOLDANO authored
the attribute sparkle:version was ill formed (date in format %Y/%m/%d instead of %Y%m%d), making new versions outdated during publishing because of the lexicographic ordering in winsparkle. Change-Id: Ieb8d10ce346c27d27dd1a82dddb05414d9e839ed
-
- Dec 21, 2016
-
-
Olivier SOLDANO authored
added script winsparkle.py to maintain the rss light and beeing able to suppress cleanly versions of the same day when publishing. It will also be easier to further implement other tests on the rss to erase older items from the channel if needed. Change-Id: I99d6ead3f180ce642a81e0c308c6a10efdd06dea
-
- Dec 08, 2016
-
-
aviau authored
Change-Id: Ifd9edfa8dcfaae7c657f28b84d09fe39d98aaedd
-
- Dec 04, 2016
-
-
Stefan Langenmaier authored
Change-Id: I63ef5ea9d28b1fc3cc34cc5ffda3a78ecfc41363
-
- Nov 11, 2016
-
-
Olivier SOLDANO authored
The script was using wget which is no disponible on the build machine. This version is more robust as it calls curl if wget isn't installed and vice versa. Change-Id: I033100f19d646c5f866fb37a78a11ac711eecb95
-
- Nov 09, 2016
-
-
Guillaume Roguez authored
This script is needed to update a Windows Sparkle XML file for Windows auto-update. The script has been modified to take account of the new repository dl.ring.cx. It also requires gawk for inplace modifications. Change-Id: I4ca9b3fcc126e22db3b5303fabda3c666ef2f7f1
-
- Nov 05, 2016
-
-
aviau authored
Change-Id: I78080e5a9be8260bc4e855424e7c5045c808cc09 Reviewed-by:
Guillaume Roguez <guillaume.rogez@savoirfairelinux.com>
-
- 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
-