Skip to content
Snippets Groups Projects
  1. Nov 18, 2020
  2. Apr 28, 2020
  3. Jan 28, 2020
  4. Jan 20, 2020
  5. Nov 26, 2019
  6. 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
  7. Apr 15, 2019
  8. Sep 18, 2018
  9. 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
  10. Aug 16, 2018
  11. Aug 13, 2018
  12. Aug 09, 2018
  13. 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
  14. Jul 26, 2018
    • Hugo Lefeuvre's avatar
      packaging: Debian packaging update · 2ae32538
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      Backport various fixes from Alexandre's work on the official Debian
      package:
      
      Debian packaging:
      * Add missing libqt5sql5-sqlite dependency
      * Various copyright updates
      * Update Standards-Version
      * Priority optional (extra is deprecated now)
      * Update Vcs-* fields
      * Add missing copyright entry
      * Remove useless gbp.conf file (only meaningful when using
        git-buildpackage in a git-buildpackage compatible repo which is
        not the case here)
      
      Packaging scripts:
      * Remove Ubuntu 14.04 and 15.10 related code
      * Various copyright updates
      * Set e-mail address before generating changelog entry
      
      Change-Id: I18e523422d16fe129cf6773ab01a99b00232a5bb
      Gitlab: #481
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      2ae32538
    • Hugo Lefeuvre's avatar
      packaging: install repo and keys · c902ea1b
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      Currently it is very difficult for non-power-users to get Ring
      automatically updated when using the Debian package from the website.
      
      This is because configuring the Ring package repository requires
      command line operations.
      
      We want the Ring Debian/Ubuntu/whatever-Debian-based package (the
      one from the website, not the official one from the Debian archive)
      to make sure Ring's repository url and GnuPG key are installed as
      trusted source together with the binaries so that Ring gets
      transparently updated along with system updates.
      
      In order to do that, we have to change some things from the official
      package we have in the Debian archive:
      
      * we need to provide both daemon and client in a single ring-all
      package. Otherwise we will not be able to provide a one-click install
      (users would have to install daemon and client in two separate steps
      and that doesn't make much sense to non-geek users).
      
      So, replace ring by ring-all and keep building ring-daemon as before
      (we still want to provide daemon-only packages).
      
      * we need to add prerm and postinst scripts which will take care of
      installing the repo and keys (and this has to be done in different
      ways depending on the distribution) in the ring-all case.
      
      Also, remove transition package ring-gnome which has already
      disappeared from the Debian package some time ago.
      
      Change-Id: I34d5e5ba000d5d750c8db55c65b536a237a738b5
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      c902ea1b
Loading