- Dec 17, 2020
-
-
Ming Rui Zhang authored
Change-Id: Ide3c5fcc8d261c3a517c07501019166b7dad45c8
-
- Dec 16, 2020
-
-
- add dependencies for building client Qt - avoid forcing build with local Qt when no path is specified (linux) - verify system's Qt version before building lrc + client-qt Change-Id: I18b51647044c1f15358595710f51a88618de41f5
-
- Dec 09, 2020
-
-
Amin Bandali authored
Change-Id: I5b24b809cec3763c44808fe9f056cba862336531
-
- Nov 18, 2020
-
-
Sébastien Blin authored
Change-Id: I56de10fdfb39d14405cb0e502c472b4dbc112dc0
-
- Oct 28, 2020
-
-
Ming Rui Zhang authored
Change-Id: I96b1cd8ce6cdf134f93b2d6d6742dabdf28d0842
-
- Oct 22, 2020
-
-
Sébastien Blin authored
Change-Id: I3a8ca39f46eb6514427969bd697084e2ddfb4a50
-
Fix build for opensuse 15.1 Add build for opensuse 15.2 and tumbleweed Change-Id: I561a6f48dc4674efd0a9e83a20bb238d476d29a6
-
Change-Id: Icf38cabf03709802dea4e13369b70f7d584f65f8
-
- Oct 19, 2020
-
-
Sébastien Blin authored
Change-Id: I6fe7da475e0004278382c4d5a996568557829bf4
-
- Oct 15, 2020
-
-
Sandra Tobajas authored
As the packaging for raspbian platform does use the virtualization with qemu in user mode, remove the qemu binaries in the build container. Change-Id: Id72ca6bad3d47d525c3a7d0213d5fc5eebbaa3d4
-
Sandra Tobajas authored
Using qemu in user mode to build jami package for raspbian platforms adds a lot of overhead. Remove the virtualization using the Debian 10 cross-compiling toolchain. The target platform (i.e. the platform on which the package will be installed) has to be set and some compilation options has to be added in the debian/rules file. Also add the armhf architecture in the Docker container in order to install the package dependencies for this platform. Change-Id: Ic2282ad9377d52482bca4a4f0ef017fbcc1f8eb7
-
- Oct 09, 2020
-
-
Sébastien Blin authored
Change-Id: I7f28e39381f33bd42f145e116a0cdc5db9ef10e7
-
- Sep 28, 2020
-
-
Aline Gondim Santos authored
add format script to plugins submodule Change-Id: I59a5e401c1e31ec689b1eaf804b8236185d0bda8
-
- Aug 21, 2020
-
-
Andreas Traczyk authored
- Rename the script to better reflect its purpose - Don't install the chocolatey package manager if already installed - Don't install packages if already installed - Clean up error management Gitlab: #581 Change-Id: I0e6fdeacfd465ae3810cfcfd7af21755e4f3ec1e
-
- Aug 20, 2020
-
-
Andreas Traczyk authored
Running './make-ring.py --init' will install a pre-commit hook to run clang-format on the daemon/lrc/client-qt submodules. Change-Id: Id1a03bf8915f17a99271ab98aa728ce035bc3ffb
-
- Aug 18, 2020
-
-
Yang Wang authored
Change-Id: I70f8a48bd774978480a4f6828aa70ac932082c49
-
- Aug 12, 2020
-
-
Replaces the ring-client-windows submodule with jami-client-qt and adjusts make-ring.py and helper scripts to support both the gtk and qt client builds for GNU/Linux. Gitlab: #581 Change-Id: I55c0272cb354c9fa96f3541b6e5a8b7b271f14ba
-
- Jun 02, 2020
-
-
Igor Stegarescu authored
Change-Id: I7a3ffd70b3efaad861ccd5170c7d1d6214fde6cb
-
- Apr 28, 2020
-
-
Sébastien Blin authored
Change-Id: Ida94131950baf124354b4cb5a521271aaeddee73
-
- Apr 22, 2020
-
-
Igor Stegarescu authored
Change-Id: Iccdcabbdf4907db029b8a03dd2a1fd998c841f5d
-
- Apr 17, 2020
-
-
Sébastien Blin authored
Change-Id: Ic5619dec5e68a18519e7bf64d43a82150c91f73e
-
- Mar 11, 2020
-
-
Change-Id: I37e40102fab0ae42199b0550039a235266faefe9
-
- Feb 21, 2020
-
-
Ming Rui Zhang authored
Change-Id: Ia1953f389584a372ce2e8255fe19aa7553b54bbf
-
- Feb 13, 2020
-
-
Ming Rui Zhang authored
Change-Id: Id31b9e58830226529cbfe94ec9d7ad11b733c798
-
- Feb 12, 2020
-
-
Ming Rui Zhang authored
Change-Id: Id10222ec089ff6698004b218468e07c1977e0cf7
-
Ming Rui Zhang authored
Change-Id: I8e85d8152d4f5b593178173fb3c6d93d7f514fab
-
Ming Rui Zhang authored
Change-Id: Id25bd1e5b68a89e490e8ad2e8ec776627a480264
-
- Jan 28, 2020
-
-
Change-Id: If0402bab4fb8f942203b2375331726e897cb47e9
-
- Jan 24, 2020
-
-
Change-Id: I40f1407d6f486edf9fd76077cc8133ac31cbe8b6
-
- Jan 20, 2020
-
-
Igor Stegarescu authored
Change-Id: Ifebc562291c87a78a597ad93323a4693d8d4127b
-
- Jan 13, 2020
-
-
Adds: * Debian 9 armhf * Debian 9 arm64 * Debian 10 armhf * Debian 10 arm64 * Raspbian 10 armhf * The One Click Install (oci) version for all this items This commit also fix the --generate option in the generated makefile by scripts/make-packaging-target.py and remove the --architecture option there because was not used at any part of the script. Because our builder docker can not docker build with ARM we implemented a workaround called dirty qemu-static is documented and we have a issue to sovle it. The pipeline for packaging-deploy-gnulinux-generic got changed to add the support for the ARM architecture but the OCI build is not enabled because the build including the oci takes long (5 hours or plus). Warning: require companion changes in daemon (topic debian-arm) to ensure the right compilation flags Change-Id: I905bbd4660824670d7de836129886f3d7f1dc83b
-
- Dec 31, 2019
-
-
Ming Rui Zhang authored
Change-Id: I5d426b9c279791f455a593120e84cc6eba7b852e
-
- Dec 30, 2019
-
-
Ming Rui Zhang authored
Change-Id: I4aa3c120b3c2f4d6890555cee482963fa90753c4
-
- Dec 13, 2019
-
-
Alexander Schlarb authored
Change-Id: I446c8d9650efc97c5a8a1b56357c63f74af2fc35
-
Alexander Schlarb authored
Change-Id: I673232c637926622f07b4d792906941aff21994a
-
Alexander Schlarb authored
Change-Id: I9d580743ebe40a8c9edc534ba23b5ddbb01e921b
-
- Nov 29, 2019
-
-
Change-Id: I8d6598b9739f04e5c64c8236740091786222a33a
-
- Nov 15, 2019
-
-
Change-Id: Iabb7c6a9e77949978ae2cad842440ab658ffbb4b
-
- Nov 14, 2019
-
-
This commit change the pattern used to match the oci package in the script used by Jenkins to deploy it. Change-Id: I9a60d8a2d5c440f17244d31be26dff0a32125788
-
Sébastien Blin authored
Change-Id: I1a4c53ac6a4ee6c16d755e52742eb098b8221a8d
-