Skip to content
Snippets Groups Projects
  1. Aug 26, 2018
  2. Aug 24, 2018
  3. Aug 23, 2018
  4. Aug 20, 2018
  5. Aug 17, 2018
    • Jenkins's avatar
      submodules: update nightly branch · 48a68768
      Jenkins authored
      48a68768
    • 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
    • Hugo Lefeuvre's avatar
      17.10 EOL: remove old docker files · 7110059f
      Hugo Lefeuvre authored
      Ubuntu 17.10 is now EOL, so remove it from build scripts. Also,
      remove old and unused docker files.
      
      Change-Id: I4e43ecbeda4b061bfdf463bc57760474ae075d5a
      7110059f
  6. Aug 16, 2018
  7. Aug 15, 2018
  8. Aug 13, 2018
  9. Aug 09, 2018
  10. 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
  11. Aug 06, 2018
  12. Aug 02, 2018
  13. 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
  14. Jul 24, 2018
  15. Jul 17, 2018
  16. Jul 16, 2018
  17. Jun 08, 2018
  18. Jun 07, 2018
  19. May 29, 2018
  20. Apr 25, 2018
  21. Apr 20, 2018
  22. Apr 17, 2018
  23. Apr 13, 2018
  24. Apr 06, 2018
  25. Feb 26, 2018
  26. Jan 16, 2018
    • Alexandre Lision's avatar
      make-ring: cleanup unnecessary strings · 2adcfaa7
      Alexandre Lision authored
      Distributions names are hardcoded across various functions. We have a
      couple of arrays listing distros but they were not put to use through
      the file
      OSX_DISTRIBUTION_NAME and ANDROID_DISTRIBUTION_NAME have also been added
      to replace the hardcoded strings
      
      Change-Id: Iab00585d62e94808e476db11d93e824153a8011b
      2adcfaa7
    • Alexandre Lision's avatar
      make-ring: cleanup arrays · c7336d3f
      Alexandre Lision authored
      Merge ubuntu and debian dependencies array since all elements are common
      (as they should)
      
      Do not use distro names for dependencies arrays, but stick with package
      manager systems (dnf, apt, zypper...)
      
      Change-Id: I46036114240812bb9b7c2d843519afa32428db27
      c7336d3f
  27. Jan 12, 2018
  28. Jan 11, 2018
  29. Dec 19, 2017
Loading