- 21 May, 2021 2 commits
-
-
Maxim Cournoyer authored
* README.rst <make-ring.py>: Replace by build.py. * docs/source/dev/compiling_and_installing/ring-project.rst: Likewise. * build.py: Replace 'Ring' by 'Jami'. Change-Id: I0231ddf541b2622f6042a12ed3ac7ad724b317ae
-
Maxim Cournoyer authored
This variable is set on the CI; it's nice to have it default to something rather than fail. * scripts/make-packaging-target.py (run_generate_all): Expand SNAP_PKG_NAME to 'jami' if unset or null. Change-Id: Iacc6edd62388c0e803928863e6e53ddd7314379a
-
- 17 May, 2021 1 commit
-
-
Amin Bandali authored
Change-Id: I6b7f3a686b5fb74454882507e097baf96c61aeb6
-
- 13 May, 2021 4 commits
-
-
Amin Bandali authored
as of now, the snap ecosystem only supports SPDX 2.1 identifiers. Change-Id: Iaa35b7d47d20bd320c585a2b72fa715b9bac2a5f
-
Amin Bandali authored
Change-Id: I518d45903ec29cb6afc04916b03750cb3653d44a
-
Amin Bandali authored
Change-Id: I11d1191eedf126bfb235ab9f36216c157547f392
-
Sébastien Blin authored
Change-Id: Ib2bd0ab1db50192da377b8807730ae95b0259e50
-
- 12 May, 2021 4 commits
-
-
Sébastien Blin authored
Change-Id: I4c9fc47dabaaf36d693312d98e0c0a94d031aff1
-
Sébastien Blin authored
Change-Id: I661fb159a10e8c7b6e5b7261f62f91605dbe020a
-
Sébastien Blin authored
Change-Id: I6d8dd00c16fe4f22e4451c4fe040637d2b67c3f5
-
Change-Id: I33f13231006e568a8de9b0e067db4aaf6f15739c
-
- 11 May, 2021 1 commit
-
-
Sébastien Blin authored
Change-Id: If3512d8c56cb19622f72c6245f6c04c411b719e2
-
- 04 May, 2021 4 commits
-
-
Amin Bandali authored
Change-Id: I51f28ee6e8d739ee73a775e4421e47e34aede336
-
Sébastien Blin authored
Change-Id: I07cf920ed99f460bffe1d8a16f3444706f4572c3
-
Sébastien Blin authored
Change-Id: Iaf5f84533e2eb6d7efc9f52b1aab3846152d9ae8
-
This makes the current 'jami-all' package the one used for the one-click install package. * packaging/rules/debian/rules (OCI_INSTALL_DIR): New variable. (override_dh_auto_install): Extend rule to install the files of the jami-libqt package. Do not include the jami-gnome in jami-all. * packaging/rules/debian/control (jami-all): Update description. * packaging/rules/debian-one-click-install: Delete directory. * packaging/rules/debian-one-click-install/jami-all.postinst: Move to ... * packaging/rules/debian/jami-all.postinst: ... here. * scripts/make-packaging-target.py: Remove all OCI-specific targets. * scripts/deploy-packages.sh (package_deb) [jami-all]: Do not add package to the apt repository. [manual-download]: Look for the jami-all package from the main distribution directory, not in a '_oci' suffixed version. GitLab: jami-client-qt#263 Change-Id: I4cacf26355c767d1c77b1ce478b184023481b674
-
- 01 May, 2021 7 commits
-
-
Maxim Cournoyer authored
This is a follow-up to commit 47b1b0151d6c3703ee25c0050cd2031ab7edae4c, which removed it from the make-packaging-target.py script. * docker/Dockerfile_debian_10: Remove support code for OVERRIDE_PACKAGING_DIR. * docker/Dockerfile_debian_10_arm64: Likewise. * docker/Dockerfile_debian_10_armhf: Likewise. * docker/Dockerfile_debian_10_i386: Likewise. * docker/Dockerfile_debian_10_qt: Likewise. * docker/Dockerfile_ubuntu_18.04: Likewise. * docker/Dockerfile_ubuntu_18.04_i386: Likewise. * docker/Dockerfile_ubuntu_18.04_qt: Likewise. * docker/Dockerfile_ubuntu_18.04_qt_i386: Likewise. * docker/Dockerfile_ubuntu_20.04: Likewise. * docker/Dockerfile_ubuntu_20.04_qt: Likewise. * docker/Dockerfile_ubuntu_20.10: Likewise. * docker/Dockerfile_ubuntu_20.10_qt: Likewise. * scripts/build-package-debian-qt.sh: Likewise. * scripts/build-package-debian.sh: Likewise. Change-Id: Ia15961fe1ccc05222d43da2bdded819f95315aae
-
* scripts/deploy-packages.sh: Use /usr/bin/env as the shebang as it is more susceptible to work on all systems (e.g. Guix System). Fix typo in header comment. (package_deb) [qt]: Use a Bash regexp test and an if instead of a case. Change-Id: Ifa986ddb3bcbea8bacc6af8e510dc64b938588f4
-
Via: sed 's/REPOSITOIRY/REPOSITORY/g'. scripts/deploy-packages.sh Change-Id: I875ce951e7696f8778acea80b994e95435990f85
-
Maxim Cournoyer authored
Remove commented code and deprecated packages (it's bee more than a year). Change-Id: Ie7224c831405c07a33018ccc951a73bc05a93599
-
These are no longer supported by the script and cause errors. * scripts/make-packaging-target.py (run_generate_all) [debian_packaging_override]: Remove arguments. Change-Id: I5211a8f6e67cd52e1e1a136acf1e58fbe37ec76b
-
Also remove unused DEBIAN_PACKAGING_OVERRIDE. Change-Id: Ida109a811bebd1fb46fd1a8b90fb5463518382c0
-
Change-Id: I983607f226476c32a6862a41b55ca1b13a2c010b
-
- 30 Apr, 2021 6 commits
-
-
Change-Id: I18c33fc508d549b8935ddf16d55556a98ad9b6d1
-
Change-Id: Ied0febeca35f3d39724401669427bdfecc8f093c
-
Change-Id: Ib3e5a459f907928882bd9be4427fafe75f053080
-
also de-duplicate code Change-Id: I3ea9fedec5b4520e74489f3f4e03a533130d9e83
-
Maxim Cournoyer authored
A new spec file is added, and the Fedora Docker images are augmented with the required Qt dependencies. The client-qt submodule is now also included in the release tarball. GitLab: #264 Change-Id: I2f25fdc3270a7fed13b9b0714d01feb37f270077
-
Maxim Cournoyer authored
Tackle the growing complexity of the packaging by splitting the problem into smaller parts. This change makes the daemon its own package, along the client library and the GNOME client. The build script is updated to reflect these changes, and unused/obsolete spec files are removed from the project. GitLab: #264 Change-Id: I5813e48e0c1248875a7a8f0ee1ec6fb2b87faef4
-
- 28 Apr, 2021 1 commit
-
-
Amin Bandali authored
GitLab: jami-packaging#91 Change-Id: I491c53dc7647820b0df6aa8a66ee38b37dc8bddb
-
- 27 Apr, 2021 1 commit
-
-
Amin Bandali authored
Change-Id: Ic801a5c9fa5ad78882fb7baab7b943d1fcf06a44
-
- 20 Apr, 2021 1 commit
-
-
Sébastien Blin authored
Change-Id: Ia6ad0eef2ee41e737ebed22adc604e57a4d02a79
-
- 19 Apr, 2021 5 commits
-
-
Sébastien Blin authored
Change-Id: Id24a6a8b2db26842a16e9ad4bbdbb0c30447bb96
-
Sébastien Blin authored
Change-Id: I555c843f33e77f061176835436d654eb13b95108
-
Sébastien Blin authored
Change-Id: Id3d8272605b6a7e146310f4d23ed63efa6244050
-
Andreas Traczyk authored
This reverts commit 989c02ff. Reason for revert: <INSERT REASONING HERE> Change-Id: Iee780ebc0f4da6181e5c50c2ab04017b457c35a4
-
Sébastien Blin authored
Change-Id: I0636da7d2b26eb75a6f8f3a37a2c92f1fd05fdfd
-
- 17 Apr, 2021 1 commit
-
-
Andreas Traczyk authored
This reverts commit 39b9be76. Reason for revert: <INSERT REASONING HERE> Change-Id: I1f1f7d992559ec6b3da28b8dea2ceb8819999bd2
-
- 12 Apr, 2021 1 commit
-
-
Ming Rui Zhang authored
Change-Id: I8a5b91fe6955831874e430b5a4fef0fd2db450ab
-
- 31 Mar, 2021 1 commit
-
-
This reverts commit d6261445. libtasn1 build fixed in https://review.jami.net/c/ring-daemon/+/17429 Change-Id: I7efa1c5dd28031857e87134d641d9e95d2b9329f
-