- Dec 31, 2019
-
-
Ming Rui Zhang authored
Change-Id: I5d426b9c279791f455a593120e84cc6eba7b852e
-
- Dec 13, 2019
-
-
Alexander Schlarb authored
Change-Id: I446c8d9650efc97c5a8a1b56357c63f74af2fc35
-
Alexander Schlarb authored
Change-Id: I673232c637926622f07b4d792906941aff21994a
-
Alexander Schlarb authored
Change-Id: I857b5cc983dbca58a63787362584f164e8d9dc79
-
Alexander Schlarb authored
Change-Id: Iaa877418ef423ab427011d7abae8a837ed643346
-
- Nov 29, 2019
-
-
Change-Id: I8d6598b9739f04e5c64c8236740091786222a33a
-
- Nov 15, 2019
-
-
Change-Id: Iabb7c6a9e77949978ae2cad842440ab658ffbb4b
-
- Nov 14, 2019
-
-
Sébastien Blin authored
Change-Id: I1a4c53ac6a4ee6c16d755e52742eb098b8221a8d
-
- Nov 13, 2019
-
-
Sébastien Blin authored
This reverts commit 0c1951cc. Reason for revert: <INSERT REASONING HERE> Change-Id: I5e166d19f3b02e36b441dbd49d4b9f9ba2131d73
-
Sébastien Blin authored
Change-Id: If1edf81faac730c2de27245eb88bd96c7a157e7c
-
Sébastien Blin authored
This reverts commit 4ddaa819. Reason for revert: <INSERT REASONING HERE> Change-Id: I0073af7b97834b2f95de2b0d1238c7d1da1c7b4a
-
- Nov 12, 2019
-
-
Change-Id: Ib4f4cee7a3a4d1782001c12b53bd9324d6953b6a
-
- Sep 19, 2019
-
-
Eden Abitbol authored
The libupnp available for system download (v1.8.2) causes intermittent crashes. The one compiled locally is a newer version (v1.8.4) that doesn't crash. Change-Id: I5ae02553a845488cba0c0617ec1816e2d81cd4f3
-
- Jul 26, 2019
-
-
make-ring script now tries to download upnp version 1.8 instead of 1.6 Change-Id: Ie12a4d76f6d29279d412c33b63e1bf02ef280f13
-
- Mar 27, 2019
-
-
Change-Id: I4022846de7e0fa1f2a3bf14ffe0a961920379580
-
- Mar 18, 2019
-
-
Kateryna Kostiuk authored
Support nasm assembler for macOS, as it is default assembler for x264 Change-Id: Id199164e9ee21c3d1b65bb32def4347b585135cd
-
- Feb 21, 2019
-
-
Kateryna Kostiuk authored
This patch removes options for dependencies installation for macOS and iOS because homebrew does not support options anymore. Change-Id: Ibe75a318a24a740eb259e0999539a7491860fa58
-
- Jan 21, 2019
-
-
Change-Id: Ie471181689830d72f2e3f390a2583671878ff121 Gitlab: #548 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Dec 15, 2018
-
-
Note: also force recent mesa-* packages to fix pipeline for Fedora 29 Change-Id: Icc2cea0ada440b93e4356609744b47d7bc7aa70e Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Nov 08, 2018
-
-
Sébastien Blin authored
+ Also update necessary contribs for fedora (sqlite-devel and openssl-static) Change-Id: Ib9e41a5cbd0dff6ef0208e7bb582e5e4e238e011
-
- Sep 24, 2018
-
-
Standardize make-ring.py file (other distros don't have sudo hardcoded). No longer require sudo in a fresh docker container where user is already root. Change-Id: I0e1cd8646718300a24ff777e0808170a1d8038a2
-
Philippe Gorley authored
Change-Id: Iadf6e9463e04b169af01a24eb37caaf0a715a54f
-
- Aug 13, 2018
-
-
Andreas Traczyk authored
- ignores brew install returning 1 when attempting to install over an existing package that is not the latest version Change-Id: I46ee0b85cadc10a6f0995391bbd13534d2027a78
-
- Aug 06, 2018
-
-
Philippe Gorley authored
Change-Id: Icaeb11be9dd76c815150ec29ebad9cf0534a2144
-
Philippe Gorley authored
Change-Id: Ica9cd2730d01da54d39b2be62f327876bff14f3e
-
- Jul 17, 2018
-
-
Ring on Linux Mint is crashing on startup when it is installed via make-ring. It is mising the db driver. Change-Id: I9c78f2443fcbb270c6d8baac645b7cd559274928 Gitlab: #479 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Jul 16, 2018
-
-
Build is failing on Linux Mint because of missing automake dependency. Change-Id: Iacd23267aec8b44aa241f2caefea78954595f97e Gitlab: #478 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
ID field of os-release is much easier/safer to parse. In order to stay compatible with scripts calling make-ring, we convert --distribution args to lower case. This will ensure a smooth transition (only Arch Linux scripts might break, sorry for that). Also, add support for Linux Mint and Raspbian, both use apt and have an important enough user base to be supported. Change-Id: I13bf44b741a983656dab512ca95e89255efbd30d Gitlab:#452 Reviewed-by:
Philippe Gorley <philippe.gorley@savoirfairelinux.com>
-
- Apr 25, 2018
-
-
Remove deprecated distros and update Debian dependencies in make-ring.py and in the new Ubuntu 18.04 Dockerfile. Change-Id: Ia30948f8406a10ba269f3245c2428d42b8ac7d71 Reviewed-by:
Sebastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Apr 17, 2018
-
-
- Adds a "fail" function parameter to execute_script (default is True). - Disables failing for brew unlink execution. - Unlinks gnutls, nettle, and msgpack which cause failed building when using homebrew cellar versions. - Adds --enable-restbed when calling bootstrap on macOS. Change-Id: I96449aaad57683f3bc778235376051a1f6ce69b1 Reviewed-by:
Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
-
- Apr 13, 2018
-
-
Change-Id: I05c09e5d383fdb00cc0535d85607e4aac4f5590f Reviewed-by:
Sébastien Blin <sebastien.blin@savoirfairelinux.com>
-
- Apr 06, 2018
-
-
Sébastien Blin authored
Change-Id: I77063f047e28fe4298d93649660d9dacb9f9e8a2
-
- Jan 16, 2018
-
-
Alexandre Lision authored
Distributions names are hardcoded across various functions. We have a couple of arrays listing distros but they were not put to use through the file OSX_DISTRIBUTION_NAME and ANDROID_DISTRIBUTION_NAME have also been added to replace the hardcoded strings Change-Id: Iab00585d62e94808e476db11d93e824153a8011b
-
Alexandre Lision authored
Merge ubuntu and debian dependencies array since all elements are common (as they should) Do not use distro names for dependencies arrays, but stick with package manager systems (dnf, apt, zypper...) Change-Id: I46036114240812bb9b7c2d843519afa32428db27
-
- Jan 11, 2018
-
-
Nicolas Jager authored
- add libcanberra (devel-gtk3) dependencies for client-gnome for all linux distributions. Change-Id: Ie0592cccbfb479700dc5b3bf4ad9fa81715e1708
-
- Dec 19, 2017
-
-
libnm-glib has been deprecated for three years and is eventually going to disappear. [GR: update Debian/Ubuntu deps as well and all docker files] Change-Id: I60a9b1a37098715ac55d5fee6718883d2a55fe3c Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Signed-off-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Dec 04, 2017
-
-
I made a little change in the UNINSTALL_SCRIPT for gnome as it wasn't working for local installation (targeting build-global folders only) In order to achieve functionality of the script I had to completelly delete the build-* folders in each lrc and client-gnome, for making it generic in local and global mode. Change-Id: I51d8a9e75de0c90c398533663c70940f92f8cd67 Reviewed-by:
Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
-
- Nov 07, 2017
-
-
Romain Bertozzi authored
This commit adds the support for the iOS platform in the installation instruction. Until now, ./make-ring --install --distribution iOS did not work as expected and triggered a non-working compilation. Tuleap: #1745 Change-Id: Ic181e280dbcf4ea4713d5cef38f4fdf5c710b570
-
- Aug 10, 2017
-
-
Kateryna Kostiuk authored
This allows to install new versions when they are available Change-Id: I7467f941fad1d42bc96bb1d2153b0d15cc827ab2
-
- Aug 09, 2017
-
-
Kateryna Kostiuk authored
We don't need instal opus, since it loaded in contrib. Change-Id: Ic733bd5fe13ef240704d3a493184e84839187366
-