Skip to content
Snippets Groups Projects
  1. Oct 15, 2020
    • Sandra Tobajas's avatar
      packaging: debian: use cross compilation for armhf platforms · d6dde7ee
      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
      Unverified
      d6dde7ee
  2. Oct 09, 2020
  3. Jan 15, 2020
  4. Jan 13, 2020
    • Fredy Pulido's avatar
      packaging: adds debian 10 and raspbian arm · b20faf61
      Fredy Pulido authored and Sébastien Blin's avatar Sébastien Blin committed
      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
      b20faf61
  5. Sep 19, 2019
    • Eden Abitbol's avatar
      upnp: remove system upnp library dependency · 221fee73
      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
      221fee73
  6. May 01, 2019
  7. Apr 12, 2019
  8. Mar 26, 2019
  9. Aug 06, 2018
  10. Apr 06, 2018
  11. Jan 12, 2018
  12. Dec 19, 2017
  13. Jul 06, 2017
    • Guillaume Roguez's avatar
      docker: add/update platforms · 973f87fe
      Guillaume Roguez authored
      * Add: fedora-26 (64 bits only) and ubuntu 17.10 (artful, 32 and 64 bits)
      * Update: debian 9 (use new name and new 32-bits images)
      * Update: ubuntu 17.04 32-bits source image
      
      Change-Id: I4599554ad27906ba007d8f7910d27ce55eb92678
      973f87fe
  14. Jun 07, 2017
  15. May 17, 2017
  16. May 16, 2017
  17. Nov 04, 2016
  18. Oct 31, 2016
  19. Oct 05, 2016
  20. Sep 01, 2016
  21. Aug 02, 2016
    • aviau's avatar
      Packaging: distroX -> distro_X · 5e8170bb
      aviau authored
      This changes the way we name distros in order to be compatible with the
      current repository layout
      
      Change-Id: Ib21bb21c943183ed0f4c47efea9432b54e0a5b79
      Tuleap: #872
      Unverified
      5e8170bb
  22. Jul 31, 2016
  23. Jul 26, 2016
  24. Jul 25, 2016
  25. Jul 22, 2016
    • aviau's avatar
      Debian packaging fixes · 9c5c4ad2
      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
      Unverified
      9c5c4ad2
  26. Jul 20, 2016
    • aviau's avatar
      Add Debian and Ubuntu packaging · f89d706d
      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
      Unverified
      f89d706d
Loading