Skip to content
Snippets Groups Projects
  1. Jan 20, 2020
  2. 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
  3. Dec 30, 2019
  4. Nov 26, 2019
  5. Nov 15, 2019
  6. Nov 14, 2019
  7. Nov 13, 2019
  8. Nov 12, 2019
  9. Nov 11, 2019
    • Fredy Pulido's avatar
      packaging: renaming packages from ring to jami · 553fef15
      Fredy Pulido authored
      This commit rename the tarball, debian, ubuntu and fedora packages.
      
      This commit also modify the debian post install script to add support
      our repositories for Debian 10 and Ubuntu 18.10 and 19.04 and create
      transition packages to ensure a proper nama transition in debian based
      distributions.
      
      Warning: when using reprepo to add the ring transition deb package
      this get into pool/main/j/jami. for now we think is a reprepo error
      because reads the Source: instead of Package: field.
      
      Change-Id: I47449a79c1a8bfd6ee0f3ffed618886f1dc1645a
      553fef15
  10. Apr 19, 2019
  11. Apr 15, 2019
  12. Apr 11, 2019
  13. Apr 08, 2019
  14. Apr 05, 2019
  15. Mar 31, 2019
  16. Mar 27, 2019
  17. Jan 23, 2019
  18. Jan 02, 2019
  19. Dec 15, 2018
  20. Dec 10, 2018
  21. Oct 21, 2018
  22. Sep 18, 2018
  23. Aug 17, 2018
    • Hugo Lefeuvre's avatar
      packaging: different releases for website · cd58aca8
      Hugo Lefeuvre authored
      It has been decided that we would have different releases between
      website and apt repository. The version from the website would have
      debian revision -0 and the one from apt repositories -1.
      
      The main difference resides in the fact that the version from the
      website distributes a postinst script which installs key and apt
      source.list so that Ring gets automatically updated when installed
      via one click install. This is not the case with the one from apt
      repos.
      
      Change-Id: I7bbfdfa41b0133ebe93f16bc550aa437c8ddfa6a
      cd58aca8
  24. Aug 16, 2018
  25. Aug 13, 2018
  26. Aug 09, 2018
  27. Aug 08, 2018
    • Hugo Lefeuvre's avatar
      packaging: fix oci regression (s/$OS/$ID/) · c4069bff
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      f737fa7b introduced a major regression breaking ring-all's oci
      feature: incorrect $OS variable was used instead of $ID.
      
      Change-Id: Ice1866affa649cf7d3f560a9cb6d4a25ea5c1551
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      c4069bff
    • Hugo Lefeuvre's avatar
      packaging: fix issues with oci on Linux Mint · f737fa7b
      Hugo Lefeuvre authored and Adrien Béraud's avatar Adrien Béraud committed
      ring-all automatically registers
      
      dl.ring.cx/ring-nightly/{id}_{version_id}
      
      (id and version_id from os-release) as a trusted source. This is
      perfectly fine as long as the package is installed on an officially
      supported system, but if the package is installed on an unsupported
      system (e.g. Linux Mint) the installed source will be wrong even if
      even if the package is expected to work.
      
      This patch addresses this issue by adding if else if else statements
      handling all possible cases. This is not as pretty as before but it
      makes sure we handle all cases properly.
      
      Change-Id: I25167e013c56b212f7d59275419921cd0732de17
      Gitlab: #490
      f737fa7b
    • Hugo Lefeuvre's avatar
      packaging: build again ring client binary package · c79ae4d4
      Hugo Lefeuvre authored
      Recent packaging changes removed the ring binary package from ring.cx
      and replaced it by ring-all. This is because it doesn't make sense to
      most end users to install daemon and client separately. However this
      change has broken compatibility with the previous packaging policy, at
      the very least because we didn't provide a transition package.
      
      There are two solutions:
      1. Provide a transition package
      2. Build ring binary package again
      
      Both should work well but 2. has better compatibility with official
      Debian/Ubuntu packaging so we opt for this one.
      
      Change-Id: I556ae580126038de7077f91b137adbf1046d59e4
      c79ae4d4
  28. Aug 06, 2018
Loading