- Feb 26, 2021
-
-
Maxim Cournoyer authored
It was recording the Jenkins build workspace, which cannot be useful: root@jami-repovm-01:/srv/repository/ring/nightly# find -name options -exec cat {} + basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic@2/ring-project/repositories/ubuntu_20.10 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic@6/ring-project/repositories/debian_9 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic@2/ring-project/repositories/ubuntu_17.04 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic@5/ring-project/repositories/ubuntu_20.04 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic@4/ring-project/repositories/ubuntu_16.04 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic@2/ring-project/repositories/ubuntu_17.10 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic@6/ring-project/repositories/raspbian_10 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic/ring-project/repositories/ubuntu_19.04 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic/ring-project/repositories/ubuntu_18.04 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic@4/ring-project/repositories/ubuntu_18.10 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic@4/ring-project/repositories/debian_10 basedir /var/lib/jenkins/workspace/packaging-deploy-gnulinux-generic/ring-project/repositories/ubuntu_19.10 Change-Id: I3b50d78c8b2c084e2e510f5b37958762db9ff185
-
Maxim Cournoyer authored
Repeating N times the same docstring hampers readability. Output it once as the generated file header. Change-Id: Id5ae8caa35f478919a2233754b17db15a29e2cd0
-
Maxim Cournoyer authored
This hack is no longer necessary. The Jenkins nodes are running Docker 19. Change-Id: I8e41e1295a49ebe48b2fca9fa6c91158f49f16c9
-
Maxim Cournoyer authored
Debian 9 packaging is removed as well, not because it is EOL, but because it doesn't have the runtime required to run Jami (the daemon requires C++17 but GCC 6 in Debian stretch doesn't support it). A 'list-package-targets' Make target is also added; it'll be used by the CI. Change-Id: I87a26b14ea48bd17ebccb536f23a5f2637f28743
-
- Feb 25, 2021
-
-
The current target is not functional; the Gentoo packaging is community maintained anyway. Change-Id: I7dfe8641ccddb53ff1a448f2afaacaa591fc7dec
-
- Feb 16, 2021
-
-
Amin Bandali authored
Adapt the main jami snapcraft.yaml file for client-qt, and move a copy of the previous client-gnome snap to a new jami-gnome/ subdir. Change-Id: If1e014c7af9d89c1fe3d13b5d365d74c0ecf368d
-
- Feb 02, 2021
-
-
Albert Babí Oller authored
- use cmake to build client-qt (client's cmake includes global installation support) - copy-runtime-files.py is no longer necessary since it is directly managed by cmake - uninstall revision: use make uninstall rule for lrc, client-qt and client-gnome - add doxygen and graphviz dependencies for building documentation Change-Id: I3fb1d56cb80556337b2c10fda1a67f84c290158c
-
- Dec 30, 2020
-
-
Change-Id: I309f31ba1d23a9cbc48e2936b7591ae4fba40a76
-
- Dec 22, 2020
-
-
Ming Rui Zhang authored
Change-Id: If96860fed6a232566b04d131b84f4ce847399572
-
- Dec 21, 2020
-
-
Ming Rui Zhang authored
Change-Id: I6a794b638cffc66cb18924ca0fcf5be0a0fcb987
-
- 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
-